#02163A

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

Shades of Midnight Express #02163A

Tints of Midnight Express #02163A

Color information

#02163A (or 0x02163A) is unknown color: approx Midnight Express. HEX triplet: 02, 16 and 3A. RGB value is (2,22,58). Sum of RGB (Red+Green+Blue) = 2+22+58=82 (10% of max value = 765). Red value is 2 (1.17% from 255 or 2.44% from 82); Green value is 22 (8.98% from 255 or 26.83% from 82); Blue value is 58 (23.05% from 255 or 70.73% from 82); Max value from RGB is 58 - color contains mainly: blue. Hex color #02163A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #02163A is #FDE9C5. Grayscale: #131313. Windows color (decimal): -16640454 or 3806722. OLE color: 3806722.

HSL color Cylindrical-coordinate representation of color #02163A: hue angle of 218.57º 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 #02163A is Cyan = 0.97, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB22258-
CMYK0.970.6200.77
HSL218.57º93.33%11.76%-
HSV(B)218.57º96.55%22.75%-
XYZ1.080.894.12-
YUV20.12149.37115.07-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.44%
GREEN value IS 22 (8.98% from 255) = 26.83%
BLUE value IS 58 (23.05% from 255) = 70.73%
R=2.44%
G=26.83%
B=70.73%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal222580.970.6200.77218.5793.3311.76
Hex2163A613E04Ddb5dc
Octal2267214176011533313514
Binary10101101110101100001111110010011011101101110111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02163A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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