#180A61

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

Shades of Midnight Blue #180A61

Tints of Midnight Blue #180A61

Color information

#180A61 (or 0x180A61) is unknown color: approx Midnight Blue. HEX triplet: 18, 0A and 61. RGB value is (24,10,97). Sum of RGB (Red+Green+Blue) = 24+10+97=131 (17% of max value = 765). Red value is 24 (9.77% from 255 or 18.32% from 131); Green value is 10 (4.30% from 255 or 7.63% from 131); Blue value is 97 (38.28% from 255 or 74.05% from 131); Max value from RGB is 97 - color contains mainly: blue. Hex color #180A61 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #180A61 is #E7F59E. Grayscale: #171717. Windows color (decimal): -15201695 or 6359576. OLE color: 6359576.

HSL color Cylindrical-coordinate representation of color #180A61: hue angle of 249.66º degrees, saturation: 0.81, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #180A61 is Cyan = 0.75, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB241097-
CMYK0.750.9000.62
HSL249.66º81.31%20.98%-
HSV(B)249.66º89.69%38.04%-
XYZ2.641.2711.42-
YUV24.1169.14127.93-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 18.32%
GREEN value IS 10 (4.30% from 255) = 7.63%
BLUE value IS 97 (38.28% from 255) = 74.05%
R=18.32%
G=7.63%
B=74.05%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2410970.750.9000.62249.6681.3120.98
Hex18A614B5A03Efa5115
Octal301214111313207637212125
Binary110001010110000110010111011010011111011111010101000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #180A61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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