#080F32

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

Shades of Midnight Express #080F32

Tints of Midnight Express #080F32

Color information

#080F32 (or 0x080F32) is unknown color: approx Midnight Express. HEX triplet: 08, 0F and 32. RGB value is (8,15,50). Sum of RGB (Red+Green+Blue) = 8+15+50=73 (9% of max value = 765). Red value is 8 (3.52% from 255 or 10.96% from 73); Green value is 15 (6.25% from 255 or 20.55% from 73); Blue value is 50 (19.92% from 255 or 68.49% from 73); Max value from RGB is 50 - color contains mainly: blue. Hex color #080F32 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #080F32 is #F7F0CD. Grayscale: #101010. Windows color (decimal): -16249038 or 3280648. OLE color: 3280648.

HSL color Cylindrical-coordinate representation of color #080F32: hue angle of 230º 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 #080F32 is Cyan = 0.84, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB81550-
CMYK0.840.7000.80
HSL230º72.41%11.37%-
HSV(B)230º84%19.61%-
XYZ0.850.623.09-
YUV16.9146.68121.65-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 10.96%
GREEN value IS 15 (6.25% from 255) = 20.55%
BLUE value IS 50 (19.92% from 255) = 68.49%
R=10.96%
G=20.55%
B=68.49%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal815500.840.7000.8023072.4111.37
Hex8F325446050e648b
Octal101762124106012034611013
Binary1000111111001010101001000110010100001110011010010001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #080F32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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