#02034D

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

Shades of Midnight Blue #02034D

Tints of Midnight Blue #02034D

Color information

#02034D (or 0x02034D) is unknown color: approx Midnight Blue. HEX triplet: 02, 03 and 4D. RGB value is (2,3,77). Sum of RGB (Red+Green+Blue) = 2+3+77=82 (10% of max value = 765). Red value is 2 (1.17% from 255 or 2.44% from 82); Green value is 3 (1.56% from 255 or 3.66% from 82); Blue value is 77 (30.47% from 255 or 93.90% from 82); Max value from RGB is 77 - color contains mainly: blue. Hex color #02034D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #02034D is #FDFCB2. Grayscale: #0A0A0A. Windows color (decimal): -16645299 or 5047042. OLE color: 5047042.

HSL color Cylindrical-coordinate representation of color #02034D: hue angle of 239.2º degrees, saturation: 0.95, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #02034D is Cyan = 0.97, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB2377-
CMYK0.970.9600.70
HSL239.2º94.94%15.49%-
HSV(B)239.2º97.4%30.2%-
XYZ1.40.617.07-
YUV11.14165.17121.48-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.44%
GREEN value IS 3 (1.56% from 255) = 3.66%
BLUE value IS 77 (30.47% from 255) = 93.90%
R=2.44%
G=3.66%
B=93.90%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal23770.970.9600.70239.294.9415.49
Hex234D6160046ef5ff
Octal23115141140010635713717
Binary1011100110111000011100000010001101110111110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02034D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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