#066DA1

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

Shades of Cerulean #066DA1

Tints of Cerulean #066DA1

Color information

#066DA1 (or 0x066DA1) is unknown color: approx Cerulean. HEX triplet: 06, 6D and A1. RGB value is (6,109,161). Sum of RGB (Red+Green+Blue) = 6+109+161=276 (36% of max value = 765). Red value is 6 (2.73% from 255 or 2.17% from 276); Green value is 109 (42.97% from 255 or 39.49% from 276); Blue value is 161 (63.28% from 255 or 58.33% from 276); Max value from RGB is 161 - color contains mainly: blue. Hex color #066DA1 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #066DA1 is #F9925E. Grayscale: #535353. Windows color (decimal): -16355935 or 10579206. OLE color: 10579206.

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

Color convert

RGB6109161-
CMYK0.960.3200.37
HSL200.13º92.81%32.75%-
HSV(B)200.13º96.27%63.14%-
XYZ11.9813.5535.7-
YUV84.13171.3872.27-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.17%
GREEN value IS 109 (42.97% from 255) = 39.49%
BLUE value IS 161 (63.28% from 255) = 58.33%
R=2.17%
G=39.49%
B=58.33%

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
Decimal61091610.960.3200.37200.1392.8132.75
Hex66DA16020025c85d21
Octal61552411404004531013541
Binary11011011011010000111000001000000100101110010001011101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #066DA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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