Shades of Midnight Blue #180769
Tints of Midnight Blue #180769
RGB
CMYK
RGB Variations
Color information
#180769 (or 0x180769) is known color: Midnight Blue. HEX triplet: 18, 07 and 69. RGB value is (24,7,105). Sum of RGB (Red+Green+Blue) = 24+7+105=136 (18% of max value = 765). Red value is 24 (9.77% from 255 or 17.65% from 136); Green value is 7 (3.12% from 255 or 5.15% from 136); Blue value is 105 (41.41% from 255 or 77.21% from 136); Max value from RGB is 105 - color contains mainly: blue. Hex color #180769 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #180769 is #E7F896. Grayscale: #161616. Windows color (decimal): -15202455 or 6883096. OLE color: 6883096.
HSL color Cylindrical-coordinate representation of color #180769: hue angle of 250.41º degrees, saturation: 0.88, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #180769 is Cyan = 0.77, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 24 | 7 | 105 | - |
| CMYK | 0.77 | 0.93 | 0 | 0.59 |
| HSL | 250.41º | 0.88% | 0.22% | - |
| HSV(B) | 250.41º | 0.93% | 0.41% | - |
| XYZ | 3 | 1.37 | 13.47 | - |
| YUV | 23.26 | 174.13 | 128.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 7 | 105 | 0.77 | 0.93 | 0 | 0.59 | 250.41 | 0.88 | 0.22 |
| Hex | 18 | 7 | 69 | 4D | 5D | 0 | 3B | FA | 58 | 16 |
| Octal | 30 | 7 | 151 | 115 | 135 | 0 | 73 | 372 | 130 | 26 |
| Binary | 11000 | 111 | 1101001 | 1001101 | 1011101 | 0 | 111011 | 11111010 | 1011000 | 10110 |
Color Harmonies of #180769
Complementary color
Monochromatic Colors of #180769
Black with #180769
Text Example
Text Example
White with #180769
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #180769; }
p { color: rgb(24,7,105); }
H1.HeaderClassName
{
color: #180769;
}
.AnyTagClassName
{
color: #180769;
}
</style>
background-color css
<style>
a { background-color: #180769; }
a { background-color: rgb(24,7,105); }
div.DivClassName
{
background-color: #180769;
}
.BgClassName
{
background-color: #180769;
}
</style>
border-color css
<style>
span { border-color: #180769; }
span { border-color: rgb(24,7,105); }
td.TdClassName
{
border-color: #180769;
}
.TagClassName
{
border-color: #180769;
}
</style>