Shades of Midnight Blue #0B1A7C
Tints of Midnight Blue #0B1A7C
RGB
CMYK
RGB Variations
Color information
#0B1A7C (or 0x0B1A7C) is known color: Midnight Blue. HEX triplet: 0B, 1A and 7C. RGB value is (11,26,124). Sum of RGB (Red+Green+Blue) = 11+26+124=161 (21% of max value = 765). Red value is 11 (4.69% from 255 or 6.83% from 161); Green value is 26 (10.55% from 255 or 16.15% from 161); Blue value is 124 (48.83% from 255 or 77.02% from 161); Max value from RGB is 124 - color contains mainly: blue. Hex color #0B1A7C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0B1A7C is #F4E583. Grayscale: #202020. Windows color (decimal): -16049540 or 8133131. OLE color: 8133131.
HSL color Cylindrical-coordinate representation of color #0B1A7C: hue angle of 232.04º degrees, saturation: 0.84, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0B1A7C is Cyan = 0.91, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 11 | 26 | 124 | - |
| CMYK | 0.91 | 0.79 | 0 | 0.51 |
| HSL | 232.04º | 0.84% | 0.26% | - |
| HSV(B) | 232.04º | 0.91% | 0.49% | - |
| XYZ | 4.15 | 2.27 | 19.29 | - |
| YUV | 32.69 | 179.53 | 112.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 26 | 124 | 0.91 | 0.79 | 0 | 0.51 | 232.04 | 0.84 | 0.26 |
| Hex | B | 1A | 7C | 5B | 4F | 0 | 33 | E8 | 54 | 1A |
| Octal | 13 | 32 | 174 | 133 | 117 | 0 | 63 | 350 | 124 | 32 |
| Binary | 1011 | 11010 | 1111100 | 1011011 | 1001111 | 0 | 110011 | 11101000 | 1010100 | 11010 |
Color Harmonies of #0B1A7C
Complementary color
Monochromatic Colors of #0B1A7C
Black with #0B1A7C
Text Example
Text Example
White with #0B1A7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B1A7C; }
p { color: rgb(11,26,124); }
H1.HeaderClassName
{
color: #0B1A7C;
}
.AnyTagClassName
{
color: #0B1A7C;
}
</style>
background-color css
<style>
a { background-color: #0B1A7C; }
a { background-color: rgb(11,26,124); }
div.DivClassName
{
background-color: #0B1A7C;
}
.BgClassName
{
background-color: #0B1A7C;
}
</style>
border-color css
<style>
span { border-color: #0B1A7C; }
span { border-color: rgb(11,26,124); }
td.TdClassName
{
border-color: #0B1A7C;
}
.TagClassName
{
border-color: #0B1A7C;
}
</style>