#02055B

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

Shades of Midnight Blue #02055B

Tints of Midnight Blue #02055B

Color information

#02055B (or 0x02055B) is unknown color: approx Midnight Blue. HEX triplet: 02, 05 and 5B. RGB value is (2,5,91). Sum of RGB (Red+Green+Blue) = 2+5+91=98 (12% of max value = 765). Red value is 2 (1.17% from 255 or 2.04% from 98); Green value is 5 (2.34% from 255 or 5.10% from 98); Blue value is 91 (35.94% from 255 or 92.86% from 98); Max value from RGB is 91 - color contains mainly: blue. Hex color #02055B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #02055B is #FDFAA4. Grayscale: #0D0D0D. Windows color (decimal): -16644773 or 5965058. OLE color: 5965058.

HSL color Cylindrical-coordinate representation of color #02055B: hue angle of 237.98º degrees, saturation: 0.96, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #02055B is Cyan = 0.98, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB2591-
CMYK0.980.9500.64
HSL237.98º95.7%18.24%-
HSV(B)237.98º97.8%35.69%-
XYZ1.970.889.96-
YUV13.91171.51119.51-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.04%
GREEN value IS 5 (2.34% from 255) = 5.10%
BLUE value IS 91 (35.94% from 255) = 92.86%
R=2.04%
G=5.10%
B=92.86%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal25910.980.9500.64237.9895.718.24
Hex255B625F040ee6012
Octal25133142137010035614022
Binary101011011011110001010111110100000011101110110000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02055B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(2,5,91); }

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

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

 a { background-color: rgb(2,5,91); }

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

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

 span { border-color: rgb(2,5,91); }

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