#066591

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

Shades of Cerulean #066591

Tints of Cerulean #066591

Color information

#066591 (or 0x066591) is unknown color: approx Cerulean. HEX triplet: 06, 65 and 91. RGB value is (6,101,145). Sum of RGB (Red+Green+Blue) = 6+101+145=252 (33% of max value = 765). Red value is 6 (2.73% from 255 or 2.38% from 252); Green value is 101 (39.84% from 255 or 40.08% from 252); Blue value is 145 (57.03% from 255 or 57.54% from 252); Max value from RGB is 145 - color contains mainly: blue. Hex color #066591 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #066591 is #F99A6E. Grayscale: #4D4D4D. Windows color (decimal): -16357999 or 9528582. OLE color: 9528582.

HSL color Cylindrical-coordinate representation of color #066591: hue angle of 198.99º degrees, saturation: 0.92, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #066591 is Cyan = 0.96, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB6101145-
CMYK0.960.3000.43
HSL198.99º92.05%29.61%-
HSV(B)198.99º95.86%56.86%-
XYZ9.8411.3928.47-
YUV77.61166.0376.92-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.38%
GREEN value IS 101 (39.84% from 255) = 40.08%
BLUE value IS 145 (57.03% from 255) = 57.54%
R=2.38%
G=40.08%
B=57.54%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal61011450.960.3000.43198.9992.0529.61
Hex66591601E02Bc75c1e
Octal61452211403605330713436
Binary110110010110010001110000011110010101111000111101110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #066591

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #066591; }

 p { color: rgb(6,101,145); }

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

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

 a { background-color: rgb(6,101,145); }

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

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

 span { border-color: rgb(6,101,145); }

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