#02014E

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

Shades of Midnight Blue #02014E

Tints of Midnight Blue #02014E

Color information

#02014E (or 0x02014E) is unknown color: approx Midnight Blue. HEX triplet: 02, 01 and 4E. RGB value is (2,1,78). Sum of RGB (Red+Green+Blue) = 2+1+78=81 (10% of max value = 765). Red value is 2 (1.17% from 255 or 2.47% from 81); Green value is 1 (0.78% from 255 or 1.23% from 81); Blue value is 78 (30.86% from 255 or 96.30% from 81); Max value from RGB is 78 - color contains mainly: blue. Hex color #02014E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #02014E is #FDFEB1. Grayscale: #090909. Windows color (decimal): -16645810 or 5112066. OLE color: 5112066.

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

Color convert

RGB2178-
CMYK0.970.9900.69
HSL240.78º97.47%15.49%-
HSV(B)240.78º98.72%30.59%-
XYZ1.410.587.25-
YUV10.08166.33122.24-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.47%
GREEN value IS 1 (0.78% from 255) = 1.23%
BLUE value IS 78 (30.86% from 255) = 96.30%
R=2.47%
G=1.23%
B=96.30%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal21780.970.9900.69240.7897.4715.49
Hex214E6163045f161f
Octal21116141143010536114117
Binary101100111011000011100011010001011111000111000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02014E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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