#066AAC

Color #066AAC Cerulean (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cerulean #066AAC

Tints of Cerulean #066AAC

Color information

#066AAC (or 0x066AAC) is unknown color: approx Cerulean. HEX triplet: 06, 6A and AC. RGB value is (6,106,172). Sum of RGB (Red+Green+Blue) = 6+106+172=284 (37% of max value = 765). Red value is 6 (2.73% from 255 or 2.11% from 284); Green value is 106 (41.80% from 255 or 37.32% from 284); Blue value is 172 (67.58% from 255 or 60.56% from 284); Max value from RGB is 172 - color contains mainly: blue. Hex color #066AAC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #066AAC is #F99553. Grayscale: #535353. Windows color (decimal): -16356692 or 11299334. OLE color: 11299334.

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

Color convert

RGB6106172-
CMYK0.970.3800.33
HSL203.86º93.26%34.9%-
HSV(B)203.86º96.51%67.45%-
XYZ12.6813.3340.93-
YUV83.62177.8772.63-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.11%
GREEN value IS 106 (41.80% from 255) = 37.32%
BLUE value IS 172 (67.58% from 255) = 60.56%
R=2.11%
G=37.32%
B=60.56%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal61061720.970.3800.33203.8693.2634.9
Hex66AAC6126021cc5d23
Octal61522541414604131413543
Binary11011010101010110011000011001100100001110011001011101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #066AAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #066AAC;
 }
 .AnyTagClassName
 {
   color: #066AAC;
 }
</style>
background-color css

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

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

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

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

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

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