#090F48

Color #090F48 Midnight Express (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Midnight Express #090F48

Tints of Midnight Express #090F48

Color information

#090F48 (or 0x090F48) is unknown color: approx Midnight Express. HEX triplet: 09, 0F and 48. RGB value is (9,15,72). Sum of RGB (Red+Green+Blue) = 9+15+72=96 (12% of max value = 765). Red value is 9 (3.91% from 255 or 9.38% from 96); Green value is 15 (6.25% from 255 or 15.62% from 96); Blue value is 72 (28.52% from 255 or 75% from 96); Max value from RGB is 72 - color contains mainly: blue. Hex color #090F48 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #090F48 is #F6F0B7. Grayscale: #131313. Windows color (decimal): -16183480 or 4722441. OLE color: 4722441.

HSL color Cylindrical-coordinate representation of color #090F48: hue angle of 234.29º 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 #090F48 is Cyan = 0.88, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB91572-
CMYK0.880.7900.72
HSL234.29º77.78%15.88%-
HSV(B)234.29º87.5%28.24%-
XYZ1.450.876.22-
YUV19.7157.51120.37-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 9.38%
GREEN value IS 15 (6.25% from 255) = 15.62%
BLUE value IS 72 (28.52% from 255) = 75%
R=9.38%
G=15.62%
B=75%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal915720.880.7900.72234.2977.7815.88
Hex9F48584F048ea4e10
Octal1117110130117011035211620
Binary100111111001000101100010011110100100011101010100111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #090F48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #090F48; }

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

 H1.HeaderClassName
 {
   color: #090F48;
 }
 .AnyTagClassName
 {
   color: #090F48;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #090F48;
 }
 .BgClassName
 {
   background-color: #090F48;
 }
</style>
border-color css

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

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

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