Html Css Color HEX #011436 Midnight Express

📋 copy color: '#011436'

red 1 ◦ green 20 ◦ blue 54

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

Shades of Midnight Express #011436

Tints of Midnight Express #011436

RGB

 RED value IS 1 (0.78% from 255) = 1.33%

 GREEN value IS 20 (8.2% from 255) = 26.67%

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

R = 1.33%
G = 26.67%
B = 72%

CMYK

 C value IS 0.98

 M value IS 0.63

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#011436 (or 0x011436) is known color: Midnight Express. HEX triplet: 01, 14 and 36. RGB value is (1,20,54). Sum of RGB (Red+Green+Blue) = 1+20+54=75 (9% of max value = 765). Red value is 1 (0.78% from 255 or 1.33% from 75); Green value is 20 (8.20% from 255 or 26.67% from 75); Blue value is 54 (21.48% from 255 or 72% from 75); Max value from RGB is 54 - color contains mainly: blue. Hex color #011436 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #011436 is #FEEBC9. Grayscale: #121212. Windows color (decimal): -16706506 or 3544065. OLE color: 3544065.

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

Color convert

RGB 1 20 54 -
CMYK 0.98 0.63 0 0.79
HSL 218.49º 0.96% 0.11% -
HSV(B) 218.49º 0.98% 0.21% -
XYZ 0.93 0.77 3.59 -
YUV 18.2 148.21 115.74 -
System Red Green Blue C M Y K H S L
Decimal 1 20 54 0.98 0.63 0 0.79 218.49 0.96 0.11
Hex 1 14 36 62 3F 0 4F DA 60 B
Octal 1 24 66 142 77 0 117 332 140 13
Binary 1 10100 110110 1100010 111111 0 1001111 11011010 1100000 1011

Color Harmonies of #011436

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011436

Black with #011436

Text Example


Text Example

White with #011436

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #011436; }

 p { color: rgb(1,20,54); }

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

background-color css

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

 a { background-color: rgb(1,20,54); }

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

border-color css

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

 span { border-color: rgb(1,20,54); }

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