#02143D

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

Shades of Midnight Express #02143D

Tints of Midnight Express #02143D

Color information

#02143D (or 0x02143D) is unknown color: approx Midnight Express. HEX triplet: 02, 14 and 3D. RGB value is (2,20,61). Sum of RGB (Red+Green+Blue) = 2+20+61=83 (10% of max value = 765). Red value is 2 (1.17% from 255 or 2.41% from 83); Green value is 20 (8.20% from 255 or 24.10% from 83); Blue value is 61 (24.22% from 255 or 73.49% from 83); Max value from RGB is 61 - color contains mainly: blue. Hex color #02143D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #02143D is #FDEBC2. Grayscale: #131313. Windows color (decimal): -16640963 or 4002818. OLE color: 4002818.

HSL color Cylindrical-coordinate representation of color #02143D: hue angle of 221.69º 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 #02143D is Cyan = 0.97, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB22061-
CMYK0.970.6700.76
HSL221.69º93.65%12.35%-
HSV(B)221.69º96.72%23.92%-
XYZ1.120.854.52-
YUV19.29151.54115.67-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.41%
GREEN value IS 20 (8.20% from 255) = 24.10%
BLUE value IS 61 (24.22% from 255) = 73.49%
R=2.41%
G=24.10%
B=73.49%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal220610.970.6700.76221.6993.6512.35
Hex2143D614304Cde5ec
Octal22475141103011433613614
Binary101010011110111000011000011010011001101111010111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02143D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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