Shades of Regal Blue #0B3B57
Tints of Regal Blue #0B3B57
RGB
CMYK
RGB Variations
Color information
#0B3B57 (or 0x0B3B57) is known color: Regal Blue. HEX triplet: 0B, 3B and 57. RGB value is (11,59,87). Sum of RGB (Red+Green+Blue) = 11+59+87=157 (20% of max value = 765). Red value is 11 (4.69% from 255 or 7.01% from 157); Green value is 59 (23.44% from 255 or 37.58% from 157); Blue value is 87 (34.38% from 255 or 55.41% from 157); Max value from RGB is 87 - color contains mainly: blue. Hex color #0B3B57 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0B3B57 is #F4C4A8. Grayscale: #2F2F2F. Windows color (decimal): -16041129 or 5716747. OLE color: 5716747.
HSL color Cylindrical-coordinate representation of color #0B3B57: hue angle of 202.11º degrees, saturation: 0.78, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0B3B57 is Cyan = 0.87, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 11 | 59 | 87 | - |
| CMYK | 0.87 | 0.32 | 0 | 0.66 |
| HSL | 202.11º | 0.78% | 0.19% | - |
| HSV(B) | 202.11º | 0.87% | 0.34% | - |
| XYZ | 3.42 | 3.89 | 9.59 | - |
| YUV | 47.84 | 150.1 | 101.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 59 | 87 | 0.87 | 0.32 | 0 | 0.66 | 202.11 | 0.78 | 0.19 |
| Hex | B | 3B | 57 | 57 | 20 | 0 | 42 | CA | 4E | 13 |
| Octal | 13 | 73 | 127 | 127 | 40 | 0 | 102 | 312 | 116 | 23 |
| Binary | 1011 | 111011 | 1010111 | 1010111 | 100000 | 0 | 1000010 | 11001010 | 1001110 | 10011 |
Color Harmonies of #0B3B57
Complementary color
Monochromatic Colors of #0B3B57
Black with #0B3B57
Text Example
Text Example
White with #0B3B57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B3B57; }
p { color: rgb(11,59,87); }
H1.HeaderClassName
{
color: #0B3B57;
}
.AnyTagClassName
{
color: #0B3B57;
}
</style>
background-color css
<style>
a { background-color: #0B3B57; }
a { background-color: rgb(11,59,87); }
div.DivClassName
{
background-color: #0B3B57;
}
.BgClassName
{
background-color: #0B3B57;
}
</style>
border-color css
<style>
span { border-color: #0B3B57; }
span { border-color: rgb(11,59,87); }
td.TdClassName
{
border-color: #0B3B57;
}
.TagClassName
{
border-color: #0B3B57;
}
</style>