#066AA1

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

Shades of Cerulean #066AA1

Tints of Cerulean #066AA1

Color information

#066AA1 (or 0x066AA1) is unknown color: approx Cerulean. HEX triplet: 06, 6A and A1. RGB value is (6,106,161). Sum of RGB (Red+Green+Blue) = 6+106+161=273 (36% of max value = 765). Red value is 6 (2.73% from 255 or 2.20% from 273); Green value is 106 (41.80% from 255 or 38.83% from 273); Blue value is 161 (63.28% from 255 or 58.97% from 273); Max value from RGB is 161 - color contains mainly: blue. Hex color #066AA1 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #066AA1 is #F9955E. Grayscale: #525252. Windows color (decimal): -16356703 or 10578438. OLE color: 10578438.

HSL color Cylindrical-coordinate representation of color #066AA1: hue angle of 201.29º 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 #066AA1 is Cyan = 0.96, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB6106161-
CMYK0.960.3400.37
HSL201.29º92.81%32.75%-
HSV(B)201.29º96.27%63.14%-
XYZ11.6612.9235.6-
YUV82.37172.3773.53-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.20%
GREEN value IS 106 (41.80% from 255) = 38.83%
BLUE value IS 161 (63.28% from 255) = 58.97%
R=2.20%
G=38.83%
B=58.97%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal61061610.960.3400.37201.2992.8132.75
Hex66AA16022025c95d21
Octal61522411404204531113541
Binary11011010101010000111000001000100100101110010011011101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #066AA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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