Html Css Color HEX #011141 Midnight Express

📋 copy color: '#011141'

red 1 ◦ green 17 ◦ blue 65

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

Shades of Midnight Express #011141

Tints of Midnight Express #011141

RGB

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

 GREEN value IS 17 (7.03% from 255) = 20.48%

 BLUE value IS 65 (25.78% from 255) = 78.31%

R = 1.2%
G = 20.48%
B = 78.31%

CMYK

 C value IS 0.98

 M value IS 0.74

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#011141 (or 0x011141) is known color: Midnight Express. HEX triplet: 01, 11 and 41. RGB value is (1,17,65). Sum of RGB (Red+Green+Blue) = 1+17+65=83 (10% of max value = 765). Red value is 1 (0.78% from 255 or 1.20% from 83); Green value is 17 (7.03% from 255 or 20.48% from 83); Blue value is 65 (25.78% from 255 or 78.31% from 83); Max value from RGB is 65 - color contains mainly: blue. Hex color #011141 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #011141 is #FEEEBE. Grayscale: #111111. Windows color (decimal): -16707263 or 4264193. OLE color: 4264193.

HSL color Cylindrical-coordinate representation of color #011141: hue angle of 225º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #011141 is Cyan = 0.98, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 1 17 65 -
CMYK 0.98 0.74 0 0.75
HSL 225º 0.97% 0.13% -
HSV(B) 225º 0.98% 0.25% -
XYZ 1.17 0.79 5.09 -
YUV 17.69 154.7 116.1 -
System Red Green Blue C M Y K H S L
Decimal 1 17 65 0.98 0.74 0 0.75 225 0.97 0.13
Hex 1 11 41 62 4A 0 4B E1 61 D
Octal 1 21 101 142 112 0 113 341 141 15
Binary 1 10001 1000001 1100010 1001010 0 1001011 11100001 1100001 1101

Color Harmonies of #011141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011141

Black with #011141

Text Example


Text Example

White with #011141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #011141; }

 p { color: rgb(1,17,65); }

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

background-color css

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

 a { background-color: rgb(1,17,65); }

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

border-color css

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

 span { border-color: rgb(1,17,65); }

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