Html Css Color HEX #021137 Midnight Express

📋 copy color: '#021137'

red 2 ◦ green 17 ◦ blue 55

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

Shades of Midnight Express #021137

Tints of Midnight Express #021137

RGB

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

 GREEN value IS 17 (7.03% from 255) = 22.97%

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

R = 2.7%
G = 22.97%
B = 74.32%

CMYK

 C value IS 0.96

 M value IS 0.69

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#021137 (or 0x021137) is known color: Midnight Express. HEX triplet: 02, 11 and 37. RGB value is (2,17,55). Sum of RGB (Red+Green+Blue) = 2+17+55=74 (9% of max value = 765). Red value is 2 (1.17% from 255 or 2.70% from 74); Green value is 17 (7.03% from 255 or 22.97% from 74); Blue value is 55 (21.88% from 255 or 74.32% from 74); Max value from RGB is 55 - color contains mainly: blue. Hex color #021137 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #021137 is #FDEEC8. Grayscale: #101010. Windows color (decimal): -16641737 or 3608834. OLE color: 3608834.

HSL color Cylindrical-coordinate representation of color #021137: hue angle of 223.02º 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 #021137 is Cyan = 0.96, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 2 17 55 -
CMYK 0.96 0.69 0 0.78
HSL 223.02º 0.93% 0.11% -
HSV(B) 223.02º 0.96% 0.22% -
XYZ 0.92 0.69 3.7 -
YUV 16.85 149.53 117.41 -
System Red Green Blue C M Y K H S L
Decimal 2 17 55 0.96 0.69 0 0.78 223.02 0.93 0.11
Hex 2 11 37 60 45 0 4E DF 5D B
Octal 2 21 67 140 105 0 116 337 135 13
Binary 10 10001 110111 1100000 1000101 0 1001110 11011111 1011101 1011

Color Harmonies of #021137

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021137

Black with #021137

Text Example


Text Example

White with #021137

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #021137; }

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

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

background-color css

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

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

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

border-color css

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

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

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