Html Css Color HEX #066FAC Cerulean

📋 copy color: '#066FAC'

red 6 ◦ green 111 ◦ blue 172

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

Shades of Cerulean #066FAC

Tints of Cerulean #066FAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 59.52%

R = 2.08%
G = 38.41%
B = 59.52%

CMYK

 C value IS 0.97

 M value IS 0.35

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#066FAC (or 0x066FAC) is known color: Cerulean. HEX triplet: 06, 6F and AC. RGB value is (6,111,172). Sum of RGB (Red+Green+Blue) = 6+111+172=289 (38% of max value = 765). Red value is 6 (2.73% from 255 or 2.08% from 289); Green value is 111 (43.75% from 255 or 38.41% from 289); Blue value is 172 (67.58% from 255 or 59.52% from 289); Max value from RGB is 172 - color contains mainly: blue. Hex color #066FAC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #066FAC is #F99053. Grayscale: #565656. Windows color (decimal): -16355412 or 11300614. OLE color: 11300614.

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

Color convert

RGB 6 111 172 -
CMYK 0.97 0.35 0 0.33
HSL 202.05º 0.93% 0.35% -
HSV(B) 202.05º 0.97% 0.67% -
XYZ 13.21 14.39 41.11 -
YUV 86.56 176.21 70.54 -
System Red Green Blue C M Y K H S L
Decimal 6 111 172 0.97 0.35 0 0.33 202.05 0.93 0.35
Hex 6 6F AC 61 23 0 21 CA 5D 23
Octal 6 157 254 141 43 0 41 312 135 43
Binary 110 1101111 10101100 1100001 100011 0 100001 11001010 1011101 100011

Color Harmonies of #066FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #066FAC

Black with #066FAC

Text Example


Text Example

White with #066FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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