#066497

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

Shades of Cerulean #066497

Tints of Cerulean #066497

Color information

#066497 (or 0x066497) is unknown color: approx Cerulean. HEX triplet: 06, 64 and 97. RGB value is (6,100,151). Sum of RGB (Red+Green+Blue) = 6+100+151=257 (34% of max value = 765). Red value is 6 (2.73% from 255 or 2.33% from 257); Green value is 100 (39.45% from 255 or 38.91% from 257); Blue value is 151 (59.38% from 255 or 58.75% from 257); Max value from RGB is 151 - color contains mainly: blue. Hex color #066497 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #066497 is #F99B68. Grayscale: #4D4D4D. Windows color (decimal): -16358249 or 9921542. OLE color: 9921542.

HSL color Cylindrical-coordinate representation of color #066497: hue angle of 201.1º degrees, saturation: 0.92, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #066497 is Cyan = 0.96, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB6100151-
CMYK0.960.3400.41
HSL201.1º92.36%30.78%-
HSV(B)201.1º96.03%59.22%-
XYZ10.2211.3930.94-
YUV77.71169.3676.85-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.33%
GREEN value IS 100 (39.45% from 255) = 38.91%
BLUE value IS 151 (59.38% from 255) = 58.75%
R=2.33%
G=38.91%
B=58.75%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal61001510.960.3400.41201.192.3630.78
Hex664976022029c95c1f
Octal61442271404205131113437
Binary1101100100100101111100000100010010100111001001101110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #066497

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #066497; }

 p { color: rgb(6,100,151); }

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

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

 a { background-color: rgb(6,100,151); }

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

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

 span { border-color: rgb(6,100,151); }

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