#02123F

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

Shades of Midnight Express #02123F

Tints of Midnight Express #02123F

Color information

#02123F (or 0x02123F) is unknown color: approx Midnight Express. HEX triplet: 02, 12 and 3F. RGB value is (2,18,63). Sum of RGB (Red+Green+Blue) = 2+18+63=83 (10% of max value = 765). Red value is 2 (1.17% from 255 or 2.41% from 83); Green value is 18 (7.42% from 255 or 21.69% from 83); Blue value is 63 (25% from 255 or 75.90% from 83); Max value from RGB is 63 - color contains mainly: blue. Hex color #02123F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #02123F is #FDEDC0. Grayscale: #121212. Windows color (decimal): -16641473 or 4133378. OLE color: 4133378.

HSL color Cylindrical-coordinate representation of color #02123F: hue angle of 224.26º degrees, saturation: 0.94, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #02123F is Cyan = 0.97, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB21863-
CMYK0.970.7100.75
HSL224.26º93.85%12.75%-
HSV(B)224.26º96.83%24.71%-
XYZ1.140.84.8-
YUV18.35153.2116.34-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.41%
GREEN value IS 18 (7.42% from 255) = 21.69%
BLUE value IS 63 (25% from 255) = 75.90%
R=2.41%
G=21.69%
B=75.90%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal218630.970.7100.75224.2693.8512.75
Hex2123F614704Be05ed
Octal22277141107011334013615
Binary101001011111111000011000111010010111110000010111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02123F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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