Shades of Persian Blue #0F2CC1
Tints of Persian Blue #0F2CC1
RGB
CMYK
RGB Variations
Color information
#0F2CC1 (or 0x0F2CC1) is known color: Persian Blue. HEX triplet: 0F, 2C and C1. RGB value is (15,44,193). Sum of RGB (Red+Green+Blue) = 15+44+193=252 (33% of max value = 765). Red value is 15 (6.25% from 255 or 5.95% from 252); Green value is 44 (17.58% from 255 or 17.46% from 252); Blue value is 193 (75.78% from 255 or 76.59% from 252); Max value from RGB is 193 - color contains mainly: blue. Hex color #0F2CC1 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0F2CC1 is #F0D33E. Grayscale: #333333. Windows color (decimal): -15782719 or 12659727. OLE color: 12659727.
HSL color Cylindrical-coordinate representation of color #0F2CC1: hue angle of 230.22º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0F2CC1 is Cyan = 0.92, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 15 | 44 | 193 | - |
| CMYK | 0.92 | 0.77 | 0 | 0.24 |
| HSL | 230.22º | 0.86% | 0.41% | - |
| HSV(B) | 230.22º | 0.92% | 0.76% | - |
| XYZ | 10.72 | 5.75 | 51 | - |
| YUV | 52.32 | 207.39 | 101.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 44 | 193 | 0.92 | 0.77 | 0 | 0.24 | 230.22 | 0.86 | 0.41 |
| Hex | F | 2C | C1 | 5C | 4D | 0 | 18 | E6 | 56 | 29 |
| Octal | 17 | 54 | 301 | 134 | 115 | 0 | 30 | 346 | 126 | 51 |
| Binary | 1111 | 101100 | 11000001 | 1011100 | 1001101 | 0 | 11000 | 11100110 | 1010110 | 101001 |
Color Harmonies of #0F2CC1
Complementary color
Monochromatic Colors of #0F2CC1
Black with #0F2CC1
Text Example
Text Example
White with #0F2CC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F2CC1; }
p { color: rgb(15,44,193); }
H1.HeaderClassName
{
color: #0F2CC1;
}
.AnyTagClassName
{
color: #0F2CC1;
}
</style>
background-color css
<style>
a { background-color: #0F2CC1; }
a { background-color: rgb(15,44,193); }
div.DivClassName
{
background-color: #0F2CC1;
}
.BgClassName
{
background-color: #0F2CC1;
}
</style>
border-color css
<style>
span { border-color: #0F2CC1; }
span { border-color: rgb(15,44,193); }
td.TdClassName
{
border-color: #0F2CC1;
}
.TagClassName
{
border-color: #0F2CC1;
}
</style>