#08015C

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

Shades of Midnight Blue #08015C

Tints of Midnight Blue #08015C

Color information

#08015C (or 0x08015C) is unknown color: approx Midnight Blue. HEX triplet: 08, 01 and 5C. RGB value is (8,1,92). Sum of RGB (Red+Green+Blue) = 8+1+92=101 (13% of max value = 765). Red value is 8 (3.52% from 255 or 7.92% from 101); Green value is 1 (0.78% from 255 or 0.99% from 101); Blue value is 92 (36.33% from 255 or 91.09% from 101); Max value from RGB is 92 - color contains mainly: blue. Hex color #08015C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #08015C is #F7FEA3. Grayscale: #0D0D0D. Windows color (decimal): -16252580 or 6029576. OLE color: 6029576.

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

Color convert

RGB8192-
CMYK0.910.9900.64
HSL244.62º97.85%18.24%-
HSV(B)244.62º98.91%36.08%-
XYZ2.040.8510.18-
YUV13.47172.32124.1-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 7.92%
GREEN value IS 1 (0.78% from 255) = 0.99%
BLUE value IS 92 (36.33% from 255) = 91.09%
R=7.92%
G=0.99%
B=91.09%

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
Decimal81920.910.9900.64244.6297.8518.24
Hex815C5B63040f56212
Octal101134133143010036514222
Binary100011011100101101111000110100000011110101110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08015C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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