Html Css Color HEX #001436 Midnight Express

📋 copy color: '#001436'

red 0 ◦ green 20 ◦ blue 54

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

Shades of Midnight Express #001436

Tints of Midnight Express #001436

RGB

 RED value IS 0 (0.39% from 255) = 0%

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

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

R = 0%
G = 27.03%
B = 72.97%

CMYK

 C value IS 1

 M value IS 0.63

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#001436 (or 0x001436) is known color: Midnight Express. HEX triplet: 00, 14 and 36. RGB value is (0,20,54). Sum of RGB (Red+Green+Blue) = 0+20+54=74 (9% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 74); Green value is 20 (8.20% from 255 or 27.03% 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 #001436 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #001436 is #FFEBC9. Grayscale: #111111. Windows color (decimal): -16772042 or 3544064. OLE color: 3544064.

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

Color convert

RGB 0 20 54 -
CMYK 1 0.63 0 0.79
HSL 217.78º 1% 0.11% -
HSV(B) 217.78º 1% 0.21% -
XYZ 0.92 0.77 3.59 -
YUV 17.9 148.37 115.24 -
System Red Green Blue C M Y K H S L
Decimal 0 20 54 1 0.63 0 0.79 217.78 1 0.11
Hex 0 14 36 64 3F 0 4F DA 64 B
Octal 0 24 66 144 77 0 117 332 144 13
Binary 0 10100 110110 1100100 111111 0 1001111 11011010 1100100 1011

Color Harmonies of #001436

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001436

Black with #001436

Text Example


Text Example

White with #001436

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #001436; }

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

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

background-color css

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

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

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

border-color css

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

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

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