Html Css Color HEX #021A3E Midnight Express

📋 copy color: '#021A3E'

red 2 ◦ green 26 ◦ blue 62

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

Shades of Midnight Express #021A3E

Tints of Midnight Express #021A3E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 68.89%

R = 2.22%
G = 28.89%
B = 68.89%

CMYK

 C value IS 0.97

 M value IS 0.58

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#021A3E (or 0x021A3E) is known color: Midnight Express. HEX triplet: 02, 1A and 3E. RGB value is (2,26,62). Sum of RGB (Red+Green+Blue) = 2+26+62=90 (11% of max value = 765). Red value is 2 (1.17% from 255 or 2.22% from 90); Green value is 26 (10.55% from 255 or 28.89% from 90); Blue value is 62 (24.61% from 255 or 68.89% from 90); Max value from RGB is 62 - color contains mainly: blue. Hex color #021A3E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #021A3E is #FDE5C1. Grayscale: #161616. Windows color (decimal): -16639426 or 4069890. OLE color: 4069890.

HSL color Cylindrical-coordinate representation of color #021A3E: hue angle of 216º degrees, saturation: 0.94, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #021A3E is Cyan = 0.97, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 2 26 62 -
CMYK 0.97 0.58 0 0.76
HSL 216º 0.94% 0.13% -
HSV(B) 216º 0.97% 0.24% -
XYZ 1.26 1.1 4.7 -
YUV 22.93 150.05 113.07 -
System Red Green Blue C M Y K H S L
Decimal 2 26 62 0.97 0.58 0 0.76 216 0.94 0.13
Hex 2 1A 3E 61 3A 0 4C D8 5E D
Octal 2 32 76 141 72 0 114 330 136 15
Binary 10 11010 111110 1100001 111010 0 1001100 11011000 1011110 1101

Color Harmonies of #021A3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021A3E

Black with #021A3E

Text Example


Text Example

White with #021A3E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #021A3E;
 }
 .AnyTagClassName
 {
   color: #021A3E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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