#080B47

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

Shades of Midnight Express #080B47

Tints of Midnight Express #080B47

Color information

#080B47 (or 0x080B47) is unknown color: approx Midnight Express. HEX triplet: 08, 0B and 47. RGB value is (8,11,71). Sum of RGB (Red+Green+Blue) = 8+11+71=90 (11% of max value = 765). Red value is 8 (3.52% from 255 or 8.89% from 90); Green value is 11 (4.69% from 255 or 12.22% from 90); Blue value is 71 (28.12% from 255 or 78.89% from 90); Max value from RGB is 71 - color contains mainly: blue. Hex color #080B47 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #080B47 is #F7F4B8. Grayscale: #101010. Windows color (decimal): -16250041 or 4655880. OLE color: 4655880.

HSL color Cylindrical-coordinate representation of color #080B47: hue angle of 237.14º 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 #080B47 is Cyan = 0.89, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB81171-
CMYK0.890.8500.72
HSL237.14º79.75%15.49%-
HSV(B)237.14º88.73%27.84%-
XYZ1.360.756.03-
YUV16.94158.51121.62-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 8.89%
GREEN value IS 11 (4.69% from 255) = 12.22%
BLUE value IS 71 (28.12% from 255) = 78.89%
R=8.89%
G=12.22%
B=78.89%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal811710.890.8500.72237.1479.7515.49
Hex8B475955048ed50f
Octal1013107131125011035512017
Binary10001011100011110110011010101010010001110110110100001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #080B47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #080B47; }

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

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

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

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

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

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

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

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