Html Css Color HEX #091130 Midnight Express

📋 copy color: '#091130'

red 9 ◦ green 17 ◦ blue 48

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

Shades of Midnight Express #091130

Tints of Midnight Express #091130

RGB

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

 GREEN value IS 17 (7.03% from 255) = 22.97%

 BLUE value IS 48 (19.14% from 255) = 64.86%

R = 12.16%
G = 22.97%
B = 64.86%

CMYK

 C value IS 0.81

 M value IS 0.65

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#091130 (or 0x091130) is known color: Midnight Express. HEX triplet: 09, 11 and 30. RGB value is (9,17,48). Sum of RGB (Red+Green+Blue) = 9+17+48=74 (9% of max value = 765). Red value is 9 (3.91% from 255 or 12.16% from 74); Green value is 17 (7.03% from 255 or 22.97% from 74); Blue value is 48 (19.14% from 255 or 64.86% from 74); Max value from RGB is 48 - color contains mainly: blue. Hex color #091130 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #091130 is #F6EECF. Grayscale: #121212. Windows color (decimal): -16182992 or 3150089. OLE color: 3150089.

HSL color Cylindrical-coordinate representation of color #091130: hue angle of 227.69º degrees, saturation: 0.68, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #091130 is Cyan = 0.81, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB 9 17 48 -
CMYK 0.81 0.65 0 0.81
HSL 227.69º 0.68% 0.11% -
HSV(B) 227.69º 0.81% 0.19% -
XYZ 0.85 0.67 2.88 -
YUV 18.14 144.85 121.48 -
System Red Green Blue C M Y K H S L
Decimal 9 17 48 0.81 0.65 0 0.81 227.69 0.68 0.11
Hex 9 11 30 51 41 0 51 E4 44 B
Octal 11 21 60 121 101 0 121 344 104 13
Binary 1001 10001 110000 1010001 1000001 0 1010001 11100100 1000100 1011

Color Harmonies of #091130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #091130

Black with #091130

Text Example


Text Example

White with #091130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #091130; }

 p { color: rgb(9,17,48); }

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

background-color css

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

 a { background-color: rgb(9,17,48); }

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

border-color css

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

 span { border-color: rgb(9,17,48); }

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