#066397

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

Shades of Cerulean #066397

Tints of Cerulean #066397

Color information

#066397 (or 0x066397) is unknown color: approx Cerulean. HEX triplet: 06, 63 and 97. RGB value is (6,99,151). Sum of RGB (Red+Green+Blue) = 6+99+151=256 (33% of max value = 765). Red value is 6 (2.73% from 255 or 2.34% from 256); Green value is 99 (39.06% from 255 or 38.67% from 256); Blue value is 151 (59.38% from 255 or 58.98% from 256); Max value from RGB is 151 - color contains mainly: blue. Hex color #066397 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #066397 is #F99C68. Grayscale: #4C4C4C. Windows color (decimal): -16358505 or 9921286. OLE color: 9921286.

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

Color convert

RGB699151-
CMYK0.960.3400.41
HSL201.52º92.36%30.78%-
HSV(B)201.52º96.03%59.22%-
XYZ10.1211.230.91-
YUV77.12169.6977.27-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.34%
GREEN value IS 99 (39.06% from 255) = 38.67%
BLUE value IS 151 (59.38% from 255) = 58.98%
R=2.34%
G=38.67%
B=58.98%

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
Decimal6991510.960.3400.41201.5292.3630.78
Hex663976022029ca5c1f
Octal61432271404205131213437
Binary1101100011100101111100000100010010100111001010101110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #066397

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #066397; }

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

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

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

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

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

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

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

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