#02054E

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

Shades of Midnight Blue #02054E

Tints of Midnight Blue #02054E

Color information

#02054E (or 0x02054E) is unknown color: approx Midnight Blue. HEX triplet: 02, 05 and 4E. RGB value is (2,5,78). Sum of RGB (Red+Green+Blue) = 2+5+78=85 (11% of max value = 765). Red value is 2 (1.17% from 255 or 2.35% from 85); Green value is 5 (2.34% from 255 or 5.88% from 85); Blue value is 78 (30.86% from 255 or 91.76% from 85); Max value from RGB is 78 - color contains mainly: blue. Hex color #02054E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #02054E is #FDFAB1. Grayscale: #0C0C0C. Windows color (decimal): -16644786 or 5113090. OLE color: 5113090.

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

Color convert

RGB2578-
CMYK0.970.9400.69
HSL237.63º95%15.69%-
HSV(B)237.63º97.44%30.59%-
XYZ1.450.677.26-
YUV12.42165.01120.56-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.35%
GREEN value IS 5 (2.34% from 255) = 5.88%
BLUE value IS 78 (30.86% from 255) = 91.76%
R=2.35%
G=5.88%
B=91.76%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal25780.970.9400.69237.639515.69
Hex254E615E045ee5f10
Octal25116141136010535613720
Binary101011001110110000110111100100010111101110101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02054E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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