#080948

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

Shades of Midnight Express #080948

Tints of Midnight Express #080948

Color information

#080948 (or 0x080948) is unknown color: approx Midnight Express. HEX triplet: 08, 09 and 48. RGB value is (8,9,72). Sum of RGB (Red+Green+Blue) = 8+9+72=89 (11% of max value = 765). Red value is 8 (3.52% from 255 or 8.99% from 89); Green value is 9 (3.91% from 255 or 10.11% from 89); Blue value is 72 (28.52% from 255 or 80.90% from 89); Max value from RGB is 72 - color contains mainly: blue. Hex color #080948 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #080948 is #F7F6B7. Grayscale: #0F0F0F. Windows color (decimal): -16250552 or 4720904. OLE color: 4720904.

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

Color convert

RGB8972-
CMYK0.890.8800.72
HSL239.06º80%15.69%-
HSV(B)239.06º88.89%28.24%-
XYZ1.370.716.2-
YUV15.88159.67122.38-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 8.99%
GREEN value IS 9 (3.91% from 255) = 10.11%
BLUE value IS 72 (28.52% from 255) = 80.90%
R=8.99%
G=10.11%
B=80.90%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal89720.890.8800.72239.068015.69
Hex89485958048ef5010
Octal1011110131130011035712020
Binary100010011001000101100110110000100100011101111101000010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #080948

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #080948; }

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

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

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

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

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

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

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

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