#08095d

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

Shades of Midnight Blue #08095D

Tints of Midnight Blue #08095D

Color information

#08095D (or 0x08095D) is unknown color: approx Midnight Blue. HEX triplet: 08, 09 and 5D. RGB value is (8,9,93). Sum of RGB (Red+Green+Blue) = 8+9+93=110 (14% of max value = 765). Red value is 8 (3.52% from 255 or 7.27% from 110); Green value is 9 (3.91% from 255 or 8.18% from 110); Blue value is 93 (36.72% from 255 or 84.55% from 110); Max value from RGB is 93 - color contains mainly: blue. Hex color #08095D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #08095D is #F7F6A2. Grayscale: #111111. Windows color (decimal): -16250531 or 6097160. OLE color: 6097160.

HSL color Cylindrical-coordinate representation of color #08095D: hue angle of 239.29º 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 #08095D is Cyan = 0.91, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB8993-
CMYK0.910.9000.64
HSL239.29º84.16%19.8%-
HSV(B)239.29º91.4%36.47%-
XYZ2.171.0410.44-
YUV18.28170.17120.67-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 7.27%
GREEN value IS 9 (3.91% from 255) = 8.18%
BLUE value IS 93 (36.72% from 255) = 84.55%
R=7.27%
G=8.18%
B=84.55%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal89930.910.9000.64239.2984.1619.8
Hex895D5B5A040ef5414
Octal1011135133132010035712424
Binary100010011011101101101110110100100000011101111101010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08095d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #08095d; }

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

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

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

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

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

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

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

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