#02153A

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

Shades of Midnight Express #02153A

Tints of Midnight Express #02153A

Color information

#02153A (or 0x02153A) is unknown color: approx Midnight Express. HEX triplet: 02, 15 and 3A. RGB value is (2,21,58). Sum of RGB (Red+Green+Blue) = 2+21+58=81 (10% of max value = 765). Red value is 2 (1.17% from 255 or 2.47% from 81); Green value is 21 (8.59% from 255 or 25.93% from 81); Blue value is 58 (23.05% from 255 or 71.60% from 81); Max value from RGB is 58 - color contains mainly: blue. Hex color #02153A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #02153A is #FDEAC5. Grayscale: #131313. Windows color (decimal): -16640710 or 3806466. OLE color: 3806466.

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

Color convert

RGB22158-
CMYK0.970.6400.77
HSL219.64º93.33%11.76%-
HSV(B)219.64º96.55%22.75%-
XYZ1.060.854.11-
YUV19.54149.71115.49-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.47%
GREEN value IS 21 (8.59% from 255) = 25.93%
BLUE value IS 58 (23.05% from 255) = 71.60%
R=2.47%
G=25.93%
B=71.60%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal221580.970.6400.77219.6493.3311.76
Hex2153A614004Ddc5dc
Octal22572141100011533413514
Binary101010111101011000011000000010011011101110010111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02153A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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