#180B59

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

Shades of Midnight Blue #180B59

Tints of Midnight Blue #180B59

Color information

#180B59 (or 0x180B59) is unknown color: approx Midnight Blue. HEX triplet: 18, 0B and 59. RGB value is (24,11,89). Sum of RGB (Red+Green+Blue) = 24+11+89=124 (16% of max value = 765). Red value is 24 (9.77% from 255 or 19.35% from 124); Green value is 11 (4.69% from 255 or 8.87% from 124); Blue value is 89 (35.16% from 255 or 71.77% from 124); Max value from RGB is 89 - color contains mainly: blue. Hex color #180B59 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #180B59 is #E7F4A6. Grayscale: #171717. Windows color (decimal): -15201447 or 5835544. OLE color: 5835544.

HSL color Cylindrical-coordinate representation of color #180B59: hue angle of 250º degrees, saturation: 0.78, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #180B59 is Cyan = 0.73, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB241189-
CMYK0.730.8800.65
HSL250º78%19.61%-
HSV(B)250º87.64%34.9%-
XYZ2.31.159.55-
YUV23.78164.81128.16-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 19.35%
GREEN value IS 11 (4.69% from 255) = 8.87%
BLUE value IS 89 (35.16% from 255) = 71.77%
R=19.35%
G=8.87%
B=71.77%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2411890.730.8800.652507819.61
Hex18B594958041fa4e14
Octal3013131111130010137211624
Binary1100010111011001100100110110000100000111111010100111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #180B59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #180B59; }

 p { color: rgb(24,11,89); }

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

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

 a { background-color: rgb(24,11,89); }

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

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

 span { border-color: rgb(24,11,89); }

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