#021A3F

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

Shades of Midnight Express #021A3F

Tints of Midnight Express #021A3F

Color information

#021A3F (or 0x021A3F) is unknown color: approx Midnight Express. HEX triplet: 02, 1A and 3F. RGB value is (2,26,63). Sum of RGB (Red+Green+Blue) = 2+26+63=91 (12% of max value = 765). Red value is 2 (1.17% from 255 or 2.20% from 91); Green value is 26 (10.55% from 255 or 28.57% from 91); Blue value is 63 (25% from 255 or 69.23% from 91); Max value from RGB is 63 - color contains mainly: blue. Hex color #021A3F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #021A3F is #FDE5C0. Grayscale: #161616. Windows color (decimal): -16639425 or 4135426. OLE color: 4135426.

HSL color Cylindrical-coordinate representation of color #021A3F: hue angle of 216.39º 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 #021A3F is Cyan = 0.97, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB22663-
CMYK0.970.5900.75
HSL216.39º93.85%12.75%-
HSV(B)216.39º96.83%24.71%-
XYZ1.291.114.85-
YUV23.04150.55112.99-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.20%
GREEN value IS 26 (10.55% from 255) = 28.57%
BLUE value IS 63 (25% from 255) = 69.23%
R=2.20%
G=28.57%
B=69.23%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal226630.970.5900.75216.3993.8512.75
Hex21A3F613B04Bd85ed
Octal2327714173011333013615
Binary10110101111111100001111011010010111101100010111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #021A3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #021A3F; }

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

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

<style>
 a { background-color: #021A3F; }

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

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

<style>
 span { border-color: #021A3F; }

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

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