#02053B

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

Shades of Midnight Express #02053B

Tints of Midnight Express #02053B

Color information

#02053B (or 0x02053B) is unknown color: approx Midnight Express. HEX triplet: 02, 05 and 3B. RGB value is (2,5,59). Sum of RGB (Red+Green+Blue) = 2+5+59=66 (8% of max value = 765). Red value is 2 (1.17% from 255 or 3.03% from 66); Green value is 5 (2.34% from 255 or 7.58% from 66); Blue value is 59 (23.44% from 255 or 89.39% from 66); Max value from RGB is 59 - color contains mainly: blue. Hex color #02053B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #02053B is #FDFAC4. Grayscale: #0A0A0A. Windows color (decimal): -16644805 or 3867906. OLE color: 3867906.

HSL color Cylindrical-coordinate representation of color #02053B: hue angle of 236.84º degrees, saturation: 0.93, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #02053B is Cyan = 0.97, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB2559-
CMYK0.970.9200.77
HSL236.84º93.44%11.96%-
HSV(B)236.84º96.61%23.14%-
XYZ0.870.444.18-
YUV10.26155.51122.11-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 3.03%
GREEN value IS 5 (2.34% from 255) = 7.58%
BLUE value IS 59 (23.44% from 255) = 89.39%
R=3.03%
G=7.58%
B=89.39%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal25590.970.9200.77236.8493.4411.96
Hex253B615C04Ded5dc
Octal2573141134011535513514
Binary1010111101111000011011100010011011110110110111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02053B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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