Html Css Color HEX #021337 Midnight Express

📋 copy color: '#021337'

red 2 ◦ green 19 ◦ blue 55

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

Shades of Midnight Express #021337

Tints of Midnight Express #021337

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 72.37%

R = 2.63%
G = 25%
B = 72.37%

CMYK

 C value IS 0.96

 M value IS 0.65

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#021337 (or 0x021337) is known color: Midnight Express. HEX triplet: 02, 13 and 37. RGB value is (2,19,55). Sum of RGB (Red+Green+Blue) = 2+19+55=76 (10% of max value = 765). Red value is 2 (1.17% from 255 or 2.63% from 76); Green value is 19 (7.81% from 255 or 25% from 76); Blue value is 55 (21.88% from 255 or 72.37% from 76); Max value from RGB is 55 - color contains mainly: blue. Hex color #021337 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #021337 is #FDECC8. Grayscale: #111111. Windows color (decimal): -16641225 or 3609346. OLE color: 3609346.

HSL color Cylindrical-coordinate representation of color #021337: hue angle of 220.75º degrees, saturation: 0.93, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #021337 is Cyan = 0.96, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 2 19 55 -
CMYK 0.96 0.65 0 0.78
HSL 220.75º 0.93% 0.11% -
HSV(B) 220.75º 0.96% 0.22% -
XYZ 0.95 0.75 3.71 -
YUV 18.02 148.87 116.57 -
System Red Green Blue C M Y K H S L
Decimal 2 19 55 0.96 0.65 0 0.78 220.75 0.93 0.11
Hex 2 13 37 60 41 0 4E DD 5D B
Octal 2 23 67 140 101 0 116 335 135 13
Binary 10 10011 110111 1100000 1000001 0 1001110 11011101 1011101 1011

Color Harmonies of #021337

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021337

Black with #021337

Text Example


Text Example

White with #021337

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #021337; }

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

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

background-color css

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

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

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

border-color css

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

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

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