#180B5D

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

Shades of Midnight Blue #180B5D

Tints of Midnight Blue #180B5D

Color information

#180B5D (or 0x180B5D) is unknown color: approx Midnight Blue. HEX triplet: 18, 0B and 5D. RGB value is (24,11,93). Sum of RGB (Red+Green+Blue) = 24+11+93=128 (16% of max value = 765). Red value is 24 (9.77% from 255 or 18.75% from 128); Green value is 11 (4.69% from 255 or 8.59% from 128); Blue value is 93 (36.72% from 255 or 72.66% from 128); Max value from RGB is 93 - color contains mainly: blue. Hex color #180B5D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #180B5D is #E7F4A2. Grayscale: #171717. Windows color (decimal): -15201443 or 6097688. OLE color: 6097688.

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

Color convert

RGB241193-
CMYK0.740.8800.64
HSL249.51º78.85%20.39%-
HSV(B)249.51º88.17%36.47%-
XYZ2.471.2210.46-
YUV24.24166.81127.83-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 18.75%
GREEN value IS 11 (4.69% from 255) = 8.59%
BLUE value IS 93 (36.72% from 255) = 72.66%
R=18.75%
G=8.59%
B=72.66%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal2411930.740.8800.64249.5178.8520.39
Hex18B5D4A58040fa4f14
Octal3013135112130010037211724
Binary1100010111011101100101010110000100000011111010100111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #180B5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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