#064593

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

Shades of Dark Cerulean #064593

Tints of Dark Cerulean #064593

Color information

#064593 (or 0x064593) is unknown color: approx Dark Cerulean. HEX triplet: 06, 45 and 93. RGB value is (6,69,147). Sum of RGB (Red+Green+Blue) = 6+69+147=222 (29% of max value = 765). Red value is 6 (2.73% from 255 or 2.70% from 222); Green value is 69 (27.34% from 255 or 31.08% from 222); Blue value is 147 (57.81% from 255 or 66.22% from 222); Max value from RGB is 147 - color contains mainly: blue. Hex color #064593 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #064593 is #F9BA6C. Grayscale: #3A3A3A. Windows color (decimal): -16366189 or 9651462. OLE color: 9651462.

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

Color convert

RGB669147-
CMYK0.960.5300.42
HSL213.19º92.16%30%-
HSV(B)213.19º95.92%57.65%-
XYZ7.476.428.45-
YUV59.05177.6390.16-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.70%
GREEN value IS 69 (27.34% from 255) = 31.08%
BLUE value IS 147 (57.81% from 255) = 66.22%
R=2.70%
G=31.08%
B=66.22%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal6691470.960.5300.42213.1992.1630
Hex64593603502Ad55c1e
Octal61052231406505232513436
Binary1101000101100100111100000110101010101011010101101110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #064593

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #064593; }

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

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

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

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

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

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

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

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