#02034C

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

Shades of Midnight Blue #02034C

Tints of Midnight Blue #02034C

Color information

#02034C (or 0x02034C) is unknown color: approx Midnight Blue. HEX triplet: 02, 03 and 4C. RGB value is (2,3,76). Sum of RGB (Red+Green+Blue) = 2+3+76=81 (10% of max value = 765). Red value is 2 (1.17% from 255 or 2.47% from 81); Green value is 3 (1.56% from 255 or 3.70% from 81); Blue value is 76 (30.08% from 255 or 93.83% from 81); Max value from RGB is 76 - color contains mainly: blue. Hex color #02034C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #02034C is #FDFCB3. Grayscale: #0A0A0A. Windows color (decimal): -16645300 or 4981506. OLE color: 4981506.

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

Color convert

RGB2376-
CMYK0.970.9600.70
HSL239.19º94.87%15.29%-
HSV(B)239.19º97.37%29.8%-
XYZ1.360.66.88-
YUV11.02164.67121.56-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.47%
GREEN value IS 3 (1.56% from 255) = 3.70%
BLUE value IS 76 (30.08% from 255) = 93.83%
R=2.47%
G=3.70%
B=93.83%

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
Decimal23760.970.9600.70239.1994.8715.29
Hex234C6160046ef5ff
Octal23114141140010635713717
Binary1011100110011000011100000010001101110111110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02034C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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