#02013A

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

Shades of Midnight Express #02013A

Tints of Midnight Express #02013A

Color information

#02013A (or 0x02013A) is unknown color: approx Midnight Express. HEX triplet: 02, 01 and 3A. RGB value is (2,1,58). Sum of RGB (Red+Green+Blue) = 2+1+58=61 (8% of max value = 765). Red value is 2 (1.17% from 255 or 3.28% from 61); Green value is 1 (0.78% from 255 or 1.64% from 61); Blue value is 58 (23.05% from 255 or 95.08% from 61); Max value from RGB is 58 - color contains mainly: blue. Hex color #02013A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #02013A is #FDFEC5. Grayscale: #070707. Windows color (decimal): -16645830 or 3801346. OLE color: 3801346.

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

Color convert

RGB2158-
CMYK0.970.9800.77
HSL241.05º96.61%11.57%-
HSV(B)241.05º98.28%22.75%-
XYZ0.80.344.03-
YUV7.8156.33123.87-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 3.28%
GREEN value IS 1 (0.78% from 255) = 1.64%
BLUE value IS 58 (23.05% from 255) = 95.08%
R=3.28%
G=1.64%
B=95.08%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal21580.970.9800.77241.0596.6111.57
Hex213A616204Df161c
Octal2172141142011536114114
Binary10111101011000011100010010011011111000111000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02013A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #02013A; }

 p { color: rgb(2,1,58); }

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

<style>
 a { background-color: #02013A; }

 a { background-color: rgb(2,1,58); }

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

<style>
 span { border-color: #02013A; }

 span { border-color: rgb(2,1,58); }

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