#180E5D

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

Shades of Midnight Blue #180E5D

Tints of Midnight Blue #180E5D

Color information

#180E5D (or 0x180E5D) is unknown color: approx Midnight Blue. HEX triplet: 18, 0E and 5D. RGB value is (24,14,93). Sum of RGB (Red+Green+Blue) = 24+14+93=131 (17% of max value = 765). Red value is 24 (9.77% from 255 or 18.32% from 131); Green value is 14 (5.86% from 255 or 10.69% from 131); Blue value is 93 (36.72% from 255 or 70.99% from 131); Max value from RGB is 93 - color contains mainly: blue. Hex color #180E5D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #180E5D is #E7F1A2. Grayscale: #191919. Windows color (decimal): -15200675 or 6098456. OLE color: 6098456.

HSL color Cylindrical-coordinate representation of color #180E5D: hue angle of 247.59º degrees, saturation: 0.74, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #180E5D is Cyan = 0.74, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB241493-
CMYK0.740.8500.64
HSL247.59º73.83%20.98%-
HSV(B)247.59º84.95%36.47%-
XYZ2.511.310.47-
YUV26165.81126.58-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 18.32%
GREEN value IS 14 (5.86% from 255) = 10.69%
BLUE value IS 93 (36.72% from 255) = 70.99%
R=18.32%
G=10.69%
B=70.99%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal2414930.740.8500.64247.5973.8320.98
Hex18E5D4A55040f84a15
Octal3016135112125010037011225
Binary1100011101011101100101010101010100000011111000100101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #180E5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(24,14,93); }

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

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

 a { background-color: rgb(24,14,93); }

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

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

 span { border-color: rgb(24,14,93); }

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