#064973

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

Shades of Dark Cerulean #064973

Tints of Dark Cerulean #064973

Color information

#064973 (or 0x064973) is unknown color: approx Dark Cerulean. HEX triplet: 06, 49 and 73. RGB value is (6,73,115). Sum of RGB (Red+Green+Blue) = 6+73+115=194 (25% of max value = 765). Red value is 6 (2.73% from 255 or 3.09% from 194); Green value is 73 (28.91% from 255 or 37.63% from 194); Blue value is 115 (45.31% from 255 or 59.28% from 194); Max value from RGB is 115 - color contains mainly: blue. Hex color #064973 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #064973 is #F9B68C. Grayscale: #393939. Windows color (decimal): -16365197 or 7555334. OLE color: 7555334.

HSL color Cylindrical-coordinate representation of color #064973: hue angle of 203.12º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #064973 is Cyan = 0.95, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB673115-
CMYK0.950.3700.55
HSL203.12º90.08%23.73%-
HSV(B)203.12º94.78%45.1%-
XYZ5.556.0417.09-
YUV57.76160.391.08-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.09%
GREEN value IS 73 (28.91% from 255) = 37.63%
BLUE value IS 115 (45.31% from 255) = 59.28%
R=3.09%
G=37.63%
B=59.28%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal6731150.950.3700.55203.1290.0823.73
Hex649735F25037cb5a18
Octal61111631374506731313230
Binary110100100111100111011111100101011011111001011101101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #064973

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #064973; }

 p { color: rgb(6,73,115); }

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

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

 a { background-color: rgb(6,73,115); }

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

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

 span { border-color: rgb(6,73,115); }

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