#081876

Color #081876 Midnight Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Midnight Blue #081876

Tints of Midnight Blue #081876

Color information

#081876 (or 0x081876) is unknown color: approx Midnight Blue. HEX triplet: 08, 18 and 76. RGB value is (8,24,118). Sum of RGB (Red+Green+Blue) = 8+24+118=150 (19% of max value = 765). Red value is 8 (3.52% from 255 or 5.33% from 150); Green value is 24 (9.77% from 255 or 16% from 150); Blue value is 118 (46.48% from 255 or 78.67% from 150); Max value from RGB is 118 - color contains mainly: blue. Hex color #081876 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #081876 is #F7E789. Grayscale: #1D1D1D. Windows color (decimal): -16246666 or 7739400. OLE color: 7739400.

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

Color convert

RGB824118-
CMYK0.930.8000.54
HSL231.27º87.3%24.71%-
HSV(B)231.27º93.22%46.27%-
XYZ3.72.0117.33-
YUV29.93177.7112.36-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 5.33%
GREEN value IS 24 (9.77% from 255) = 16%
BLUE value IS 118 (46.48% from 255) = 78.67%
R=5.33%
G=16%
B=78.67%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal8241180.930.8000.54231.2787.324.71
Hex818765D50036e75719
Octal103016613512006634712731
Binary100011000111011010111011010000011011011100111101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #081876

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #081876; }

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

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

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

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

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

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

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

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