Html Css Color HEX #066DAE Cerulean

📋 copy color: '#066DAE'

red 6 ◦ green 109 ◦ blue 174

#066DAE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cerulean #066DAE

Tints of Cerulean #066DAE

RGB

 RED value IS 6 (2.73% from 255) = 2.08%

 GREEN value IS 109 (42.97% from 255) = 37.72%

 BLUE value IS 174 (68.36% from 255) = 60.21%

R = 2.08%
G = 37.72%
B = 60.21%

CMYK

 C value IS 0.97

 M value IS 0.37

 Y value IS 0

 K value IS 0.32

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#066DAE (or 0x066DAE) is known color: Cerulean. HEX triplet: 06, 6D and AE. RGB value is (6,109,174). Sum of RGB (Red+Green+Blue) = 6+109+174=289 (38% of max value = 765). Red value is 6 (2.73% from 255 or 2.08% from 289); Green value is 109 (42.97% from 255 or 37.72% from 289); Blue value is 174 (68.36% from 255 or 60.21% from 289); Max value from RGB is 174 - color contains mainly: blue. Hex color #066DAE is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #066DAE is #F99251. Grayscale: #555555. Windows color (decimal): -16355922 or 11431174. OLE color: 11431174.

HSL color Cylindrical-coordinate representation of color #066DAE: hue angle of 203.21º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #066DAE is Cyan = 0.97, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 6 109 174 -
CMYK 0.97 0.37 0 0.32
HSL 203.21º 0.93% 0.35% -
HSV(B) 203.21º 0.97% 0.68% -
XYZ 13.18 14.03 42.06 -
YUV 85.61 177.88 71.21 -
System Red Green Blue C M Y K H S L
Decimal 6 109 174 0.97 0.37 0 0.32 203.21 0.93 0.35
Hex 6 6D AE 61 25 0 20 CB 5D 23
Octal 6 155 256 141 45 0 40 313 135 43
Binary 110 1101101 10101110 1100001 100101 0 100000 11001011 1011101 100011

Color Harmonies of #066DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #066DAE

Black with #066DAE

Text Example


Text Example

White with #066DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #066DAE; }

 p { color: rgb(6,109,174); }

 H1.HeaderClassName
 {
   color: #066DAE;
 }
 .AnyTagClassName
 {
   color: #066DAE;
 }
</style>

background-color css

<style>
 a { background-color: #066DAE; }

 a { background-color: rgb(6,109,174); }

 div.DivClassName
 {
   background-color: #066DAE;
 }
 .BgClassName
 {
   background-color: #066DAE;
 }
</style>

border-color css

<style>
 span { border-color: #066DAE; }

 span { border-color: rgb(6,109,174); }

 td.TdClassName
 {
   border-color: #066DAE;
 }
 .TagClassName
 {
   border-color: #066DAE;
 }
</style>