Shades of Regal Blue #0F3D60
Tints of Regal Blue #0F3D60
RGB
CMYK
RGB Variations
Color information
#0F3D60 (or 0x0F3D60) is known color: Regal Blue. HEX triplet: 0F, 3D and 60. RGB value is (15,61,96). Sum of RGB (Red+Green+Blue) = 15+61+96=172 (22% of max value = 765). Red value is 15 (6.25% from 255 or 8.72% from 172); Green value is 61 (24.22% from 255 or 35.47% from 172); Blue value is 96 (37.89% from 255 or 55.81% from 172); Max value from RGB is 96 - color contains mainly: blue. Hex color #0F3D60 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0F3D60 is #F0C29F. Grayscale: #333333. Windows color (decimal): -15778464 or 6307087. OLE color: 6307087.
HSL color Cylindrical-coordinate representation of color #0F3D60: hue angle of 205.93º degrees, saturation: 0.73, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0F3D60 is Cyan = 0.84, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 15 | 61 | 96 | - |
| CMYK | 0.84 | 0.36 | 0 | 0.62 |
| HSL | 205.93º | 0.73% | 0.22% | - |
| HSV(B) | 205.93º | 0.84% | 0.38% | - |
| XYZ | 3.98 | 4.28 | 11.68 | - |
| YUV | 51.24 | 153.26 | 102.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 61 | 96 | 0.84 | 0.36 | 0 | 0.62 | 205.93 | 0.73 | 0.22 |
| Hex | F | 3D | 60 | 54 | 24 | 0 | 3E | CE | 49 | 16 |
| Octal | 17 | 75 | 140 | 124 | 44 | 0 | 76 | 316 | 111 | 26 |
| Binary | 1111 | 111101 | 1100000 | 1010100 | 100100 | 0 | 111110 | 11001110 | 1001001 | 10110 |
Color Harmonies of #0F3D60
Complementary color
Monochromatic Colors of #0F3D60
Black with #0F3D60
Text Example
Text Example
White with #0F3D60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F3D60; }
p { color: rgb(15,61,96); }
H1.HeaderClassName
{
color: #0F3D60;
}
.AnyTagClassName
{
color: #0F3D60;
}
</style>
background-color css
<style>
a { background-color: #0F3D60; }
a { background-color: rgb(15,61,96); }
div.DivClassName
{
background-color: #0F3D60;
}
.BgClassName
{
background-color: #0F3D60;
}
</style>
border-color css
<style>
span { border-color: #0F3D60; }
span { border-color: rgb(15,61,96); }
td.TdClassName
{
border-color: #0F3D60;
}
.TagClassName
{
border-color: #0F3D60;
}
</style>