#180158

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

Shades of Midnight Blue #180158

Tints of Midnight Blue #180158

Color information

#180158 (or 0x180158) is unknown color: approx Midnight Blue. HEX triplet: 18, 01 and 58. RGB value is (24,1,88). Sum of RGB (Red+Green+Blue) = 24+1+88=113 (14% of max value = 765). Red value is 24 (9.77% from 255 or 21.24% from 113); Green value is 1 (0.78% from 255 or 0.88% from 113); Blue value is 88 (34.77% from 255 or 77.88% from 113); Max value from RGB is 88 - color contains mainly: blue. Hex color #180158 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #180158 is #E7FEA7. Grayscale: #111111. Windows color (decimal): -15204008 or 5767448. OLE color: 5767448.

HSL color Cylindrical-coordinate representation of color #180158: hue angle of 255.86º 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 #180158 is Cyan = 0.73, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB24188-
CMYK0.730.9900.65
HSL255.86º97.75%17.45%-
HSV(B)255.86º98.86%34.51%-
XYZ2.150.929.3-
YUV17.8167.62132.43-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 21.24%
GREEN value IS 1 (0.78% from 255) = 0.88%
BLUE value IS 88 (34.77% from 255) = 77.88%
R=21.24%
G=0.88%
B=77.88%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal241880.730.9900.65255.8697.7517.45
Hex1815849630411006211
Octal301130111143010140014221
Binary11000110110001001001110001101000001100000000110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #180158

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #180158; }

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

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

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

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

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

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

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

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