#084973

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

Shades of Dark Cerulean #084973

Tints of Dark Cerulean #084973

Color information

#084973 (or 0x084973) is unknown color: approx Dark Cerulean. HEX triplet: 08, 49 and 73. RGB value is (8,73,115). Sum of RGB (Red+Green+Blue) = 8+73+115=196 (25% of max value = 765). Red value is 8 (3.52% from 255 or 4.08% from 196); Green value is 73 (28.91% from 255 or 37.24% from 196); Blue value is 115 (45.31% from 255 or 58.67% from 196); Max value from RGB is 115 - color contains mainly: blue. Hex color #084973 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #084973 is #F7B68C. Grayscale: #3A3A3A. Windows color (decimal): -16234125 or 7555336. OLE color: 7555336.

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

Color convert

RGB873115-
CMYK0.930.3700.55
HSL203.55º86.99%24.12%-
HSV(B)203.55º93.04%45.1%-
XYZ5.586.0517.09-
YUV58.35159.9792.08-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 4.08%
GREEN value IS 73 (28.91% from 255) = 37.24%
BLUE value IS 115 (45.31% from 255) = 58.67%
R=4.08%
G=37.24%
B=58.67%

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
Decimal8731150.930.3700.55203.5586.9924.12
Hex849735D25037cc5718
Octal101111631354506731412730
Binary1000100100111100111011101100101011011111001100101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #084973

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #084973; }

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

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

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

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

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

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

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

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