Html Css Color HEX #091440 Midnight Express

📋 copy color: '#091440'

red 9 ◦ green 20 ◦ blue 64

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

Shades of Midnight Express #091440

Tints of Midnight Express #091440

RGB

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

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

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

R = 9.68%
G = 21.51%
B = 68.82%

CMYK

 C value IS 0.86

 M value IS 0.69

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#091440 (or 0x091440) is known color: Midnight Express. HEX triplet: 09, 14 and 40. RGB value is (9,20,64). Sum of RGB (Red+Green+Blue) = 9+20+64=93 (12% of max value = 765). Red value is 9 (3.91% from 255 or 9.68% from 93); Green value is 20 (8.20% from 255 or 21.51% from 93); Blue value is 64 (25.39% from 255 or 68.82% from 93); Max value from RGB is 64 - color contains mainly: blue. Hex color #091440 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #091440 is #F6EBBF. Grayscale: #151515. Windows color (decimal): -16182208 or 4199433. OLE color: 4199433.

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

Color convert

RGB 9 20 64 -
CMYK 0.86 0.69 0 0.75
HSL 228º 0.75% 0.14% -
HSV(B) 228º 0.86% 0.25% -
XYZ 1.29 0.93 4.96 -
YUV 21.73 151.86 118.92 -
System Red Green Blue C M Y K H S L
Decimal 9 20 64 0.86 0.69 0 0.75 228 0.75 0.14
Hex 9 14 40 56 45 0 4B E4 4B E
Octal 11 24 100 126 105 0 113 344 113 16
Binary 1001 10100 1000000 1010110 1000101 0 1001011 11100100 1001011 1110

Color Harmonies of #091440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #091440

Black with #091440

Text Example


Text Example

White with #091440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #091440; }

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

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

background-color css

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

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

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

border-color css

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

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

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