#066395

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

Shades of Cerulean #066395

Tints of Cerulean #066395

Color information

#066395 (or 0x066395) is unknown color: approx Cerulean. HEX triplet: 06, 63 and 95. RGB value is (6,99,149). Sum of RGB (Red+Green+Blue) = 6+99+149=254 (33% of max value = 765). Red value is 6 (2.73% from 255 or 2.36% from 254); Green value is 99 (39.06% from 255 or 38.98% from 254); Blue value is 149 (58.59% from 255 or 58.66% from 254); Max value from RGB is 149 - color contains mainly: blue. Hex color #066395 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #066395 is #F99C6A. Grayscale: #4C4C4C. Windows color (decimal): -16358507 or 9790214. OLE color: 9790214.

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

Color convert

RGB699149-
CMYK0.960.3400.42
HSL200.98º92.26%30.39%-
HSV(B)200.98º95.97%58.43%-
XYZ9.9611.1330.06-
YUV76.89168.6977.43-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.36%
GREEN value IS 99 (39.06% from 255) = 38.98%
BLUE value IS 149 (58.59% from 255) = 58.66%
R=2.36%
G=38.98%
B=58.66%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal6991490.960.3400.42200.9892.2630.39
Hex66395602202Ac95c1e
Octal61432251404205231113436
Binary1101100011100101011100000100010010101011001001101110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #066395

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #066395; }

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

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

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

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

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

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

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

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