#092048

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

Shades of Midnight Express #092048

Tints of Midnight Express #092048

Color information

#092048 (or 0x092048) is unknown color: approx Midnight Express. HEX triplet: 09, 20 and 48. RGB value is (9,32,72). Sum of RGB (Red+Green+Blue) = 9+32+72=113 (14% of max value = 765). Red value is 9 (3.91% from 255 or 7.96% from 113); Green value is 32 (12.89% from 255 or 28.32% from 113); Blue value is 72 (28.52% from 255 or 63.72% from 113); Max value from RGB is 72 - color contains mainly: blue. Hex color #092048 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #092048 is #F6DFB7. Grayscale: #1D1D1D. Windows color (decimal): -16179128 or 4726793. OLE color: 4726793.

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

Color convert

RGB93272-
CMYK0.880.5600.72
HSL218.1º77.78%15.88%-
HSV(B)218.1º87.5%28.24%-
XYZ1.81.566.34-
YUV29.68151.88113.25-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 7.96%
GREEN value IS 32 (12.89% from 255) = 28.32%
BLUE value IS 72 (28.52% from 255) = 63.72%
R=7.96%
G=28.32%
B=63.72%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal932720.880.5600.72218.177.7815.88
Hex920485838048da4e10
Octal114011013070011033211620
Binary1001100000100100010110001110000100100011011010100111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #092048

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #092048; }

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

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

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

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

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

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

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

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