Shades of Regal Blue #0F3556
Tints of Regal Blue #0F3556
RGB
CMYK
RGB Variations
Color information
#0F3556 (or 0x0F3556) is known color: Regal Blue. HEX triplet: 0F, 35 and 56. RGB value is (15,53,86). Sum of RGB (Red+Green+Blue) = 15+53+86=154 (20% of max value = 765). Red value is 15 (6.25% from 255 or 9.74% from 154); Green value is 53 (21.09% from 255 or 34.42% from 154); Blue value is 86 (33.98% from 255 or 55.84% from 154); Max value from RGB is 86 - color contains mainly: blue. Hex color #0F3556 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0F3556 is #F0CAA9. Grayscale: #2D2D2D. Windows color (decimal): -15780522 or 5649679. OLE color: 5649679.
HSL color Cylindrical-coordinate representation of color #0F3556: hue angle of 207.89º degrees, saturation: 0.7, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #0F3556 is Cyan = 0.83, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 15 | 53 | 86 | - |
| CMYK | 0.83 | 0.38 | 0 | 0.66 |
| HSL | 207.89º | 0.7% | 0.2% | - |
| HSV(B) | 207.89º | 0.83% | 0.34% | - |
| XYZ | 3.15 | 3.32 | 9.28 | - |
| YUV | 45.4 | 150.91 | 106.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 53 | 86 | 0.83 | 0.38 | 0 | 0.66 | 207.89 | 0.7 | 0.2 |
| Hex | F | 35 | 56 | 53 | 26 | 0 | 42 | D0 | 46 | 14 |
| Octal | 17 | 65 | 126 | 123 | 46 | 0 | 102 | 320 | 106 | 24 |
| Binary | 1111 | 110101 | 1010110 | 1010011 | 100110 | 0 | 1000010 | 11010000 | 1000110 | 10100 |
Color Harmonies of #0F3556
Complementary color
Monochromatic Colors of #0F3556
Black with #0F3556
Text Example
Text Example
White with #0F3556
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F3556; }
p { color: rgb(15,53,86); }
H1.HeaderClassName
{
color: #0F3556;
}
.AnyTagClassName
{
color: #0F3556;
}
</style>
background-color css
<style>
a { background-color: #0F3556; }
a { background-color: rgb(15,53,86); }
div.DivClassName
{
background-color: #0F3556;
}
.BgClassName
{
background-color: #0F3556;
}
</style>
border-color css
<style>
span { border-color: #0F3556; }
span { border-color: rgb(15,53,86); }
td.TdClassName
{
border-color: #0F3556;
}
.TagClassName
{
border-color: #0F3556;
}
</style>