Shades of Regal Blue #0F3153
Tints of Regal Blue #0F3153
RGB
CMYK
RGB Variations
Color information
#0F3153 (or 0x0F3153) is known color: Regal Blue. HEX triplet: 0F, 31 and 53. RGB value is (15,49,83). Sum of RGB (Red+Green+Blue) = 15+49+83=147 (19% of max value = 765). Red value is 15 (6.25% from 255 or 10.20% from 147); Green value is 49 (19.53% from 255 or 33.33% from 147); Blue value is 83 (32.81% from 255 or 56.46% from 147); Max value from RGB is 83 - color contains mainly: blue. Hex color #0F3153 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0F3153 is #F0CEAC. Grayscale: #2A2A2A. Windows color (decimal): -15781549 or 5452047. OLE color: 5452047.
HSL color Cylindrical-coordinate representation of color #0F3153: hue angle of 210º 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 #0F3153 is Cyan = 0.82, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 15 | 49 | 83 | - |
| CMYK | 0.82 | 0.41 | 0 | 0.67 |
| HSL | 210º | 0.69% | 0.19% | - |
| HSV(B) | 210º | 0.82% | 0.33% | - |
| XYZ | 2.86 | 2.92 | 8.6 | - |
| YUV | 42.71 | 150.74 | 108.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 49 | 83 | 0.82 | 0.41 | 0 | 0.67 | 210 | 0.69 | 0.19 |
| Hex | F | 31 | 53 | 52 | 29 | 0 | 43 | D2 | 45 | 13 |
| Octal | 17 | 61 | 123 | 122 | 51 | 0 | 103 | 322 | 105 | 23 |
| Binary | 1111 | 110001 | 1010011 | 1010010 | 101001 | 0 | 1000011 | 11010010 | 1000101 | 10011 |
Color Harmonies of #0F3153
Complementary color
Monochromatic Colors of #0F3153
Black with #0F3153
Text Example
Text Example
White with #0F3153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F3153; }
p { color: rgb(15,49,83); }
H1.HeaderClassName
{
color: #0F3153;
}
.AnyTagClassName
{
color: #0F3153;
}
</style>
background-color css
<style>
a { background-color: #0F3153; }
a { background-color: rgb(15,49,83); }
div.DivClassName
{
background-color: #0F3153;
}
.BgClassName
{
background-color: #0F3153;
}
</style>
border-color css
<style>
span { border-color: #0F3153; }
span { border-color: rgb(15,49,83); }
td.TdClassName
{
border-color: #0F3153;
}
.TagClassName
{
border-color: #0F3153;
}
</style>