Shades of Midnight Blue #1B0569
Tints of Midnight Blue #1B0569
RGB
CMYK
RGB Variations
Color information
#1B0569 (or 0x1B0569) is known color: Midnight Blue. HEX triplet: 1B, 05 and 69. RGB value is (27,5,105). Sum of RGB (Red+Green+Blue) = 27+5+105=137 (18% of max value = 765). Red value is 27 (10.94% from 255 or 19.71% from 137); Green value is 5 (2.34% from 255 or 3.65% from 137); Blue value is 105 (41.41% from 255 or 76.64% from 137); Max value from RGB is 105 - color contains mainly: blue. Hex color #1B0569 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1B0569 is #E4FA96. Grayscale: #161616. Windows color (decimal): -15006359 or 6882587. OLE color: 6882587.
HSL color Cylindrical-coordinate representation of color #1B0569: hue angle of 253.2º degrees, saturation: 0.91, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #1B0569 is Cyan = 0.74, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 27 | 5 | 105 | - |
| CMYK | 0.74 | 0.95 | 0 | 0.59 |
| HSL | 253.2º | 0.91% | 0.22% | - |
| HSV(B) | 253.2º | 0.95% | 0.41% | - |
| XYZ | 3.06 | 1.36 | 13.47 | - |
| YUV | 22.98 | 174.29 | 130.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 5 | 105 | 0.74 | 0.95 | 0 | 0.59 | 253.2 | 0.91 | 0.22 |
| Hex | 1B | 5 | 69 | 4A | 5F | 0 | 3B | FD | 5B | 16 |
| Octal | 33 | 5 | 151 | 112 | 137 | 0 | 73 | 375 | 133 | 26 |
| Binary | 11011 | 101 | 1101001 | 1001010 | 1011111 | 0 | 111011 | 11111101 | 1011011 | 10110 |
Color Harmonies of #1B0569
Complementary color
Monochromatic Colors of #1B0569
Black with #1B0569
Text Example
Text Example
White with #1B0569
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B0569; }
p { color: rgb(27,5,105); }
H1.HeaderClassName
{
color: #1B0569;
}
.AnyTagClassName
{
color: #1B0569;
}
</style>
background-color css
<style>
a { background-color: #1B0569; }
a { background-color: rgb(27,5,105); }
div.DivClassName
{
background-color: #1B0569;
}
.BgClassName
{
background-color: #1B0569;
}
</style>
border-color css
<style>
span { border-color: #1B0569; }
span { border-color: rgb(27,5,105); }
td.TdClassName
{
border-color: #1B0569;
}
.TagClassName
{
border-color: #1B0569;
}
</style>