#02133D

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

Shades of Midnight Express #02133D

Tints of Midnight Express #02133D

Color information

#02133D (or 0x02133D) is unknown color: approx Midnight Express. HEX triplet: 02, 13 and 3D. RGB value is (2,19,61). Sum of RGB (Red+Green+Blue) = 2+19+61=82 (10% of max value = 765). Red value is 2 (1.17% from 255 or 2.44% from 82); Green value is 19 (7.81% from 255 or 23.17% from 82); Blue value is 61 (24.22% from 255 or 74.39% from 82); Max value from RGB is 61 - color contains mainly: blue. Hex color #02133D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #02133D is #FDECC2. Grayscale: #121212. Windows color (decimal): -16641219 or 4002562. OLE color: 4002562.

HSL color Cylindrical-coordinate representation of color #02133D: hue angle of 222.71º degrees, saturation: 0.94, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #02133D is Cyan = 0.97, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB21961-
CMYK0.970.6900.76
HSL222.71º93.65%12.35%-
HSV(B)222.71º96.72%23.92%-
XYZ1.10.824.51-
YUV18.7151.87116.08-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.44%
GREEN value IS 19 (7.81% from 255) = 23.17%
BLUE value IS 61 (24.22% from 255) = 74.39%
R=2.44%
G=23.17%
B=74.39%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal219610.970.6900.76222.7193.6512.35
Hex2133D614504Cdf5ec
Octal22375141105011433713614
Binary101001111110111000011000101010011001101111110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02133D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #02133D; }

 p { color: rgb(2,19,61); }

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

<style>
 a { background-color: #02133D; }

 a { background-color: rgb(2,19,61); }

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

<style>
 span { border-color: #02133D; }

 span { border-color: rgb(2,19,61); }

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