Html Css Color HEX #011441 Midnight Express

📋 copy color: '#011441'

red 1 ◦ green 20 ◦ blue 65

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

Shades of Midnight Express #011441

Tints of Midnight Express #011441

RGB

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

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

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

R = 1.16%
G = 23.26%
B = 75.58%

CMYK

 C value IS 0.98

 M value IS 0.69

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#011441 (or 0x011441) is known color: Midnight Express. HEX triplet: 01, 14 and 41. RGB value is (1,20,65). Sum of RGB (Red+Green+Blue) = 1+20+65=86 (11% of max value = 765). Red value is 1 (0.78% from 255 or 1.16% from 86); Green value is 20 (8.20% from 255 or 23.26% from 86); Blue value is 65 (25.78% from 255 or 75.58% from 86); Max value from RGB is 65 - color contains mainly: blue. Hex color #011441 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #011441 is #FEEBBE. Grayscale: #131313. Windows color (decimal): -16706495 or 4264961. OLE color: 4264961.

HSL color Cylindrical-coordinate representation of color #011441: hue angle of 222.19º 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 #011441 is Cyan = 0.98, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 1 20 65 -
CMYK 0.98 0.69 0 0.75
HSL 222.19º 0.97% 0.13% -
HSV(B) 222.19º 0.98% 0.25% -
XYZ 1.22 0.89 5.11 -
YUV 19.45 153.71 114.84 -
System Red Green Blue C M Y K H S L
Decimal 1 20 65 0.98 0.69 0 0.75 222.19 0.97 0.13
Hex 1 14 41 62 45 0 4B DE 61 D
Octal 1 24 101 142 105 0 113 336 141 15
Binary 1 10100 1000001 1100010 1000101 0 1001011 11011110 1100001 1101

Color Harmonies of #011441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011441

Black with #011441

Text Example


Text Example

White with #011441

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #011441; }

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

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

background-color css

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

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

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

border-color css

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

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

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