#08085D

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

Shades of Midnight Blue #08085D

Tints of Midnight Blue #08085D

Color information

#08085D (or 0x08085D) is unknown color: approx Midnight Blue. HEX triplet: 08, 08 and 5D. RGB value is (8,8,93). Sum of RGB (Red+Green+Blue) = 8+8+93=109 (14% of max value = 765). Red value is 8 (3.52% from 255 or 7.34% from 109); Green value is 8 (3.52% from 255 or 7.34% from 109); Blue value is 93 (36.72% from 255 or 85.32% from 109); Max value from RGB is 93 - color contains mainly: blue. Hex color #08085D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #08085D is #F7F7A2. Grayscale: #111111. Windows color (decimal): -16250787 or 6096904. OLE color: 6096904.

HSL color Cylindrical-coordinate representation of color #08085D: hue angle of 240º degrees, saturation: 0.84, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #08085D is Cyan = 0.91, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB8893-
CMYK0.910.9100.64
HSL240º84.16%19.8%-
HSV(B)240º91.4%36.47%-
XYZ2.161.0210.44-
YUV17.69170.5121.09-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 7.34%
GREEN value IS 8 (3.52% from 255) = 7.34%
BLUE value IS 93 (36.72% from 255) = 85.32%
R=7.34%
G=7.34%
B=85.32%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal88930.910.9100.6424084.1619.8
Hex885D5B5B040f05414
Octal1010135133133010036012424
Binary100010001011101101101110110110100000011110000101010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08085D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #08085D; }

 p { color: rgb(8,8,93); }

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

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

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

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

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

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

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