Html Css Color HEX #066FAB Cerulean

📋 copy color: '#066FAB'

red 6 ◦ green 111 ◦ blue 171

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

Shades of Cerulean #066FAB

Tints of Cerulean #066FAB

RGB

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

 GREEN value IS 111 (43.75% from 255) = 38.54%

 BLUE value IS 171 (67.19% from 255) = 59.38%

R = 2.08%
G = 38.54%
B = 59.38%

CMYK

 C value IS 0.96

 M value IS 0.35

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#066FAB (or 0x066FAB) is known color: Cerulean. HEX triplet: 06, 6F and AB. RGB value is (6,111,171). Sum of RGB (Red+Green+Blue) = 6+111+171=288 (38% of max value = 765). Red value is 6 (2.73% from 255 or 2.08% from 288); Green value is 111 (43.75% from 255 or 38.54% from 288); Blue value is 171 (67.19% from 255 or 59.38% from 288); Max value from RGB is 171 - color contains mainly: blue. Hex color #066FAB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #066FAB is #F99054. Grayscale: #565656. Windows color (decimal): -16355413 or 11235078. OLE color: 11235078.

HSL color Cylindrical-coordinate representation of color #066FAB: hue angle of 201.82º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #066FAB is Cyan = 0.96, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 6 111 171 -
CMYK 0.96 0.35 0 0.33
HSL 201.82º 0.93% 0.35% -
HSV(B) 201.82º 0.96% 0.67% -
XYZ 13.11 14.35 40.61 -
YUV 86.45 175.71 70.62 -
System Red Green Blue C M Y K H S L
Decimal 6 111 171 0.96 0.35 0 0.33 201.82 0.93 0.35
Hex 6 6F AB 60 23 0 21 CA 5D 23
Octal 6 157 253 140 43 0 41 312 135 43
Binary 110 1101111 10101011 1100000 100011 0 100001 11001010 1011101 100011

Color Harmonies of #066FAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #066FAB

Black with #066FAB

Text Example


Text Example

White with #066FAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,111,171); }

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

background-color css

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

 a { background-color: rgb(6,111,171); }

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

border-color css

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

 span { border-color: rgb(6,111,171); }

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