Shades of Regal Blue #0F3C60
Tints of Regal Blue #0F3C60
RGB
CMYK
RGB Variations
Color information
#0F3C60 (or 0x0F3C60) is known color: Regal Blue. HEX triplet: 0F, 3C and 60. RGB value is (15,60,96). Sum of RGB (Red+Green+Blue) = 15+60+96=171 (22% of max value = 765). Red value is 15 (6.25% from 255 or 8.77% from 171); Green value is 60 (23.83% from 255 or 35.09% from 171); Blue value is 96 (37.89% from 255 or 56.14% from 171); Max value from RGB is 96 - color contains mainly: blue. Hex color #0F3C60 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0F3C60 is #F0C39F. Grayscale: #323232. Windows color (decimal): -15778720 or 6306831. OLE color: 6306831.
HSL color Cylindrical-coordinate representation of color #0F3C60: hue angle of 206.67º 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 #0F3C60 is Cyan = 0.84, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 15 | 60 | 96 | - |
| CMYK | 0.84 | 0.38 | 0 | 0.62 |
| HSL | 206.67º | 0.73% | 0.22% | - |
| HSV(B) | 206.67º | 0.84% | 0.38% | - |
| XYZ | 3.92 | 4.18 | 11.67 | - |
| YUV | 50.65 | 153.59 | 102.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 60 | 96 | 0.84 | 0.38 | 0 | 0.62 | 206.67 | 0.73 | 0.22 |
| Hex | F | 3C | 60 | 54 | 26 | 0 | 3E | CF | 49 | 16 |
| Octal | 17 | 74 | 140 | 124 | 46 | 0 | 76 | 317 | 111 | 26 |
| Binary | 1111 | 111100 | 1100000 | 1010100 | 100110 | 0 | 111110 | 11001111 | 1001001 | 10110 |
Color Harmonies of #0F3C60
Complementary color
Monochromatic Colors of #0F3C60
Black with #0F3C60
Text Example
Text Example
White with #0F3C60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F3C60; }
p { color: rgb(15,60,96); }
H1.HeaderClassName
{
color: #0F3C60;
}
.AnyTagClassName
{
color: #0F3C60;
}
</style>
background-color css
<style>
a { background-color: #0F3C60; }
a { background-color: rgb(15,60,96); }
div.DivClassName
{
background-color: #0F3C60;
}
.BgClassName
{
background-color: #0F3C60;
}
</style>
border-color css
<style>
span { border-color: #0F3C60; }
span { border-color: rgb(15,60,96); }
td.TdClassName
{
border-color: #0F3C60;
}
.TagClassName
{
border-color: #0F3C60;
}
</style>