Html Css Color HEX #011331 Midnight Express

📋 copy color: '#011331'

red 1 ◦ green 19 ◦ blue 49

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

Shades of Midnight Express #011331

Tints of Midnight Express #011331

RGB

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

 GREEN value IS 19 (7.81% from 255) = 27.54%

 BLUE value IS 49 (19.53% from 255) = 71.01%

R = 1.45%
G = 27.54%
B = 71.01%

CMYK

 C value IS 0.98

 M value IS 0.61

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#011331 (or 0x011331) is known color: Midnight Express. HEX triplet: 01, 13 and 31. RGB value is (1,19,49). Sum of RGB (Red+Green+Blue) = 1+19+49=69 (9% of max value = 765). Red value is 1 (0.78% from 255 or 1.45% from 69); Green value is 19 (7.81% from 255 or 27.54% from 69); Blue value is 49 (19.53% from 255 or 71.01% from 69); Max value from RGB is 49 - color contains mainly: blue. Hex color #011331 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #011331 is #FEECCE. Grayscale: #101010. Windows color (decimal): -16706767 or 3216129. OLE color: 3216129.

HSL color Cylindrical-coordinate representation of color #011331: hue angle of 217.5º degrees, saturation: 0.96, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #011331 is Cyan = 0.98, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB 1 19 49 -
CMYK 0.98 0.61 0 0.81
HSL 217.5º 0.96% 0.1% -
HSV(B) 217.5º 0.98% 0.19% -
XYZ 0.8 0.69 3 -
YUV 17.04 146.04 116.56 -
System Red Green Blue C M Y K H S L
Decimal 1 19 49 0.98 0.61 0 0.81 217.5 0.96 0.1
Hex 1 13 31 62 3D 0 51 DA 60 A
Octal 1 23 61 142 75 0 121 332 140 12
Binary 1 10011 110001 1100010 111101 0 1010001 11011010 1100000 1010

Color Harmonies of #011331

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011331

Black with #011331

Text Example


Text Example

White with #011331

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #011331; }

 p { color: rgb(1,19,49); }

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

background-color css

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

 a { background-color: rgb(1,19,49); }

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

border-color css

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

 span { border-color: rgb(1,19,49); }

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