#064873

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

Shades of Dark Cerulean #064873

Tints of Dark Cerulean #064873

Color information

#064873 (or 0x064873) is unknown color: approx Dark Cerulean. HEX triplet: 06, 48 and 73. RGB value is (6,72,115). Sum of RGB (Red+Green+Blue) = 6+72+115=193 (25% of max value = 765). Red value is 6 (2.73% from 255 or 3.11% from 193); Green value is 72 (28.52% from 255 or 37.31% from 193); Blue value is 115 (45.31% from 255 or 59.59% from 193); Max value from RGB is 115 - color contains mainly: blue. Hex color #064873 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #064873 is #F9B78C. Grayscale: #383838. Windows color (decimal): -16365453 or 7555078. OLE color: 7555078.

HSL color Cylindrical-coordinate representation of color #064873: hue angle of 203.67º 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 #064873 is Cyan = 0.95, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB672115-
CMYK0.950.3700.55
HSL203.67º90.08%23.73%-
HSV(B)203.67º94.78%45.1%-
XYZ5.495.9117.07-
YUV57.17160.6391.5-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.11%
GREEN value IS 72 (28.52% from 255) = 37.31%
BLUE value IS 115 (45.31% from 255) = 59.59%
R=3.11%
G=37.31%
B=59.59%

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
Decimal6721150.950.3700.55203.6790.0823.73
Hex648735F25037cc5a18
Octal61101631374506731413230
Binary110100100011100111011111100101011011111001100101101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #064873

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #064873; }

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

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

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

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

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

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

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

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