#084F76

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

Shades of Dark Cerulean #084F76

Tints of Dark Cerulean #084F76

Color information

#084F76 (or 0x084F76) is unknown color: approx Dark Cerulean. HEX triplet: 08, 4F and 76. RGB value is (8,79,118). Sum of RGB (Red+Green+Blue) = 8+79+118=205 (27% of max value = 765). Red value is 8 (3.52% from 255 or 3.90% from 205); Green value is 79 (31.25% from 255 or 38.54% from 205); Blue value is 118 (46.48% from 255 or 57.56% from 205); Max value from RGB is 118 - color contains mainly: blue. Hex color #084F76 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #084F76 is #F7B089. Grayscale: #3D3D3D. Windows color (decimal): -16232586 or 7753480. OLE color: 7753480.

HSL color Cylindrical-coordinate representation of color #084F76: hue angle of 201.27º degrees, saturation: 0.87, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #084F76 is Cyan = 0.93, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB879118-
CMYK0.930.3300.54
HSL201.27º87.3%24.71%-
HSV(B)201.27º93.22%46.27%-
XYZ6.176.9518.16-
YUV62.22159.4889.33-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.90%
GREEN value IS 79 (31.25% from 255) = 38.54%
BLUE value IS 118 (46.48% from 255) = 57.56%
R=3.90%
G=38.54%
B=57.56%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal8791180.930.3300.54201.2787.324.71
Hex84F765D21036c95719
Octal101171661354106631112731
Binary1000100111111101101011101100001011011011001001101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #084F76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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