#083876

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

Shades of Dark Cerulean #083876

Tints of Dark Cerulean #083876

Color information

#083876 (or 0x083876) is unknown color: approx Dark Cerulean. HEX triplet: 08, 38 and 76. RGB value is (8,56,118). Sum of RGB (Red+Green+Blue) = 8+56+118=182 (24% of max value = 765). Red value is 8 (3.52% from 255 or 4.40% from 182); Green value is 56 (22.27% from 255 or 30.77% from 182); Blue value is 118 (46.48% from 255 or 64.84% from 182); Max value from RGB is 118 - color contains mainly: blue. Hex color #083876 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #083876 is #F7C789. Grayscale: #303030. Windows color (decimal): -16238474 or 7747592. OLE color: 7747592.

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

Color convert

RGB856118-
CMYK0.930.5300.54
HSL213.82º87.3%24.71%-
HSV(B)213.82º93.22%46.27%-
XYZ4.784.1917.7-
YUV48.72167.198.96-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 4.40%
GREEN value IS 56 (22.27% from 255) = 30.77%
BLUE value IS 118 (46.48% from 255) = 64.84%
R=4.40%
G=30.77%
B=64.84%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal8561180.930.5300.54213.8287.324.71
Hex838765D35036d65719
Octal10701661356506632612731
Binary100011100011101101011101110101011011011010110101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #083876

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #083876; }

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

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

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

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

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

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

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

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