#02053F

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

Shades of Midnight Express #02053F

Tints of Midnight Express #02053F

Color information

#02053F (or 0x02053F) is unknown color: approx Midnight Express. HEX triplet: 02, 05 and 3F. RGB value is (2,5,63). Sum of RGB (Red+Green+Blue) = 2+5+63=70 (9% of max value = 765). Red value is 2 (1.17% from 255 or 2.86% from 70); Green value is 5 (2.34% from 255 or 7.14% from 70); Blue value is 63 (25% from 255 or 90% from 70); Max value from RGB is 63 - color contains mainly: blue. Hex color #02053F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #02053F is #FDFAC0. Grayscale: #0A0A0A. Windows color (decimal): -16644801 or 4130050. OLE color: 4130050.

HSL color Cylindrical-coordinate representation of color #02053F: hue angle of 237.05º degrees, saturation: 0.94, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #02053F is Cyan = 0.97, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB2563-
CMYK0.970.9200.75
HSL237.05º93.85%12.75%-
HSV(B)237.05º96.83%24.71%-
XYZ0.980.484.74-
YUV10.72157.51121.78-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.86%
GREEN value IS 5 (2.34% from 255) = 7.14%
BLUE value IS 63 (25% from 255) = 90%
R=2.86%
G=7.14%
B=90%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal25630.970.9200.75237.0593.8512.75
Hex253F615C04Bed5ed
Octal2577141134011335513615
Binary1010111111111000011011100010010111110110110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02053F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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