#084873

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

Shades of Dark Cerulean #084873

Tints of Dark Cerulean #084873

Color information

#084873 (or 0x084873) is unknown color: approx Dark Cerulean. HEX triplet: 08, 48 and 73. RGB value is (8,72,115). Sum of RGB (Red+Green+Blue) = 8+72+115=195 (25% of max value = 765). Red value is 8 (3.52% from 255 or 4.10% from 195); Green value is 72 (28.52% from 255 or 36.92% from 195); Blue value is 115 (45.31% from 255 or 58.97% from 195); Max value from RGB is 115 - color contains mainly: blue. Hex color #084873 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #084873 is #F7B78C. Grayscale: #393939. Windows color (decimal): -16234381 or 7555080. OLE color: 7555080.

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

Color convert

RGB872115-
CMYK0.930.3700.55
HSL204.11º86.99%24.12%-
HSV(B)204.11º93.04%45.1%-
XYZ5.515.9217.07-
YUV57.77160.392.5-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 4.10%
GREEN value IS 72 (28.52% from 255) = 36.92%
BLUE value IS 115 (45.31% from 255) = 58.97%
R=4.10%
G=36.92%
B=58.97%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal8721150.930.3700.55204.1186.9924.12
Hex848735D25037cc5718
Octal101101631354506731412730
Binary1000100100011100111011101100101011011111001100101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #084873

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #084873; }

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

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

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

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

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

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

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

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