Shades of Persian Blue #0F46C0
Tints of Persian Blue #0F46C0
RGB
CMYK
RGB Variations
Color information
#0F46C0 (or 0x0F46C0) is known color: Persian Blue. HEX triplet: 0F, 46 and C0. RGB value is (15,70,192). Sum of RGB (Red+Green+Blue) = 15+70+192=277 (36% of max value = 765). Red value is 15 (6.25% from 255 or 5.42% from 277); Green value is 70 (27.73% from 255 or 25.27% from 277); Blue value is 192 (75.39% from 255 or 69.31% from 277); Max value from RGB is 192 - color contains mainly: blue. Hex color #0F46C0 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0F46C0 is #F0B93F. Grayscale: #424242. Windows color (decimal): -15776064 or 12600847. OLE color: 12600847.
HSL color Cylindrical-coordinate representation of color #0F46C0: hue angle of 221.36º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0F46C0 is Cyan = 0.92, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 15 | 70 | 192 | - |
| CMYK | 0.92 | 0.64 | 0 | 0.25 |
| HSL | 221.36º | 0.86% | 0.41% | - |
| HSV(B) | 221.36º | 0.92% | 0.75% | - |
| XYZ | 11.9 | 8.29 | 50.84 | - |
| YUV | 67.46 | 198.28 | 90.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 70 | 192 | 0.92 | 0.64 | 0 | 0.25 | 221.36 | 0.86 | 0.41 |
| Hex | F | 46 | C0 | 5C | 40 | 0 | 19 | DD | 56 | 29 |
| Octal | 17 | 106 | 300 | 134 | 100 | 0 | 31 | 335 | 126 | 51 |
| Binary | 1111 | 1000110 | 11000000 | 1011100 | 1000000 | 0 | 11001 | 11011101 | 1010110 | 101001 |
Color Harmonies of #0F46C0
Complementary color
Monochromatic Colors of #0F46C0
Black with #0F46C0
Text Example
Text Example
White with #0F46C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F46C0; }
p { color: rgb(15,70,192); }
H1.HeaderClassName
{
color: #0F46C0;
}
.AnyTagClassName
{
color: #0F46C0;
}
</style>
background-color css
<style>
a { background-color: #0F46C0; }
a { background-color: rgb(15,70,192); }
div.DivClassName
{
background-color: #0F46C0;
}
.BgClassName
{
background-color: #0F46C0;
}
</style>
border-color css
<style>
span { border-color: #0F46C0; }
span { border-color: rgb(15,70,192); }
td.TdClassName
{
border-color: #0F46C0;
}
.TagClassName
{
border-color: #0F46C0;
}
</style>