#08025C

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

Shades of Midnight Blue #08025C

Tints of Midnight Blue #08025C

Color information

#08025C (or 0x08025C) is unknown color: approx Midnight Blue. HEX triplet: 08, 02 and 5C. RGB value is (8,2,92). Sum of RGB (Red+Green+Blue) = 8+2+92=102 (13% of max value = 765). Red value is 8 (3.52% from 255 or 7.84% from 102); Green value is 2 (1.17% from 255 or 1.96% from 102); Blue value is 92 (36.33% from 255 or 90.20% from 102); Max value from RGB is 92 - color contains mainly: blue. Hex color #08025C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #08025C is #F7FDA3. Grayscale: #0D0D0D. Windows color (decimal): -16252324 or 6029832. OLE color: 6029832.

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

Color convert

RGB8292-
CMYK0.910.9800.64
HSL244º95.74%18.43%-
HSV(B)244º97.83%36.08%-
XYZ2.050.8710.18-
YUV14.05171.99123.68-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 7.84%
GREEN value IS 2 (1.17% from 255) = 1.96%
BLUE value IS 92 (36.33% from 255) = 90.20%
R=7.84%
G=1.96%
B=90.20%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal82920.910.9800.6424495.7418.43
Hex825C5B62040f46012
Octal102134133142010036414022
Binary1000101011100101101111000100100000011110100110000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08025C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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