Shades of Regal Blue #0F3053
Tints of Regal Blue #0F3053
RGB
CMYK
RGB Variations
Color information
#0F3053 (or 0x0F3053) is known color: Regal Blue. HEX triplet: 0F, 30 and 53. RGB value is (15,48,83). Sum of RGB (Red+Green+Blue) = 15+48+83=146 (19% of max value = 765). Red value is 15 (6.25% from 255 or 10.27% from 146); Green value is 48 (19.14% from 255 or 32.88% from 146); Blue value is 83 (32.81% from 255 or 56.85% from 146); Max value from RGB is 83 - color contains mainly: blue. Hex color #0F3053 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0F3053 is #F0CFAC. Grayscale: #292929. Windows color (decimal): -15781805 or 5451791. OLE color: 5451791.
HSL color Cylindrical-coordinate representation of color #0F3053: hue angle of 210.88º degrees, saturation: 0.69, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #0F3053 is Cyan = 0.82, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 15 | 48 | 83 | - |
| CMYK | 0.82 | 0.42 | 0 | 0.67 |
| HSL | 210.88º | 0.69% | 0.19% | - |
| HSV(B) | 210.88º | 0.82% | 0.33% | - |
| XYZ | 2.82 | 2.84 | 8.58 | - |
| YUV | 42.12 | 151.07 | 108.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 48 | 83 | 0.82 | 0.42 | 0 | 0.67 | 210.88 | 0.69 | 0.19 |
| Hex | F | 30 | 53 | 52 | 2A | 0 | 43 | D3 | 45 | 13 |
| Octal | 17 | 60 | 123 | 122 | 52 | 0 | 103 | 323 | 105 | 23 |
| Binary | 1111 | 110000 | 1010011 | 1010010 | 101010 | 0 | 1000011 | 11010011 | 1000101 | 10011 |
Color Harmonies of #0F3053
Complementary color
Monochromatic Colors of #0F3053
Black with #0F3053
Text Example
Text Example
White with #0F3053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F3053; }
p { color: rgb(15,48,83); }
H1.HeaderClassName
{
color: #0F3053;
}
.AnyTagClassName
{
color: #0F3053;
}
</style>
background-color css
<style>
a { background-color: #0F3053; }
a { background-color: rgb(15,48,83); }
div.DivClassName
{
background-color: #0F3053;
}
.BgClassName
{
background-color: #0F3053;
}
</style>
border-color css
<style>
span { border-color: #0F3053; }
span { border-color: rgb(15,48,83); }
td.TdClassName
{
border-color: #0F3053;
}
.TagClassName
{
border-color: #0F3053;
}
</style>