Html Css Color HEX #091D42 Midnight Express

📋 copy color: '#091D42'

red 9 ◦ green 29 ◦ blue 66

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

Shades of Midnight Express #091D42

Tints of Midnight Express #091D42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 63.46%

R = 8.65%
G = 27.88%
B = 63.46%

CMYK

 C value IS 0.86

 M value IS 0.56

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#091D42 (or 0x091D42) is known color: Midnight Express. HEX triplet: 09, 1D and 42. RGB value is (9,29,66). Sum of RGB (Red+Green+Blue) = 9+29+66=104 (13% of max value = 765). Red value is 9 (3.91% from 255 or 8.65% from 104); Green value is 29 (11.72% from 255 or 27.88% from 104); Blue value is 66 (26.17% from 255 or 63.46% from 104); Max value from RGB is 66 - color contains mainly: blue. Hex color #091D42 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #091D42 is #F6E2BD. Grayscale: #1B1B1B. Windows color (decimal): -16179902 or 4332809. OLE color: 4332809.

HSL color Cylindrical-coordinate representation of color #091D42: hue angle of 218.95º degrees, saturation: 0.76, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #091D42 is Cyan = 0.86, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB 9 29 66 -
CMYK 0.86 0.56 0 0.74
HSL 218.95º 0.76% 0.15% -
HSV(B) 218.95º 0.86% 0.26% -
XYZ 1.54 1.33 5.33 -
YUV 27.24 149.87 114.99 -
System Red Green Blue C M Y K H S L
Decimal 9 29 66 0.86 0.56 0 0.74 218.95 0.76 0.15
Hex 9 1D 42 56 38 0 4A DB 4C F
Octal 11 35 102 126 70 0 112 333 114 17
Binary 1001 11101 1000010 1010110 111000 0 1001010 11011011 1001100 1111

Color Harmonies of #091D42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #091D42

Black with #091D42

Text Example


Text Example

White with #091D42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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