Shades of Persian Blue #0F44C1
Tints of Persian Blue #0F44C1
RGB
CMYK
RGB Variations
Color information
#0F44C1 (or 0x0F44C1) is known color: Persian Blue. HEX triplet: 0F, 44 and C1. RGB value is (15,68,193). Sum of RGB (Red+Green+Blue) = 15+68+193=276 (36% of max value = 765). Red value is 15 (6.25% from 255 or 5.43% from 276); Green value is 68 (26.95% from 255 or 24.64% from 276); Blue value is 193 (75.78% from 255 or 69.93% from 276); Max value from RGB is 193 - color contains mainly: blue. Hex color #0F44C1 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0F44C1 is #F0BB3E. Grayscale: #414141. Windows color (decimal): -15776575 or 12665871. OLE color: 12665871.
HSL color Cylindrical-coordinate representation of color #0F44C1: hue angle of 222.13º 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 #0F44C1 is Cyan = 0.92, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 15 | 68 | 193 | - |
| CMYK | 0.92 | 0.65 | 0 | 0.24 |
| HSL | 222.13º | 0.86% | 0.41% | - |
| HSV(B) | 222.13º | 0.92% | 0.76% | - |
| XYZ | 11.89 | 8.09 | 51.39 | - |
| YUV | 66.4 | 199.44 | 91.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 68 | 193 | 0.92 | 0.65 | 0 | 0.24 | 222.13 | 0.86 | 0.41 |
| Hex | F | 44 | C1 | 5C | 41 | 0 | 18 | DE | 56 | 29 |
| Octal | 17 | 104 | 301 | 134 | 101 | 0 | 30 | 336 | 126 | 51 |
| Binary | 1111 | 1000100 | 11000001 | 1011100 | 1000001 | 0 | 11000 | 11011110 | 1010110 | 101001 |
Color Harmonies of #0F44C1
Complementary color
Monochromatic Colors of #0F44C1
Black with #0F44C1
Text Example
Text Example
White with #0F44C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F44C1; }
p { color: rgb(15,68,193); }
H1.HeaderClassName
{
color: #0F44C1;
}
.AnyTagClassName
{
color: #0F44C1;
}
</style>
background-color css
<style>
a { background-color: #0F44C1; }
a { background-color: rgb(15,68,193); }
div.DivClassName
{
background-color: #0F44C1;
}
.BgClassName
{
background-color: #0F44C1;
}
</style>
border-color css
<style>
span { border-color: #0F44C1; }
span { border-color: rgb(15,68,193); }
td.TdClassName
{
border-color: #0F44C1;
}
.TagClassName
{
border-color: #0F44C1;
}
</style>