#080B32

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

Shades of Midnight Express #080B32

Tints of Midnight Express #080B32

Color information

#080B32 (or 0x080B32) is unknown color: approx Midnight Express. HEX triplet: 08, 0B and 32. RGB value is (8,11,50). Sum of RGB (Red+Green+Blue) = 8+11+50=69 (9% of max value = 765). Red value is 8 (3.52% from 255 or 11.59% from 69); Green value is 11 (4.69% from 255 or 15.94% from 69); Blue value is 50 (19.92% from 255 or 72.46% from 69); Max value from RGB is 50 - color contains mainly: blue. Hex color #080B32 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #080B32 is #F7F4CD. Grayscale: #0E0E0E. Windows color (decimal): -16250062 or 3279624. OLE color: 3279624.

HSL color Cylindrical-coordinate representation of color #080B32: hue angle of 235.71º degrees, saturation: 0.72, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #080B32 is Cyan = 0.84, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB81150-
CMYK0.840.7800.80
HSL235.71º72.41%11.37%-
HSV(B)235.71º84%19.61%-
XYZ0.80.523.08-
YUV14.55148.01123.33-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 11.59%
GREEN value IS 11 (4.69% from 255) = 15.94%
BLUE value IS 50 (19.92% from 255) = 72.46%
R=11.59%
G=15.94%
B=72.46%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal811500.840.7800.80235.7172.4111.37
Hex8B32544E050ec48b
Octal101362124116012035411013
Binary1000101111001010101001001110010100001110110010010001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #080B32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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