#084F73

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

Shades of Dark Cerulean #084F73

Tints of Dark Cerulean #084F73

Color information

#084F73 (or 0x084F73) is unknown color: approx Dark Cerulean. HEX triplet: 08, 4F and 73. RGB value is (8,79,115). Sum of RGB (Red+Green+Blue) = 8+79+115=202 (26% of max value = 765). Red value is 8 (3.52% from 255 or 3.96% from 202); Green value is 79 (31.25% from 255 or 39.11% from 202); Blue value is 115 (45.31% from 255 or 56.93% from 202); Max value from RGB is 115 - color contains mainly: blue. Hex color #084F73 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #084F73 is #F7B08C. Grayscale: #3D3D3D. Windows color (decimal): -16232589 or 7556872. OLE color: 7556872.

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

Color convert

RGB879115-
CMYK0.930.3100.55
HSL200.19º86.99%24.12%-
HSV(B)200.19º93.04%45.1%-
XYZ5.996.8817.23-
YUV61.88157.9889.57-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.96%
GREEN value IS 79 (31.25% from 255) = 39.11%
BLUE value IS 115 (45.31% from 255) = 56.93%
R=3.96%
G=39.11%
B=56.93%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal8791150.930.3100.55200.1986.9924.12
Hex84F735D1F037c85718
Octal101171631353706731012730
Binary100010011111110011101110111111011011111001000101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #084F73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #084F73; }

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

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

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

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

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

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

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

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