#180D61

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

Shades of Midnight Blue #180D61

Tints of Midnight Blue #180D61

Color information

#180D61 (or 0x180D61) is unknown color: approx Midnight Blue. HEX triplet: 18, 0D and 61. RGB value is (24,13,97). Sum of RGB (Red+Green+Blue) = 24+13+97=134 (17% of max value = 765). Red value is 24 (9.77% from 255 or 17.91% from 134); Green value is 13 (5.47% from 255 or 9.70% from 134); Blue value is 97 (38.28% from 255 or 72.39% from 134); Max value from RGB is 97 - color contains mainly: blue. Hex color #180D61 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #180D61 is #E7F29E. Grayscale: #191919. Windows color (decimal): -15200927 or 6360344. OLE color: 6360344.

HSL color Cylindrical-coordinate representation of color #180D61: hue angle of 247.86º degrees, saturation: 0.76, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #180D61 is Cyan = 0.75, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB241397-
CMYK0.750.8700.62
HSL247.86º76.36%21.57%-
HSV(B)247.86º86.6%38.04%-
XYZ2.681.3511.43-
YUV25.86168.14126.67-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 17.91%
GREEN value IS 13 (5.47% from 255) = 9.70%
BLUE value IS 97 (38.28% from 255) = 72.39%
R=17.91%
G=9.70%
B=72.39%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2413970.750.8700.62247.8676.3621.57
Hex18D614B5703Ef84c16
Octal301514111312707637011426
Binary110001101110000110010111010111011111011111000100110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #180D61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(24,13,97); }

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

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

 a { background-color: rgb(24,13,97); }

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

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

 span { border-color: rgb(24,13,97); }

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