Shades of Regal Blue #0B3751
Tints of Regal Blue #0B3751
RGB
CMYK
RGB Variations
Color information
#0B3751 (or 0x0B3751) is known color: Regal Blue. HEX triplet: 0B, 37 and 51. RGB value is (11,55,81). Sum of RGB (Red+Green+Blue) = 11+55+81=147 (19% of max value = 765). Red value is 11 (4.69% from 255 or 7.48% from 147); Green value is 55 (21.88% from 255 or 37.41% from 147); Blue value is 81 (32.03% from 255 or 55.10% from 147); Max value from RGB is 81 - color contains mainly: blue. Hex color #0B3751 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0B3751 is #F4C8AE. Grayscale: #2C2C2C. Windows color (decimal): -16042159 or 5322507. OLE color: 5322507.
HSL color Cylindrical-coordinate representation of color #0B3751: hue angle of 202.29º degrees, saturation: 0.76, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0B3751 is Cyan = 0.86, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 11 | 55 | 81 | - |
| CMYK | 0.86 | 0.32 | 0 | 0.68 |
| HSL | 202.29º | 0.76% | 0.18% | - |
| HSV(B) | 202.29º | 0.86% | 0.32% | - |
| XYZ | 2.99 | 3.4 | 8.28 | - |
| YUV | 44.81 | 148.42 | 103.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 55 | 81 | 0.86 | 0.32 | 0 | 0.68 | 202.29 | 0.76 | 0.18 |
| Hex | B | 37 | 51 | 56 | 20 | 0 | 44 | CA | 4C | 12 |
| Octal | 13 | 67 | 121 | 126 | 40 | 0 | 104 | 312 | 114 | 22 |
| Binary | 1011 | 110111 | 1010001 | 1010110 | 100000 | 0 | 1000100 | 11001010 | 1001100 | 10010 |
Color Harmonies of #0B3751
Complementary color
Monochromatic Colors of #0B3751
Black with #0B3751
Text Example
Text Example
White with #0B3751
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B3751; }
p { color: rgb(11,55,81); }
H1.HeaderClassName
{
color: #0B3751;
}
.AnyTagClassName
{
color: #0B3751;
}
</style>
background-color css
<style>
a { background-color: #0B3751; }
a { background-color: rgb(11,55,81); }
div.DivClassName
{
background-color: #0B3751;
}
.BgClassName
{
background-color: #0B3751;
}
</style>
border-color css
<style>
span { border-color: #0B3751; }
span { border-color: rgb(11,55,81); }
td.TdClassName
{
border-color: #0B3751;
}
.TagClassName
{
border-color: #0B3751;
}
</style>