Html Css Color HEX #011644 Midnight Express

📋 copy color: '#011644'

red 1 ◦ green 22 ◦ blue 68

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

Shades of Midnight Express #011644

Tints of Midnight Express #011644

RGB

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

 GREEN value IS 22 (8.98% from 255) = 24.18%

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

R = 1.1%
G = 24.18%
B = 74.73%

CMYK

 C value IS 0.99

 M value IS 0.68

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#011644 (or 0x011644) is known color: Midnight Express. HEX triplet: 01, 16 and 44. RGB value is (1,22,68). Sum of RGB (Red+Green+Blue) = 1+22+68=91 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.10% from 91); Green value is 22 (8.98% from 255 or 24.18% from 91); Blue value is 68 (26.95% from 255 or 74.73% from 91); Max value from RGB is 68 - color contains mainly: blue. Hex color #011644 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #011644 is #FEE9BB. Grayscale: #141414. Windows color (decimal): -16705980 or 4462081. OLE color: 4462081.

HSL color Cylindrical-coordinate representation of color #011644: hue angle of 221.19º 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 #011644 is Cyan = 0.99, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 1 22 68 -
CMYK 0.99 0.68 0 0.73
HSL 221.19º 0.97% 0.14% -
HSV(B) 221.19º 0.99% 0.27% -
XYZ 1.34 1 5.59 -
YUV 20.97 154.54 113.76 -
System Red Green Blue C M Y K H S L
Decimal 1 22 68 0.99 0.68 0 0.73 221.19 0.97 0.14
Hex 1 16 44 63 44 0 49 DD 61 E
Octal 1 26 104 143 104 0 111 335 141 16
Binary 1 10110 1000100 1100011 1000100 0 1001001 11011101 1100001 1110

Color Harmonies of #011644

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011644

Black with #011644

Text Example


Text Example

White with #011644

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #011644; }

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

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

background-color css

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

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

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

border-color css

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

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

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