Shades of Persian Blue #0F1FCB
Tints of Persian Blue #0F1FCB
RGB
CMYK
RGB Variations
Color information
#0F1FCB (or 0x0F1FCB) is known color: Persian Blue. HEX triplet: 0F, 1F and CB. RGB value is (15,31,203). Sum of RGB (Red+Green+Blue) = 15+31+203=249 (32% of max value = 765). Red value is 15 (6.25% from 255 or 6.02% from 249); Green value is 31 (12.5% from 255 or 12.45% from 249); Blue value is 203 (79.69% from 255 or 81.53% from 249); Max value from RGB is 203 - color contains mainly: blue. Hex color #0F1FCB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0F1FCB is #F0E034. Grayscale: #2D2D2D. Windows color (decimal): -15786037 or 13311759. OLE color: 13311759.
HSL color Cylindrical-coordinate representation of color #0F1FCB: hue angle of 234.89º 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 #0F1FCB is Cyan = 0.93, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 15 | 31 | 203 | - |
| CMYK | 0.93 | 0.85 | 0 | 0.20 |
| HSL | 234.89º | 0.86% | 0.43% | - |
| HSV(B) | 234.89º | 0.93% | 0.8% | - |
| XYZ | 11.47 | 5.39 | 56.94 | - |
| YUV | 45.82 | 216.7 | 106.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 31 | 203 | 0.93 | 0.85 | 0 | 0.20 | 234.89 | 0.86 | 0.43 |
| Hex | F | 1F | CB | 5D | 55 | 0 | 14 | EB | 56 | 2B |
| Octal | 17 | 37 | 313 | 135 | 125 | 0 | 24 | 353 | 126 | 53 |
| Binary | 1111 | 11111 | 11001011 | 1011101 | 1010101 | 0 | 10100 | 11101011 | 1010110 | 101011 |
Color Harmonies of #0F1FCB
Complementary color
Monochromatic Colors of #0F1FCB
Black with #0F1FCB
Text Example
Text Example
White with #0F1FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F1FCB; }
p { color: rgb(15,31,203); }
H1.HeaderClassName
{
color: #0F1FCB;
}
.AnyTagClassName
{
color: #0F1FCB;
}
</style>
background-color css
<style>
a { background-color: #0F1FCB; }
a { background-color: rgb(15,31,203); }
div.DivClassName
{
background-color: #0F1FCB;
}
.BgClassName
{
background-color: #0F1FCB;
}
</style>
border-color css
<style>
span { border-color: #0F1FCB; }
span { border-color: rgb(15,31,203); }
td.TdClassName
{
border-color: #0F1FCB;
}
.TagClassName
{
border-color: #0F1FCB;
}
</style>