Shades of Persian Blue #0F3FCD
Tints of Persian Blue #0F3FCD
RGB
CMYK
RGB Variations
Color information
#0F3FCD (or 0x0F3FCD) is known color: Persian Blue. HEX triplet: 0F, 3F and CD. RGB value is (15,63,205). Sum of RGB (Red+Green+Blue) = 15+63+205=283 (37% of max value = 765). Red value is 15 (6.25% from 255 or 5.30% from 283); Green value is 63 (25% from 255 or 22.26% from 283); Blue value is 205 (80.47% from 255 or 72.44% from 283); Max value from RGB is 205 - color contains mainly: blue. Hex color #0F3FCD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0F3FCD is #F0C032. Grayscale: #404040. Windows color (decimal): -15777843 or 13451023. OLE color: 13451023.
HSL color Cylindrical-coordinate representation of color #0F3FCD: hue angle of 224.84º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0F3FCD is Cyan = 0.93, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 15 | 63 | 205 | - |
| CMYK | 0.93 | 0.69 | 0 | 0.20 |
| HSL | 224.84º | 0.86% | 0.43% | - |
| HSV(B) | 224.84º | 0.93% | 0.8% | - |
| XYZ | 12.99 | 8.06 | 58.63 | - |
| YUV | 64.84 | 207.1 | 92.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 63 | 205 | 0.93 | 0.69 | 0 | 0.20 | 224.84 | 0.86 | 0.43 |
| Hex | F | 3F | CD | 5D | 45 | 0 | 14 | E1 | 56 | 2B |
| Octal | 17 | 77 | 315 | 135 | 105 | 0 | 24 | 341 | 126 | 53 |
| Binary | 1111 | 111111 | 11001101 | 1011101 | 1000101 | 0 | 10100 | 11100001 | 1010110 | 101011 |
Color Harmonies of #0F3FCD
Complementary color
Monochromatic Colors of #0F3FCD
Black with #0F3FCD
Text Example
Text Example
White with #0F3FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F3FCD; }
p { color: rgb(15,63,205); }
H1.HeaderClassName
{
color: #0F3FCD;
}
.AnyTagClassName
{
color: #0F3FCD;
}
</style>
background-color css
<style>
a { background-color: #0F3FCD; }
a { background-color: rgb(15,63,205); }
div.DivClassName
{
background-color: #0F3FCD;
}
.BgClassName
{
background-color: #0F3FCD;
}
</style>
border-color css
<style>
span { border-color: #0F3FCD; }
span { border-color: rgb(15,63,205); }
td.TdClassName
{
border-color: #0F3FCD;
}
.TagClassName
{
border-color: #0F3FCD;
}
</style>