#08015B

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

Shades of Midnight Blue #08015B

Tints of Midnight Blue #08015B

Color information

#08015B (or 0x08015B) is unknown color: approx Midnight Blue. HEX triplet: 08, 01 and 5B. RGB value is (8,1,91). Sum of RGB (Red+Green+Blue) = 8+1+91=100 (13% of max value = 765). Red value is 8 (3.52% from 255 or 8% from 100); Green value is 1 (0.78% from 255 or 1% from 100); Blue value is 91 (35.94% from 255 or 91% from 100); Max value from RGB is 91 - color contains mainly: blue. Hex color #08015B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #08015B is #F7FEA4. Grayscale: #0D0D0D. Windows color (decimal): -16252581 or 5964040. OLE color: 5964040.

HSL color Cylindrical-coordinate representation of color #08015B: hue angle of 244.67º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #08015B is Cyan = 0.91, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB8191-
CMYK0.910.9900.64
HSL244.67º97.83%18.04%-
HSV(B)244.67º98.9%35.69%-
XYZ20.839.95-
YUV13.35171.82124.18-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 8%
GREEN value IS 1 (0.78% from 255) = 1%
BLUE value IS 91 (35.94% from 255) = 91%
R=8%
G=1%
B=91%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal81910.910.9900.64244.6797.8318.04
Hex815B5B63040f56212
Octal101133133143010036514222
Binary100011011011101101111000110100000011110101110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08015B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #08015B; }

 p { color: rgb(8,1,91); }

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

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

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

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

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

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

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