Html Css Color HEX #011244 Midnight Express

📋 copy color: '#011244'

red 1 ◦ green 18 ◦ blue 68

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

Shades of Midnight Express #011244

Tints of Midnight Express #011244

RGB

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

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

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

R = 1.15%
G = 20.69%
B = 78.16%

CMYK

 C value IS 0.99

 M value IS 0.74

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#011244 (or 0x011244) is known color: Midnight Express. HEX triplet: 01, 12 and 44. RGB value is (1,18,68). Sum of RGB (Red+Green+Blue) = 1+18+68=87 (11% of max value = 765). Red value is 1 (0.78% from 255 or 1.15% from 87); Green value is 18 (7.42% from 255 or 20.69% from 87); Blue value is 68 (26.95% from 255 or 78.16% from 87); Max value from RGB is 68 - color contains mainly: blue. Hex color #011244 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #011244 is #FEEDBB. Grayscale: #121212. Windows color (decimal): -16707004 or 4461057. OLE color: 4461057.

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

Color convert

RGB 1 18 68 -
CMYK 0.99 0.74 0 0.73
HSL 224.78º 0.97% 0.14% -
HSV(B) 224.78º 0.99% 0.27% -
XYZ 1.27 0.86 5.57 -
YUV 18.62 155.87 115.43 -
System Red Green Blue C M Y K H S L
Decimal 1 18 68 0.99 0.74 0 0.73 224.78 0.97 0.14
Hex 1 12 44 63 4A 0 49 E1 61 E
Octal 1 22 104 143 112 0 111 341 141 16
Binary 1 10010 1000100 1100011 1001010 0 1001001 11100001 1100001 1110

Color Harmonies of #011244

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011244

Black with #011244

Text Example


Text Example

White with #011244

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #011244; }

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

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

background-color css

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

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

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

border-color css

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

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

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