#084573

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

Shades of Dark Cerulean #084573

Tints of Dark Cerulean #084573

Color information

#084573 (or 0x084573) is unknown color: approx Dark Cerulean. HEX triplet: 08, 45 and 73. RGB value is (8,69,115). Sum of RGB (Red+Green+Blue) = 8+69+115=192 (25% of max value = 765). Red value is 8 (3.52% from 255 or 4.17% from 192); Green value is 69 (27.34% from 255 or 35.94% from 192); Blue value is 115 (45.31% from 255 or 59.90% from 192); Max value from RGB is 115 - color contains mainly: blue. Hex color #084573 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #084573 is #F7BA8C. Grayscale: #373737. Windows color (decimal): -16235149 or 7554312. OLE color: 7554312.

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

Color convert

RGB869115-
CMYK0.930.400.55
HSL205.79º86.99%24.12%-
HSV(B)205.79º93.04%45.1%-
XYZ5.325.5517.01-
YUV56161.2993.76-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 4.17%
GREEN value IS 69 (27.34% from 255) = 35.94%
BLUE value IS 115 (45.31% from 255) = 59.90%
R=4.17%
G=35.94%
B=59.90%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.4
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal8691150.930.400.55205.7986.9924.12
Hex845735D28037ce5718
Octal101051631355006731612730
Binary1000100010111100111011101101000011011111001110101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #084573

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #084573; }

 p { color: rgb(8,69,115); }

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

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

 a { background-color: rgb(8,69,115); }

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

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

 span { border-color: rgb(8,69,115); }

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