#02123B

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

Shades of Midnight Express #02123B

Tints of Midnight Express #02123B

Color information

#02123B (or 0x02123B) is unknown color: approx Midnight Express. HEX triplet: 02, 12 and 3B. RGB value is (2,18,59). Sum of RGB (Red+Green+Blue) = 2+18+59=79 (10% of max value = 765). Red value is 2 (1.17% from 255 or 2.53% from 79); Green value is 18 (7.42% from 255 or 22.78% from 79); Blue value is 59 (23.44% from 255 or 74.68% from 79); Max value from RGB is 59 - color contains mainly: blue. Hex color #02123B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #02123B is #FDEDC4. Grayscale: #111111. Windows color (decimal): -16641477 or 3871234. OLE color: 3871234.

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

Color convert

RGB21859-
CMYK0.970.6900.77
HSL223.16º93.44%11.96%-
HSV(B)223.16º96.61%23.14%-
XYZ1.030.764.23-
YUV17.89151.2116.67-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.53%
GREEN value IS 18 (7.42% from 255) = 22.78%
BLUE value IS 59 (23.44% from 255) = 74.68%
R=2.53%
G=22.78%
B=74.68%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal218590.970.6900.77223.1693.4411.96
Hex2123B614504Ddf5dc
Octal22273141105011533713514
Binary101001011101111000011000101010011011101111110111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02123B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #02123B; }

 p { color: rgb(2,18,59); }

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

<style>
 a { background-color: #02123B; }

 a { background-color: rgb(2,18,59); }

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

<style>
 span { border-color: #02123B; }

 span { border-color: rgb(2,18,59); }

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