#02034E

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

Shades of Midnight Blue #02034E

Tints of Midnight Blue #02034E

Color information

#02034E (or 0x02034E) is unknown color: approx Midnight Blue. HEX triplet: 02, 03 and 4E. RGB value is (2,3,78). Sum of RGB (Red+Green+Blue) = 2+3+78=83 (10% of max value = 765). Red value is 2 (1.17% from 255 or 2.41% from 83); Green value is 3 (1.56% from 255 or 3.61% from 83); Blue value is 78 (30.86% from 255 or 93.98% from 83); Max value from RGB is 78 - color contains mainly: blue. Hex color #02034E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #02034E is #FDFCB1. Grayscale: #0A0A0A. Windows color (decimal): -16645298 or 5112578. OLE color: 5112578.

HSL color Cylindrical-coordinate representation of color #02034E: hue angle of 239.21º 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 #02034E is Cyan = 0.97, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB2378-
CMYK0.970.9600.69
HSL239.21º95%15.69%-
HSV(B)239.21º97.44%30.59%-
XYZ1.430.637.25-
YUV11.25165.67121.4-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.41%
GREEN value IS 3 (1.56% from 255) = 3.61%
BLUE value IS 78 (30.86% from 255) = 93.98%
R=2.41%
G=3.61%
B=93.98%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal23780.970.9600.69239.219515.69
Hex234E6160045ef5f10
Octal23116141140010535713720
Binary10111001110110000111000000100010111101111101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02034E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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