#080947

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

Shades of Midnight Express #080947

Tints of Midnight Express #080947

Color information

#080947 (or 0x080947) is unknown color: approx Midnight Express. HEX triplet: 08, 09 and 47. RGB value is (8,9,71). Sum of RGB (Red+Green+Blue) = 8+9+71=88 (11% of max value = 765). Red value is 8 (3.52% from 255 or 9.09% from 88); Green value is 9 (3.91% from 255 or 10.23% from 88); Blue value is 71 (28.12% from 255 or 80.68% from 88); Max value from RGB is 71 - color contains mainly: blue. Hex color #080947 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #080947 is #F7F6B8. Grayscale: #0F0F0F. Windows color (decimal): -16250553 or 4655368. OLE color: 4655368.

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

Color convert

RGB8971-
CMYK0.890.8700.72
HSL239.05º79.75%15.49%-
HSV(B)239.05º88.73%27.84%-
XYZ1.340.76.03-
YUV15.77159.17122.46-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 9.09%
GREEN value IS 9 (3.91% from 255) = 10.23%
BLUE value IS 71 (28.12% from 255) = 80.68%
R=9.09%
G=10.23%
B=80.68%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal89710.890.8700.72239.0579.7515.49
Hex89475957048ef50f
Octal1011107131127011035712017
Binary10001001100011110110011010111010010001110111110100001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #080947

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #080947; }

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

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

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

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

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

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

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

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