#02034B

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

Shades of Midnight Blue #02034B

Tints of Midnight Blue #02034B

Color information

#02034B (or 0x02034B) is unknown color: approx Midnight Blue. HEX triplet: 02, 03 and 4B. RGB value is (2,3,75). Sum of RGB (Red+Green+Blue) = 2+3+75=80 (10% of max value = 765). Red value is 2 (1.17% from 255 or 2.5% from 80); Green value is 3 (1.56% from 255 or 3.75% from 80); Blue value is 75 (29.69% from 255 or 93.75% from 80); Max value from RGB is 75 - color contains mainly: blue. Hex color #02034B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #02034B is #FDFCB4. Grayscale: #0A0A0A. Windows color (decimal): -16645301 or 4915970. OLE color: 4915970.

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

Color convert

RGB2375-
CMYK0.970.9600.71
HSL239.18º94.81%15.1%-
HSV(B)239.18º97.33%29.41%-
XYZ1.330.596.7-
YUV10.91164.17121.65-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.5%
GREEN value IS 3 (1.56% from 255) = 3.75%
BLUE value IS 75 (29.69% from 255) = 93.75%
R=2.5%
G=3.75%
B=93.75%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal23750.970.9600.71239.1894.8115.1
Hex234B6160047ef5ff
Octal23113141140010735713717
Binary1011100101111000011100000010001111110111110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02034B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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