#080158

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

Shades of Midnight Blue #080158

Tints of Midnight Blue #080158

Color information

#080158 (or 0x080158) is unknown color: approx Midnight Blue. HEX triplet: 08, 01 and 58. RGB value is (8,1,88). Sum of RGB (Red+Green+Blue) = 8+1+88=97 (12% of max value = 765). Red value is 8 (3.52% from 255 or 8.25% from 97); Green value is 1 (0.78% from 255 or 1.03% from 97); Blue value is 88 (34.77% from 255 or 90.72% from 97); Max value from RGB is 88 - color contains mainly: blue. Hex color #080158 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #080158 is #F7FEA7. Grayscale: #0C0C0C. Windows color (decimal): -16252584 or 5767432. OLE color: 5767432.

HSL color Cylindrical-coordinate representation of color #080158: hue angle of 244.83º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #080158 is Cyan = 0.91, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB8188-
CMYK0.910.9900.65
HSL244.83º97.75%17.45%-
HSV(B)244.83º98.86%34.51%-
XYZ1.870.789.28-
YUV13.01170.32124.43-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 8.25%
GREEN value IS 1 (0.78% from 255) = 1.03%
BLUE value IS 88 (34.77% from 255) = 90.72%
R=8.25%
G=1.03%
B=90.72%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal81880.910.9900.65244.8397.7517.45
Hex81585B63041f56211
Octal101130133143010136514221
Binary100011011000101101111000110100000111110101110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #080158

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #080158; }

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

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

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

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

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

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

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

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