Html Css Color HEX #090949 Midnight Express

📋 copy color: '#090949'

red 9 ◦ green 9 ◦ blue 73

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

Shades of Midnight Express #090949

Tints of Midnight Express #090949

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 80.22%

R = 9.89%
G = 9.89%
B = 80.22%

CMYK

 C value IS 0.88

 M value IS 0.88

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#090949 (or 0x090949) is known color: Midnight Express. HEX triplet: 09, 09 and 49. RGB value is (9,9,73). Sum of RGB (Red+Green+Blue) = 9+9+73=91 (12% of max value = 765). Red value is 9 (3.91% from 255 or 9.89% from 91); Green value is 9 (3.91% from 255 or 9.89% from 91); Blue value is 73 (28.91% from 255 or 80.22% from 91); Max value from RGB is 73 - color contains mainly: blue. Hex color #090949 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #090949 is #F6F6B6. Grayscale: #101010. Windows color (decimal): -16185015 or 4786441. OLE color: 4786441.

HSL color Cylindrical-coordinate representation of color #090949: hue angle of 240º degrees, saturation: 0.78, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #090949 is Cyan = 0.88, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 9 9 73 -
CMYK 0.88 0.88 0 0.71
HSL 240º 0.78% 0.16% -
HSV(B) 240º 0.88% 0.29% -
XYZ 1.41 0.73 6.37 -
YUV 16.3 160 122.8 -
System Red Green Blue C M Y K H S L
Decimal 9 9 73 0.88 0.88 0 0.71 240 0.78 0.16
Hex 9 9 49 58 58 0 47 F0 4E 10
Octal 11 11 111 130 130 0 107 360 116 20
Binary 1001 1001 1001001 1011000 1011000 0 1000111 11110000 1001110 10000

Color Harmonies of #090949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #090949

Black with #090949

Text Example


Text Example

White with #090949

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #090949; }

 p { color: rgb(9,9,73); }

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

background-color css

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

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

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

border-color css

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

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

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