#08054E

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

Shades of Midnight Blue #08054E

Tints of Midnight Blue #08054E

Color information

#08054E (or 0x08054E) is unknown color: approx Midnight Blue. HEX triplet: 08, 05 and 4E. RGB value is (8,5,78). Sum of RGB (Red+Green+Blue) = 8+5+78=91 (12% of max value = 765). Red value is 8 (3.52% from 255 or 8.79% from 91); Green value is 5 (2.34% from 255 or 5.49% from 91); Blue value is 78 (30.86% from 255 or 85.71% from 91); Max value from RGB is 78 - color contains mainly: blue. Hex color #08054E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #08054E is #F7FAB1. Grayscale: #0D0D0D. Windows color (decimal): -16251570 or 5113096. OLE color: 5113096.

HSL color Cylindrical-coordinate representation of color #08054E: hue angle of 242.47º degrees, saturation: 0.88, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #08054E is Cyan = 0.90, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB8578-
CMYK0.900.9400.69
HSL242.47º87.95%16.27%-
HSV(B)242.47º93.59%30.59%-
XYZ1.530.717.26-
YUV14.22163.99123.56-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 8.79%
GREEN value IS 5 (2.34% from 255) = 5.49%
BLUE value IS 78 (30.86% from 255) = 85.71%
R=8.79%
G=5.49%
B=85.71%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal85780.900.9400.69242.4787.9516.27
Hex854E5A5E045f25810
Octal105116132136010536213020
Binary10001011001110101101010111100100010111110010101100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08054E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #08054E; }

 p { color: rgb(8,5,78); }

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

<style>
 a { background-color: #08054E; }

 a { background-color: rgb(8,5,78); }

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

<style>
 span { border-color: #08054E; }

 span { border-color: rgb(8,5,78); }

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