Html Css Color HEX #021A3F Midnight Express

📋 copy color: '#021A3F'

red 2 ◦ green 26 ◦ blue 63

#021A3F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Midnight Express #021A3F

Tints of Midnight Express #021A3F

RGB

 RED value IS 2 (1.17% from 255) = 2.2%

 GREEN value IS 26 (10.55% from 255) = 28.57%

 BLUE value IS 63 (25% from 255) = 69.23%

R = 2.2%
G = 28.57%
B = 69.23%

CMYK

 C value IS 0.97

 M value IS 0.59

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#021A3F (or 0x021A3F) is known color: 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

RGB 2 26 63 -
CMYK 0.97 0.59 0 0.75
HSL 216.39º 0.94% 0.13% -
HSV(B) 216.39º 0.97% 0.25% -
XYZ 1.29 1.11 4.85 -
YUV 23.04 150.55 112.99 -
System Red Green Blue C M Y K H S L
Decimal 2 26 63 0.97 0.59 0 0.75 216.39 0.94 0.13
Hex 2 1A 3F 61 3B 0 4B D8 5E D
Octal 2 32 77 141 73 0 113 330 136 15
Binary 10 11010 111111 1100001 111011 0 1001011 11011000 1011110 1101

Color Harmonies of #021A3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021A3F

Black with #021A3F

Text Example


Text Example

White with #021A3F

Text Example


Text Example

HTML Codes & Css Web 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>