#066296

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

Shades of Cerulean #066296

Tints of Cerulean #066296

Color information

#066296 (or 0x066296) is unknown color: approx Cerulean. HEX triplet: 06, 62 and 96. RGB value is (6,98,150). Sum of RGB (Red+Green+Blue) = 6+98+150=254 (33% of max value = 765). Red value is 6 (2.73% from 255 or 2.36% from 254); Green value is 98 (38.67% from 255 or 38.58% from 254); Blue value is 150 (58.98% from 255 or 59.06% from 254); Max value from RGB is 150 - color contains mainly: blue. Hex color #066296 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #066296 is #F99D69. Grayscale: #4C4C4C. Windows color (decimal): -16358762 or 9855494. OLE color: 9855494.

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

Color convert

RGB698150-
CMYK0.960.3500.41
HSL201.67º92.31%30.59%-
HSV(B)201.67º96%58.82%-
XYZ9.9510.9830.45-
YUV76.42169.5277.77-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.36%
GREEN value IS 98 (38.67% from 255) = 38.58%
BLUE value IS 150 (58.98% from 255) = 59.06%
R=2.36%
G=38.58%
B=59.06%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal6981500.960.3500.41201.6792.3130.59
Hex662966023029ca5c1f
Octal61422261404305131213437
Binary1101100010100101101100000100011010100111001010101110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #066296

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #066296; }

 p { color: rgb(6,98,150); }

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

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

 a { background-color: rgb(6,98,150); }

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

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

 span { border-color: rgb(6,98,150); }

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