Html Css Color HEX #011541 Midnight Express

📋 copy color: '#011541'

red 1 ◦ green 21 ◦ blue 65

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

Shades of Midnight Express #011541

Tints of Midnight Express #011541

RGB

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

 GREEN value IS 21 (8.59% from 255) = 24.14%

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

R = 1.15%
G = 24.14%
B = 74.71%

CMYK

 C value IS 0.98

 M value IS 0.68

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#011541 (or 0x011541) is known color: Midnight Express. HEX triplet: 01, 15 and 41. RGB value is (1,21,65). Sum of RGB (Red+Green+Blue) = 1+21+65=87 (11% of max value = 765). Red value is 1 (0.78% from 255 or 1.15% from 87); Green value is 21 (8.59% from 255 or 24.14% from 87); Blue value is 65 (25.78% from 255 or 74.71% from 87); Max value from RGB is 65 - color contains mainly: blue. Hex color #011541 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #011541 is #FEEABE. Grayscale: #131313. Windows color (decimal): -16706239 or 4265217. OLE color: 4265217.

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

Color convert

RGB 1 21 65 -
CMYK 0.98 0.68 0 0.75
HSL 221.25º 0.97% 0.13% -
HSV(B) 221.25º 0.98% 0.25% -
XYZ 1.23 0.92 5.11 -
YUV 20.04 153.37 114.42 -
System Red Green Blue C M Y K H S L
Decimal 1 21 65 0.98 0.68 0 0.75 221.25 0.97 0.13
Hex 1 15 41 62 44 0 4B DD 61 D
Octal 1 25 101 142 104 0 113 335 141 15
Binary 1 10101 1000001 1100010 1000100 0 1001011 11011101 1100001 1101

Color Harmonies of #011541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011541

Black with #011541

Text Example


Text Example

White with #011541

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #011541; }

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

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

background-color css

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

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

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

border-color css

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

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

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