Html Css Color HEX #011A40 Midnight Express

📋 copy color: '#011A40'

red 1 ◦ green 26 ◦ blue 64

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

Shades of Midnight Express #011A40

Tints of Midnight Express #011A40

RGB

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

 GREEN value IS 26 (10.55% from 255) = 28.57%

 BLUE value IS 64 (25.39% from 255) = 70.33%

R = 1.1%
G = 28.57%
B = 70.33%

CMYK

 C value IS 0.98

 M value IS 0.59

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#011A40 (or 0x011A40) is known color: Midnight Express. HEX triplet: 01, 1A and 40. RGB value is (1,26,64). Sum of RGB (Red+Green+Blue) = 1+26+64=91 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.10% from 91); Green value is 26 (10.55% from 255 or 28.57% from 91); Blue value is 64 (25.39% from 255 or 70.33% from 91); Max value from RGB is 64 - color contains mainly: blue. Hex color #011A40 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #011A40 is #FEE5BF. Grayscale: #161616. Windows color (decimal): -16704960 or 4200961. OLE color: 4200961.

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

Color convert

RGB 1 26 64 -
CMYK 0.98 0.59 0 0.75
HSL 216.19º 0.97% 0.13% -
HSV(B) 216.19º 0.98% 0.25% -
XYZ 1.31 1.12 5 -
YUV 22.86 151.22 112.41 -
System Red Green Blue C M Y K H S L
Decimal 1 26 64 0.98 0.59 0 0.75 216.19 0.97 0.13
Hex 1 1A 40 62 3B 0 4B D8 61 D
Octal 1 32 100 142 73 0 113 330 141 15
Binary 1 11010 1000000 1100010 111011 0 1001011 11011000 1100001 1101

Color Harmonies of #011A40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011A40

Black with #011A40

Text Example


Text Example

White with #011A40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #011A40; }

 p { color: rgb(1,26,64); }

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

background-color css

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

 a { background-color: rgb(1,26,64); }

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

border-color css

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

 span { border-color: rgb(1,26,64); }

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