#066EAC

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

Shades of Cerulean #066EAC

Tints of Cerulean #066EAC

Color information

#066EAC (or 0x066EAC) is unknown color: approx Cerulean. HEX triplet: 06, 6E and AC. RGB value is (6,110,172). Sum of RGB (Red+Green+Blue) = 6+110+172=288 (38% of max value = 765). Red value is 6 (2.73% from 255 or 2.08% from 288); Green value is 110 (43.36% from 255 or 38.19% from 288); Blue value is 172 (67.58% from 255 or 59.72% from 288); Max value from RGB is 172 - color contains mainly: blue. Hex color #066EAC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #066EAC is #F99153. Grayscale: #555555. Windows color (decimal): -16355668 or 11300358. OLE color: 11300358.

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

Color convert

RGB6110172-
CMYK0.970.3600.33
HSL202.41º93.26%34.9%-
HSV(B)202.41º96.51%67.45%-
XYZ13.114.1741.07-
YUV85.97176.5470.96-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.08%
GREEN value IS 110 (43.36% from 255) = 38.19%
BLUE value IS 172 (67.58% from 255) = 59.72%
R=2.08%
G=38.19%
B=59.72%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal61101720.970.3600.33202.4193.2634.9
Hex66EAC6124021ca5d23
Octal61562541414404131213543
Binary11011011101010110011000011001000100001110010101011101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #066EAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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