#080B46

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

Shades of Midnight Express #080B46

Tints of Midnight Express #080B46

Color information

#080B46 (or 0x080B46) is unknown color: approx Midnight Express. HEX triplet: 08, 0B and 46. RGB value is (8,11,70). Sum of RGB (Red+Green+Blue) = 8+11+70=89 (11% of max value = 765). Red value is 8 (3.52% from 255 or 8.99% from 89); Green value is 11 (4.69% from 255 or 12.36% from 89); Blue value is 70 (27.73% from 255 or 78.65% from 89); Max value from RGB is 70 - color contains mainly: blue. Hex color #080B46 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #080B46 is #F7F4B9. Grayscale: #101010. Windows color (decimal): -16250042 or 4590344. OLE color: 4590344.

HSL color Cylindrical-coordinate representation of color #080B46: hue angle of 237.1º degrees, saturation: 0.79, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #080B46 is Cyan = 0.89, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB81170-
CMYK0.890.8400.73
HSL237.1º79.49%15.29%-
HSV(B)237.1º88.57%27.45%-
XYZ1.330.735.87-
YUV16.83158.01121.7-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 8.99%
GREEN value IS 11 (4.69% from 255) = 12.36%
BLUE value IS 70 (27.73% from 255) = 78.65%
R=8.99%
G=12.36%
B=78.65%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal811700.890.8400.73237.179.4915.29
Hex8B465954049ed4ff
Octal1013106131124011135511717
Binary10001011100011010110011010100010010011110110110011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #080B46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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