Html Css Color HEX #066BAC Cerulean

📋 copy color: '#066BAC'

red 6 ◦ green 107 ◦ blue 172

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

Shades of Cerulean #066BAC

Tints of Cerulean #066BAC

RGB

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

 GREEN value IS 107 (42.19% from 255) = 37.54%

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

R = 2.11%
G = 37.54%
B = 60.35%

CMYK

 C value IS 0.97

 M value IS 0.38

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#066BAC (or 0x066BAC) is known color: Cerulean. HEX triplet: 06, 6B and AC. RGB value is (6,107,172). Sum of RGB (Red+Green+Blue) = 6+107+172=285 (37% of max value = 765). Red value is 6 (2.73% from 255 or 2.11% from 285); Green value is 107 (42.19% from 255 or 37.54% from 285); Blue value is 172 (67.58% from 255 or 60.35% from 285); Max value from RGB is 172 - color contains mainly: blue. Hex color #066BAC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #066BAC is #F99453. Grayscale: #535353. Windows color (decimal): -16356436 or 11299590. OLE color: 11299590.

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

Color convert

RGB 6 107 172 -
CMYK 0.97 0.38 0 0.33
HSL 203.49º 0.93% 0.35% -
HSV(B) 203.49º 0.97% 0.67% -
XYZ 12.78 13.53 40.97 -
YUV 84.21 177.54 72.21 -
System Red Green Blue C M Y K H S L
Decimal 6 107 172 0.97 0.38 0 0.33 203.49 0.93 0.35
Hex 6 6B AC 61 26 0 21 CB 5D 23
Octal 6 153 254 141 46 0 41 313 135 43
Binary 110 1101011 10101100 1100001 100110 0 100001 11001011 1011101 100011

Color Harmonies of #066BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #066BAC

Black with #066BAC

Text Example


Text Example

White with #066BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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