#066EA1

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

Shades of Cerulean #066EA1

Tints of Cerulean #066EA1

Color information

#066EA1 (or 0x066EA1) is unknown color: approx Cerulean. HEX triplet: 06, 6E and A1. RGB value is (6,110,161). Sum of RGB (Red+Green+Blue) = 6+110+161=277 (36% of max value = 765). Red value is 6 (2.73% from 255 or 2.17% from 277); Green value is 110 (43.36% from 255 or 39.71% from 277); Blue value is 161 (63.28% from 255 or 58.12% from 277); Max value from RGB is 161 - color contains mainly: blue. Hex color #066EA1 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #066EA1 is #F9915E. Grayscale: #545454. Windows color (decimal): -16355679 or 10579462. OLE color: 10579462.

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

Color convert

RGB6110161-
CMYK0.960.3200.37
HSL199.74º92.81%32.75%-
HSV(B)199.74º96.27%63.14%-
XYZ12.0813.7635.74-
YUV84.72171.0471.85-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.17%
GREEN value IS 110 (43.36% from 255) = 39.71%
BLUE value IS 161 (63.28% from 255) = 58.12%
R=2.17%
G=39.71%
B=58.12%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal61101610.960.3200.37199.7492.8132.75
Hex66EA16020025c85d21
Octal61562411404004531013541
Binary11011011101010000111000001000000100101110010001011101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #066EA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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