Html Css Color HEX #021344 Midnight Express

📋 copy color: '#021344'

red 2 ◦ green 19 ◦ blue 68

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

Shades of Midnight Express #021344

Tints of Midnight Express #021344

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 76.4%

R = 2.25%
G = 21.35%
B = 76.4%

CMYK

 C value IS 0.97

 M value IS 0.72

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#021344 (or 0x021344) is known color: Midnight Express. HEX triplet: 02, 13 and 44. RGB value is (2,19,68). Sum of RGB (Red+Green+Blue) = 2+19+68=89 (11% of max value = 765). Red value is 2 (1.17% from 255 or 2.25% from 89); Green value is 19 (7.81% from 255 or 21.35% from 89); Blue value is 68 (26.95% from 255 or 76.40% from 89); Max value from RGB is 68 - color contains mainly: blue. Hex color #021344 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #021344 is #FDECBB. Grayscale: #131313. Windows color (decimal): -16641212 or 4461314. OLE color: 4461314.

HSL color Cylindrical-coordinate representation of color #021344: hue angle of 224.55º degrees, saturation: 0.94, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #021344 is Cyan = 0.97, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 2 19 68 -
CMYK 0.97 0.72 0 0.73
HSL 224.55º 0.94% 0.14% -
HSV(B) 224.55º 0.97% 0.27% -
XYZ 1.3 0.9 5.57 -
YUV 19.5 155.37 115.52 -
System Red Green Blue C M Y K H S L
Decimal 2 19 68 0.97 0.72 0 0.73 224.55 0.94 0.14
Hex 2 13 44 61 48 0 49 E1 5E E
Octal 2 23 104 141 110 0 111 341 136 16
Binary 10 10011 1000100 1100001 1001000 0 1001001 11100001 1011110 1110

Color Harmonies of #021344

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021344

Black with #021344

Text Example


Text Example

White with #021344

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #021344; }

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

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

background-color css

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

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

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

border-color css

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

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

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