Html Css Color HEX #021236 Midnight Express

📋 copy color: '#021236'

red 2 ◦ green 18 ◦ blue 54

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

Shades of Midnight Express #021236

Tints of Midnight Express #021236

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 72.97%

R = 2.7%
G = 24.32%
B = 72.97%

CMYK

 C value IS 0.96

 M value IS 0.67

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#021236 (or 0x021236) is known color: Midnight Express. HEX triplet: 02, 12 and 36. RGB value is (2,18,54). Sum of RGB (Red+Green+Blue) = 2+18+54=74 (9% of max value = 765). Red value is 2 (1.17% from 255 or 2.70% from 74); Green value is 18 (7.42% from 255 or 24.32% from 74); Blue value is 54 (21.48% from 255 or 72.97% from 74); Max value from RGB is 54 - color contains mainly: blue. Hex color #021236 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #021236 is #FDEDC9. Grayscale: #111111. Windows color (decimal): -16641482 or 3543554. OLE color: 3543554.

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

Color convert

RGB 2 18 54 -
CMYK 0.96 0.67 0 0.79
HSL 221.54º 0.93% 0.11% -
HSV(B) 221.54º 0.96% 0.21% -
XYZ 0.91 0.71 3.58 -
YUV 17.32 148.7 117.07 -
System Red Green Blue C M Y K H S L
Decimal 2 18 54 0.96 0.67 0 0.79 221.54 0.93 0.11
Hex 2 12 36 60 43 0 4F DE 5D B
Octal 2 22 66 140 103 0 117 336 135 13
Binary 10 10010 110110 1100000 1000011 0 1001111 11011110 1011101 1011

Color Harmonies of #021236

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021236

Black with #021236

Text Example


Text Example

White with #021236

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #021236; }

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

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

background-color css

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

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

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

border-color css

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

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

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