Html Css Color HEX #091540 Midnight Express

📋 copy color: '#091540'

red 9 ◦ green 21 ◦ blue 64

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

Shades of Midnight Express #091540

Tints of Midnight Express #091540

RGB

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

 GREEN value IS 21 (8.59% from 255) = 22.34%

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

R = 9.57%
G = 22.34%
B = 68.09%

CMYK

 C value IS 0.86

 M value IS 0.67

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#091540 (or 0x091540) is known color: Midnight Express. HEX triplet: 09, 15 and 40. RGB value is (9,21,64). Sum of RGB (Red+Green+Blue) = 9+21+64=94 (12% of max value = 765). Red value is 9 (3.91% from 255 or 9.57% from 94); Green value is 21 (8.59% from 255 or 22.34% from 94); Blue value is 64 (25.39% from 255 or 68.09% from 94); Max value from RGB is 64 - color contains mainly: blue. Hex color #091540 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #091540 is #F6EABF. Grayscale: #161616. Windows color (decimal): -16181952 or 4199689. OLE color: 4199689.

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

Color convert

RGB 9 21 64 -
CMYK 0.86 0.67 0 0.75
HSL 226.91º 0.75% 0.14% -
HSV(B) 226.91º 0.86% 0.25% -
XYZ 1.31 0.96 4.97 -
YUV 22.31 151.52 118.5 -
System Red Green Blue C M Y K H S L
Decimal 9 21 64 0.86 0.67 0 0.75 226.91 0.75 0.14
Hex 9 15 40 56 43 0 4B E3 4B E
Octal 11 25 100 126 103 0 113 343 113 16
Binary 1001 10101 1000000 1010110 1000011 0 1001011 11100011 1001011 1110

Color Harmonies of #091540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #091540

Black with #091540

Text Example


Text Example

White with #091540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #091540; }

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

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

background-color css

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

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

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

border-color css

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

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

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