Shades of Midnight Blue #0B0769
Tints of Midnight Blue #0B0769
RGB
CMYK
RGB Variations
Color information
#0B0769 (or 0x0B0769) is known color: Midnight Blue. HEX triplet: 0B, 07 and 69. RGB value is (11,7,105). Sum of RGB (Red+Green+Blue) = 11+7+105=123 (16% of max value = 765). Red value is 11 (4.69% from 255 or 8.94% from 123); Green value is 7 (3.12% from 255 or 5.69% from 123); Blue value is 105 (41.41% from 255 or 85.37% from 123); Max value from RGB is 105 - color contains mainly: blue. Hex color #0B0769 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0B0769 is #F4F896. Grayscale: #121212. Windows color (decimal): -16054423 or 6883083. OLE color: 6883083.
HSL color Cylindrical-coordinate representation of color #0B0769: hue angle of 242.45º 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 #0B0769 is Cyan = 0.90, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 11 | 7 | 105 | - |
| CMYK | 0.90 | 0.93 | 0 | 0.59 |
| HSL | 242.45º | 0.88% | 0.22% | - |
| HSV(B) | 242.45º | 0.93% | 0.41% | - |
| XYZ | 2.76 | 1.24 | 13.46 | - |
| YUV | 19.37 | 176.33 | 122.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 7 | 105 | 0.90 | 0.93 | 0 | 0.59 | 242.45 | 0.88 | 0.22 |
| Hex | B | 7 | 69 | 5A | 5D | 0 | 3B | F2 | 58 | 16 |
| Octal | 13 | 7 | 151 | 132 | 135 | 0 | 73 | 362 | 130 | 26 |
| Binary | 1011 | 111 | 1101001 | 1011010 | 1011101 | 0 | 111011 | 11110010 | 1011000 | 10110 |
Color Harmonies of #0B0769
Complementary color
Monochromatic Colors of #0B0769
Black with #0B0769
Text Example
Text Example
White with #0B0769
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B0769; }
p { color: rgb(11,7,105); }
H1.HeaderClassName
{
color: #0B0769;
}
.AnyTagClassName
{
color: #0B0769;
}
</style>
background-color css
<style>
a { background-color: #0B0769; }
a { background-color: rgb(11,7,105); }
div.DivClassName
{
background-color: #0B0769;
}
.BgClassName
{
background-color: #0B0769;
}
</style>
border-color css
<style>
span { border-color: #0B0769; }
span { border-color: rgb(11,7,105); }
td.TdClassName
{
border-color: #0B0769;
}
.TagClassName
{
border-color: #0B0769;
}
</style>