#080150

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

Shades of Midnight Blue #080150

Tints of Midnight Blue #080150

Color information

#080150 (or 0x080150) is unknown color: approx Midnight Blue. HEX triplet: 08, 01 and 50. RGB value is (8,1,80). Sum of RGB (Red+Green+Blue) = 8+1+80=89 (11% of max value = 765). Red value is 8 (3.52% from 255 or 8.99% from 89); Green value is 1 (0.78% from 255 or 1.12% from 89); Blue value is 80 (31.64% from 255 or 89.89% from 89); Max value from RGB is 80 - color contains mainly: blue. Hex color #080150 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #080150 is #F7FEAF. Grayscale: #0B0B0B. Windows color (decimal): -16252592 or 5243144. OLE color: 5243144.

HSL color Cylindrical-coordinate representation of color #080150: hue angle of 245.32º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #080150 is Cyan = 0.90, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB8180-
CMYK0.900.9900.69
HSL245.32º97.53%15.88%-
HSV(B)245.32º98.75%31.37%-
XYZ1.560.657.63-
YUV12.1166.32125.08-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 8.99%
GREEN value IS 1 (0.78% from 255) = 1.12%
BLUE value IS 80 (31.64% from 255) = 89.89%
R=8.99%
G=1.12%
B=89.89%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal81800.900.9900.69245.3297.5315.88
Hex81505A63045f56210
Octal101120132143010536514220
Binary100011010000101101011000110100010111110101110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #080150

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #080150; }

 p { color: rgb(8,1,80); }

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

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

 a { background-color: rgb(8,1,80); }

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

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

 span { border-color: rgb(8,1,80); }

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