Html Css Color HEX #021340 Midnight Express

📋 copy color: '#021340'

red 2 ◦ green 19 ◦ blue 64

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

Shades of Midnight Express #021340

Tints of Midnight Express #021340

RGB

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

 GREEN value IS 19 (7.81% from 255) = 22.35%

 BLUE value IS 64 (25.39% from 255) = 75.29%

R = 2.35%
G = 22.35%
B = 75.29%

CMYK

 C value IS 0.97

 M value IS 0.70

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#021340 (or 0x021340) is known color: Midnight Express. HEX triplet: 02, 13 and 40. RGB value is (2,19,64). Sum of RGB (Red+Green+Blue) = 2+19+64=85 (11% of max value = 765). Red value is 2 (1.17% from 255 or 2.35% from 85); Green value is 19 (7.81% from 255 or 22.35% from 85); Blue value is 64 (25.39% from 255 or 75.29% from 85); Max value from RGB is 64 - color contains mainly: blue. Hex color #021340 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #021340 is #FDECBF. Grayscale: #121212. Windows color (decimal): -16641216 or 4199170. OLE color: 4199170.

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

Color convert

RGB 2 19 64 -
CMYK 0.97 0.70 0 0.75
HSL 223.55º 0.94% 0.13% -
HSV(B) 223.55º 0.97% 0.25% -
XYZ 1.18 0.85 4.95 -
YUV 19.05 153.37 115.84 -
System Red Green Blue C M Y K H S L
Decimal 2 19 64 0.97 0.70 0 0.75 223.55 0.94 0.13
Hex 2 13 40 61 46 0 4B E0 5E D
Octal 2 23 100 141 106 0 113 340 136 15
Binary 10 10011 1000000 1100001 1000110 0 1001011 11100000 1011110 1101

Color Harmonies of #021340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021340

Black with #021340

Text Example


Text Example

White with #021340

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #021340; }

 p { color: rgb(2,19,64); }

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

background-color css

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

 a { background-color: rgb(2,19,64); }

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

border-color css

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

 span { border-color: rgb(2,19,64); }

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