Html Css Color HEX #011444 Midnight Express

📋 copy color: '#011444'

red 1 ◦ green 20 ◦ blue 68

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

Shades of Midnight Express #011444

Tints of Midnight Express #011444

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 76.4%

R = 1.12%
G = 22.47%
B = 76.4%

CMYK

 C value IS 0.99

 M value IS 0.71

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#011444 (or 0x011444) is known color: Midnight Express. HEX triplet: 01, 14 and 44. RGB value is (1,20,68). Sum of RGB (Red+Green+Blue) = 1+20+68=89 (11% of max value = 765). Red value is 1 (0.78% from 255 or 1.12% from 89); Green value is 20 (8.20% from 255 or 22.47% from 89); Blue value is 68 (26.95% from 255 or 76.40% from 89); Max value from RGB is 68 - color contains mainly: blue. Hex color #011444 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #011444 is #FEEBBB. Grayscale: #131313. Windows color (decimal): -16706492 or 4461569. OLE color: 4461569.

HSL color Cylindrical-coordinate representation of color #011444: hue angle of 222.99º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #011444 is Cyan = 0.99, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 1 20 68 -
CMYK 0.99 0.71 0 0.73
HSL 222.99º 0.97% 0.14% -
HSV(B) 222.99º 0.99% 0.27% -
XYZ 1.31 0.92 5.58 -
YUV 19.79 155.21 114.6 -
System Red Green Blue C M Y K H S L
Decimal 1 20 68 0.99 0.71 0 0.73 222.99 0.97 0.14
Hex 1 14 44 63 47 0 49 DF 61 E
Octal 1 24 104 143 107 0 111 337 141 16
Binary 1 10100 1000100 1100011 1000111 0 1001001 11011111 1100001 1110

Color Harmonies of #011444

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011444

Black with #011444

Text Example


Text Example

White with #011444

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #011444; }

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

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

background-color css

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

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

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

border-color css

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

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

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