#08025B

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

Shades of Midnight Blue #08025B

Tints of Midnight Blue #08025B

Color information

#08025B (or 0x08025B) is unknown color: approx Midnight Blue. HEX triplet: 08, 02 and 5B. RGB value is (8,2,91). Sum of RGB (Red+Green+Blue) = 8+2+91=101 (13% of max value = 765). Red value is 8 (3.52% from 255 or 7.92% from 101); Green value is 2 (1.17% from 255 or 1.98% from 101); Blue value is 91 (35.94% from 255 or 90.10% from 101); Max value from RGB is 91 - color contains mainly: blue. Hex color #08025B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #08025B is #F7FDA4. Grayscale: #0D0D0D. Windows color (decimal): -16252325 or 5964296. OLE color: 5964296.

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

Color convert

RGB8291-
CMYK0.910.9800.64
HSL244.04º95.7%18.24%-
HSV(B)244.04º97.8%35.69%-
XYZ2.010.859.96-
YUV13.94171.49123.76-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 7.92%
GREEN value IS 2 (1.17% from 255) = 1.98%
BLUE value IS 91 (35.94% from 255) = 90.10%
R=7.92%
G=1.98%
B=90.10%

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
Decimal82910.910.9800.64244.0495.718.24
Hex825B5B62040f46012
Octal102133133142010036414022
Binary1000101011011101101111000100100000011110100110000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08025B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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