Html Css Color HEX #011941 Midnight Express

📋 copy color: '#011941'

red 1 ◦ green 25 ◦ blue 65

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

Shades of Midnight Express #011941

Tints of Midnight Express #011941

RGB

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

 GREEN value IS 25 (10.16% from 255) = 27.47%

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

R = 1.1%
G = 27.47%
B = 71.43%

CMYK

 C value IS 0.98

 M value IS 0.62

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#011941 (or 0x011941) is known color: Midnight Express. HEX triplet: 01, 19 and 41. RGB value is (1,25,65). Sum of RGB (Red+Green+Blue) = 1+25+65=91 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.10% from 91); Green value is 25 (10.16% from 255 or 27.47% from 91); Blue value is 65 (25.78% from 255 or 71.43% from 91); Max value from RGB is 65 - color contains mainly: blue. Hex color #011941 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #011941 is #FEE6BE. Grayscale: #161616. Windows color (decimal): -16705215 or 4266241. OLE color: 4266241.

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

Color convert

RGB 1 25 65 -
CMYK 0.98 0.62 0 0.75
HSL 217.5º 0.97% 0.13% -
HSV(B) 217.5º 0.98% 0.25% -
XYZ 1.31 1.08 5.14 -
YUV 22.38 152.05 112.75 -
System Red Green Blue C M Y K H S L
Decimal 1 25 65 0.98 0.62 0 0.75 217.5 0.97 0.13
Hex 1 19 41 62 3E 0 4B DA 61 D
Octal 1 31 101 142 76 0 113 332 141 15
Binary 1 11001 1000001 1100010 111110 0 1001011 11011010 1100001 1101

Color Harmonies of #011941

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011941

Black with #011941

Text Example


Text Example

White with #011941

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #011941; }

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

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

background-color css

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

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

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

border-color css

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

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

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