#066393

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

Shades of Cerulean #066393

Tints of Cerulean #066393

Color information

#066393 (or 0x066393) is unknown color: approx Cerulean. HEX triplet: 06, 63 and 93. RGB value is (6,99,147). Sum of RGB (Red+Green+Blue) = 6+99+147=252 (33% of max value = 765). Red value is 6 (2.73% from 255 or 2.38% from 252); Green value is 99 (39.06% from 255 or 39.29% from 252); Blue value is 147 (57.81% from 255 or 58.33% from 252); Max value from RGB is 147 - color contains mainly: blue. Hex color #066393 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #066393 is #F99C6C. Grayscale: #4C4C4C. Windows color (decimal): -16358509 or 9659142. OLE color: 9659142.

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

Color convert

RGB699147-
CMYK0.960.3300.42
HSL200.43º92.16%30%-
HSV(B)200.43º95.92%57.65%-
XYZ9.811.0729.22-
YUV76.66167.6977.6-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.38%
GREEN value IS 99 (39.06% from 255) = 39.29%
BLUE value IS 147 (57.81% from 255) = 58.33%
R=2.38%
G=39.29%
B=58.33%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal6991470.960.3300.42200.4392.1630
Hex66393602102Ac85c1e
Octal61432231404105231013436
Binary1101100011100100111100000100001010101011001000101110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #066393

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #066393; }

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

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

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

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

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

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

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

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