Html Css Color HEX #091240 Midnight Express

📋 copy color: '#091240'

red 9 ◦ green 18 ◦ blue 64

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

Shades of Midnight Express #091240

Tints of Midnight Express #091240

RGB

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

 GREEN value IS 18 (7.42% from 255) = 19.78%

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

R = 9.89%
G = 19.78%
B = 70.33%

CMYK

 C value IS 0.86

 M value IS 0.72

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#091240 (or 0x091240) is known color: Midnight Express. HEX triplet: 09, 12 and 40. RGB value is (9,18,64). Sum of RGB (Red+Green+Blue) = 9+18+64=91 (12% of max value = 765). Red value is 9 (3.91% from 255 or 9.89% from 91); Green value is 18 (7.42% from 255 or 19.78% 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 #091240 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #091240 is #F6EDBF. Grayscale: #141414. Windows color (decimal): -16182720 or 4198921. OLE color: 4198921.

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

Color convert

RGB 9 18 64 -
CMYK 0.86 0.72 0 0.75
HSL 230.18º 0.75% 0.14% -
HSV(B) 230.18º 0.86% 0.25% -
XYZ 1.25 0.86 4.95 -
YUV 20.55 152.52 119.76 -
System Red Green Blue C M Y K H S L
Decimal 9 18 64 0.86 0.72 0 0.75 230.18 0.75 0.14
Hex 9 12 40 56 48 0 4B E6 4B E
Octal 11 22 100 126 110 0 113 346 113 16
Binary 1001 10010 1000000 1010110 1001000 0 1001011 11100110 1001011 1110

Color Harmonies of #091240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #091240

Black with #091240

Text Example


Text Example

White with #091240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #091240; }

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

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

background-color css

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

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

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

border-color css

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

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

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