Shades of Midnight Blue #1B0A69
Tints of Midnight Blue #1B0A69
RGB
CMYK
RGB Variations
Color information
#1B0A69 (or 0x1B0A69) is known color: Midnight Blue. HEX triplet: 1B, 0A and 69. RGB value is (27,10,105). Sum of RGB (Red+Green+Blue) = 27+10+105=142 (18% of max value = 765). Red value is 27 (10.94% from 255 or 19.01% from 142); Green value is 10 (4.30% from 255 or 7.04% from 142); Blue value is 105 (41.41% from 255 or 73.94% from 142); Max value from RGB is 105 - color contains mainly: blue. Hex color #1B0A69 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1B0A69 is #E4F596. Grayscale: #191919. Windows color (decimal): -15005079 or 6883867. OLE color: 6883867.
HSL color Cylindrical-coordinate representation of color #1B0A69: hue angle of 250.74º degrees, saturation: 0.83, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1B0A69 is Cyan = 0.74, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 27 | 10 | 105 | - |
| CMYK | 0.74 | 0.90 | 0 | 0.59 |
| HSL | 250.74º | 0.83% | 0.23% | - |
| HSV(B) | 250.74º | 0.9% | 0.41% | - |
| XYZ | 3.11 | 1.47 | 13.48 | - |
| YUV | 25.91 | 172.63 | 128.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 10 | 105 | 0.74 | 0.90 | 0 | 0.59 | 250.74 | 0.83 | 0.23 |
| Hex | 1B | A | 69 | 4A | 5A | 0 | 3B | FB | 53 | 17 |
| Octal | 33 | 12 | 151 | 112 | 132 | 0 | 73 | 373 | 123 | 27 |
| Binary | 11011 | 1010 | 1101001 | 1001010 | 1011010 | 0 | 111011 | 11111011 | 1010011 | 10111 |
Color Harmonies of #1B0A69
Complementary color
Monochromatic Colors of #1B0A69
Black with #1B0A69
Text Example
Text Example
White with #1B0A69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B0A69; }
p { color: rgb(27,10,105); }
H1.HeaderClassName
{
color: #1B0A69;
}
.AnyTagClassName
{
color: #1B0A69;
}
</style>
background-color css
<style>
a { background-color: #1B0A69; }
a { background-color: rgb(27,10,105); }
div.DivClassName
{
background-color: #1B0A69;
}
.BgClassName
{
background-color: #1B0A69;
}
</style>
border-color css
<style>
span { border-color: #1B0A69; }
span { border-color: rgb(27,10,105); }
td.TdClassName
{
border-color: #1B0A69;
}
.TagClassName
{
border-color: #1B0A69;
}
</style>