Html Css Color HEX #091D40 Midnight Express

📋 copy color: '#091D40'

red 9 ◦ green 29 ◦ blue 64

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

Shades of Midnight Express #091D40

Tints of Midnight Express #091D40

RGB

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

 GREEN value IS 29 (11.72% from 255) = 28.43%

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

R = 8.82%
G = 28.43%
B = 62.75%

CMYK

 C value IS 0.86

 M value IS 0.55

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#091D40 (or 0x091D40) is known color: Midnight Express. HEX triplet: 09, 1D and 40. RGB value is (9,29,64). Sum of RGB (Red+Green+Blue) = 9+29+64=102 (13% of max value = 765). Red value is 9 (3.91% from 255 or 8.82% from 102); Green value is 29 (11.72% from 255 or 28.43% from 102); Blue value is 64 (25.39% from 255 or 62.75% from 102); Max value from RGB is 64 - color contains mainly: blue. Hex color #091D40 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #091D40 is #F6E2BF. Grayscale: #1A1A1A. Windows color (decimal): -16179904 or 4201737. OLE color: 4201737.

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

Color convert

RGB 9 29 64 -
CMYK 0.86 0.55 0 0.75
HSL 218.18º 0.75% 0.14% -
HSV(B) 218.18º 0.86% 0.25% -
XYZ 1.48 1.31 5.02 -
YUV 27.01 148.87 115.15 -
System Red Green Blue C M Y K H S L
Decimal 9 29 64 0.86 0.55 0 0.75 218.18 0.75 0.14
Hex 9 1D 40 56 37 0 4B DA 4B E
Octal 11 35 100 126 67 0 113 332 113 16
Binary 1001 11101 1000000 1010110 110111 0 1001011 11011010 1001011 1110

Color Harmonies of #091D40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #091D40

Black with #091D40

Text Example


Text Example

White with #091D40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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