Html Css Color HEX #066EAE Cerulean

📋 copy color: '#066EAE'

red 6 ◦ green 110 ◦ blue 174

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

Shades of Cerulean #066EAE

Tints of Cerulean #066EAE

RGB

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

 GREEN value IS 110 (43.36% from 255) = 37.93%

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

R = 2.07%
G = 37.93%
B = 60%

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

#066EAE (or 0x066EAE) is known color: Cerulean. HEX triplet: 06, 6E and AE. RGB value is (6,110,174). Sum of RGB (Red+Green+Blue) = 6+110+174=290 (38% of max value = 765). Red value is 6 (2.73% from 255 or 2.07% from 290); Green value is 110 (43.36% from 255 or 37.93% from 290); Blue value is 174 (68.36% from 255 or 60% from 290); Max value from RGB is 174 - color contains mainly: blue. Hex color #066EAE is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #066EAE is #F99151. Grayscale: #555555. Windows color (decimal): -16355666 or 11431430. OLE color: 11431430.

HSL color Cylindrical-coordinate representation of color #066EAE: hue angle of 202.86º 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 #066EAE is Cyan = 0.97, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 6 110 174 -
CMYK 0.97 0.37 0 0.32
HSL 202.86º 0.93% 0.35% -
HSV(B) 202.86º 0.97% 0.68% -
XYZ 13.29 14.25 42.09 -
YUV 86.2 177.54 70.8 -
System Red Green Blue C M Y K H S L
Decimal 6 110 174 0.97 0.37 0 0.32 202.86 0.93 0.35
Hex 6 6E AE 61 25 0 20 CB 5D 23
Octal 6 156 256 141 45 0 40 313 135 43
Binary 110 1101110 10101110 1100001 100101 0 100000 11001011 1011101 100011

Color Harmonies of #066EAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #066EAE

Black with #066EAE

Text Example


Text Example

White with #066EAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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