Html Css Color HEX #021237 Midnight Express

📋 copy color: '#021237'

red 2 ◦ green 18 ◦ blue 55

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

Shades of Midnight Express #021237

Tints of Midnight Express #021237

RGB

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

 GREEN value IS 18 (7.42% from 255) = 24%

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

R = 2.67%
G = 24%
B = 73.33%

CMYK

 C value IS 0.96

 M value IS 0.67

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#021237 (or 0x021237) is known color: Midnight Express. HEX triplet: 02, 12 and 37. RGB value is (2,18,55). Sum of RGB (Red+Green+Blue) = 2+18+55=75 (9% of max value = 765). Red value is 2 (1.17% from 255 or 2.67% from 75); Green value is 18 (7.42% from 255 or 24% from 75); Blue value is 55 (21.88% from 255 or 73.33% from 75); Max value from RGB is 55 - color contains mainly: blue. Hex color #021237 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #021237 is #FDEDC8. Grayscale: #111111. Windows color (decimal): -16641481 or 3609090. OLE color: 3609090.

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

Color convert

RGB 2 18 55 -
CMYK 0.96 0.67 0 0.78
HSL 221.89º 0.93% 0.11% -
HSV(B) 221.89º 0.96% 0.22% -
XYZ 0.93 0.72 3.7 -
YUV 17.43 149.2 116.99 -
System Red Green Blue C M Y K H S L
Decimal 2 18 55 0.96 0.67 0 0.78 221.89 0.93 0.11
Hex 2 12 37 60 43 0 4E DE 5D B
Octal 2 22 67 140 103 0 116 336 135 13
Binary 10 10010 110111 1100000 1000011 0 1001110 11011110 1011101 1011

Color Harmonies of #021237

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021237

Black with #021237

Text Example


Text Example

White with #021237

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #021237; }

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

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

background-color css

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

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

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

border-color css

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

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

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