Html Css Color HEX #091A40 Midnight Express

📋 copy color: '#091A40'

red 9 ◦ green 26 ◦ blue 64

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

Shades of Midnight Express #091A40

Tints of Midnight Express #091A40

RGB

 RED value IS 9 (3.91% from 255) = 9.09%

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

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

R = 9.09%
G = 26.26%
B = 64.65%

CMYK

 C value IS 0.86

 M value IS 0.59

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#091A40 (or 0x091A40) is known color: Midnight Express. HEX triplet: 09, 1A and 40. RGB value is (9,26,64). Sum of RGB (Red+Green+Blue) = 9+26+64=99 (13% of max value = 765). Red value is 9 (3.91% from 255 or 9.09% from 99); Green value is 26 (10.55% from 255 or 26.26% from 99); Blue value is 64 (25.39% from 255 or 64.65% from 99); Max value from RGB is 64 - color contains mainly: blue. Hex color #091A40 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #091A40 is #F6E5BF. Grayscale: #191919. Windows color (decimal): -16180672 or 4200969. OLE color: 4200969.

HSL color Cylindrical-coordinate representation of color #091A40: hue angle of 221.45º degrees, saturation: 0.75, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #091A40 is Cyan = 0.86, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 9 26 64 -
CMYK 0.86 0.59 0 0.75
HSL 221.45º 0.75% 0.14% -
HSV(B) 221.45º 0.86% 0.25% -
XYZ 1.41 1.17 5 -
YUV 25.25 149.87 116.41 -
System Red Green Blue C M Y K H S L
Decimal 9 26 64 0.86 0.59 0 0.75 221.45 0.75 0.14
Hex 9 1A 40 56 3B 0 4B DD 4B E
Octal 11 32 100 126 73 0 113 335 113 16
Binary 1001 11010 1000000 1010110 111011 0 1001011 11011101 1001011 1110

Color Harmonies of #091A40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #091A40

Black with #091A40

Text Example


Text Example

White with #091A40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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