Html Css Color HEX #090948 Midnight Express

📋 copy color: '#090948'

red 9 ◦ green 9 ◦ blue 72

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

Shades of Midnight Express #090948

Tints of Midnight Express #090948

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 80%

R = 10%
G = 10%
B = 80%

CMYK

 C value IS 0.88

 M value IS 0.88

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#090948 (or 0x090948) is known color: Midnight Express. HEX triplet: 09, 09 and 48. RGB value is (9,9,72). Sum of RGB (Red+Green+Blue) = 9+9+72=90 (11% of max value = 765). Red value is 9 (3.91% from 255 or 10% from 90); Green value is 9 (3.91% from 255 or 10% from 90); Blue value is 72 (28.52% from 255 or 80% from 90); Max value from RGB is 72 - color contains mainly: blue. Hex color #090948 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #090948 is #F6F6B7. Grayscale: #0F0F0F. Windows color (decimal): -16185016 or 4720905. OLE color: 4720905.

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

Color convert

RGB 9 9 72 -
CMYK 0.88 0.88 0 0.72
HSL 240º 0.78% 0.16% -
HSV(B) 240º 0.88% 0.28% -
XYZ 1.38 0.72 6.2 -
YUV 16.18 159.5 122.88 -
System Red Green Blue C M Y K H S L
Decimal 9 9 72 0.88 0.88 0 0.72 240 0.78 0.16
Hex 9 9 48 58 58 0 48 F0 4E 10
Octal 11 11 110 130 130 0 110 360 116 20
Binary 1001 1001 1001000 1011000 1011000 0 1001000 11110000 1001110 10000

Color Harmonies of #090948

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #090948

Black with #090948

Text Example


Text Example

White with #090948

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #090948; }

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

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

background-color css

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

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

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

border-color css

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

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

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