Shades of Regal Blue #0F4161
Tints of Regal Blue #0F4161
RGB
CMYK
RGB Variations
Color information
#0F4161 (or 0x0F4161) is known color: Regal Blue. HEX triplet: 0F, 41 and 61. RGB value is (15,65,97). Sum of RGB (Red+Green+Blue) = 15+65+97=177 (23% of max value = 765). Red value is 15 (6.25% from 255 or 8.47% from 177); Green value is 65 (25.78% from 255 or 36.72% from 177); Blue value is 97 (38.28% from 255 or 54.80% from 177); Max value from RGB is 97 - color contains mainly: blue. Hex color #0F4161 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0F4161 is #F0BE9E. Grayscale: #353535. Windows color (decimal): -15777439 or 6373647. OLE color: 6373647.
HSL color Cylindrical-coordinate representation of color #0F4161: hue angle of 203.41º degrees, saturation: 0.73, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0F4161 is Cyan = 0.85, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 15 | 65 | 97 | - |
| CMYK | 0.85 | 0.33 | 0 | 0.62 |
| HSL | 203.41º | 0.73% | 0.22% | - |
| HSV(B) | 203.41º | 0.85% | 0.38% | - |
| XYZ | 4.24 | 4.75 | 12 | - |
| YUV | 53.7 | 152.44 | 100.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 65 | 97 | 0.85 | 0.33 | 0 | 0.62 | 203.41 | 0.73 | 0.22 |
| Hex | F | 41 | 61 | 55 | 21 | 0 | 3E | CB | 49 | 16 |
| Octal | 17 | 101 | 141 | 125 | 41 | 0 | 76 | 313 | 111 | 26 |
| Binary | 1111 | 1000001 | 1100001 | 1010101 | 100001 | 0 | 111110 | 11001011 | 1001001 | 10110 |
Color Harmonies of #0F4161
Complementary color
Monochromatic Colors of #0F4161
Black with #0F4161
Text Example
Text Example
White with #0F4161
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F4161; }
p { color: rgb(15,65,97); }
H1.HeaderClassName
{
color: #0F4161;
}
.AnyTagClassName
{
color: #0F4161;
}
</style>
background-color css
<style>
a { background-color: #0F4161; }
a { background-color: rgb(15,65,97); }
div.DivClassName
{
background-color: #0F4161;
}
.BgClassName
{
background-color: #0F4161;
}
</style>
border-color css
<style>
span { border-color: #0F4161; }
span { border-color: rgb(15,65,97); }
td.TdClassName
{
border-color: #0F4161;
}
.TagClassName
{
border-color: #0F4161;
}
</style>