#066895

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

Shades of Cerulean #066895

Tints of Cerulean #066895

Color information

#066895 (or 0x066895) is unknown color: approx Cerulean. HEX triplet: 06, 68 and 95. RGB value is (6,104,149). Sum of RGB (Red+Green+Blue) = 6+104+149=259 (34% of max value = 765). Red value is 6 (2.73% from 255 or 2.32% from 259); Green value is 104 (41.02% from 255 or 40.15% from 259); Blue value is 149 (58.59% from 255 or 57.53% from 259); Max value from RGB is 149 - color contains mainly: blue. Hex color #066895 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #066895 is #F9976A. Grayscale: #4F4F4F. Windows color (decimal): -16357227 or 9791494. OLE color: 9791494.

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

Color convert

RGB6104149-
CMYK0.960.3000.42
HSL198.88º92.26%30.39%-
HSV(B)198.88º95.97%58.43%-
XYZ10.4512.1130.22-
YUV79.83167.0375.34-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.32%
GREEN value IS 104 (41.02% from 255) = 40.15%
BLUE value IS 149 (58.59% from 255) = 57.53%
R=2.32%
G=40.15%
B=57.53%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal61041490.960.3000.42198.8892.2630.39
Hex66895601E02Ac75c1e
Octal61502251403605230713436
Binary110110100010010101110000011110010101011000111101110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #066895

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #066895; }

 p { color: rgb(6,104,149); }

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

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

 a { background-color: rgb(6,104,149); }

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

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

 span { border-color: rgb(6,104,149); }

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