Color Hex Logo

#1204af Color Hex

#1204AF
(18,4,175)
0 Favorites   0 Comments

Color spaces of #1204af

RGB 184175
HSL0.680.960.35
HSV245°98°69°
CMYK 0.900.980.00   0.31
XYZ8.03073.310640.7732
Yxy3.31060.15410.0635
Hunter Lab18.195146.9427-120.1261
CIE-Lab21.247258.8543-79.9374

#1204af color RGB value is (18,4,175).

#1204af hex color red value is 18, green value is 4 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #1204af hue: 0.68 , saturation: 0.96 and the lightness value of 1204af is 0.35.

The process color (four color CMYK) of #1204af color hex is 0.90, 0.98, 0.00, 0.31. Web safe color of #1204af is #000099. Color #1204af contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010010 00000100 10101111
Octal 22 4 257
Decimal 18 4 175
Hex 12 4 AF

RGB Percentages of Color #1204af

%9.14
%2.03
%88.83

CMYK Percentages of Color #1204af

%90
%98
%0
%31

Triadic Colors of #1204af

#1204af #af1204 #04af12

Analogous Colors of #1204af

#1204af #6804af #044caf

Monochromatic Colors of #1204af

#1204af

Complementary Color

#1204af #a1af04

#1204af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1204af Color Preview on White Background

Lorem ipsum dolor sit amet.

#1204af Color CSS Codes

.mybgcolor {background-color:#1204af; } 
.myforecolor {color:#1204af; }
.mybordercolor {border:3px solid #1204af; }

#1204af Text Font Color

<p style="color:#1204af">Text here</p>

This sample text font color is #1204af
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#1204af Background Color

<div style="background-color:#1204af">
Div content here</div>

This div background color is #1204af


#1204af Border Color

<div style="border:3px solid #1204af">
Div here</div>

This div border color is #1204af


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(18,4,175, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #1204af; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #1204af;
  -webkit-box-shadow: 1px 1px 3px 2px #1204af;
  box-shadow:         1px 1px 3px 2px #1204af; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(18,4,175, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #1204af">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #1204af;
  -webkit-box-shadow: 1px 1px 3px 2px #1204af;
  box-shadow:         1px 1px 3px 2px #1204af;">
Div content here</div>

This div box has shadow with color #1204af


Comments

No comments written yet.

Please login to write comment.