Shades of Persian Blue #0F44BD
Tints of Persian Blue #0F44BD
RGB
CMYK
RGB Variations
Color information
#0F44BD (or 0x0F44BD) is known color: Persian Blue. HEX triplet: 0F, 44 and BD. RGB value is (15,68,189). Sum of RGB (Red+Green+Blue) = 15+68+189=272 (36% of max value = 765). Red value is 15 (6.25% from 255 or 5.51% from 272); Green value is 68 (26.95% from 255 or 25% from 272); Blue value is 189 (74.22% from 255 or 69.49% from 272); Max value from RGB is 189 - color contains mainly: blue. Hex color #0F44BD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0F44BD is #F0BB42. Grayscale: #414141. Windows color (decimal): -15776579 or 12403727. OLE color: 12403727.
HSL color Cylindrical-coordinate representation of color #0F44BD: hue angle of 221.72º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0F44BD is Cyan = 0.92, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 15 | 68 | 189 | - |
| CMYK | 0.92 | 0.64 | 0 | 0.26 |
| HSL | 221.72º | 0.85% | 0.4% | - |
| HSV(B) | 221.72º | 0.92% | 0.74% | - |
| XYZ | 11.45 | 7.91 | 49.07 | - |
| YUV | 65.95 | 197.44 | 91.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 68 | 189 | 0.92 | 0.64 | 0 | 0.26 | 221.72 | 0.85 | 0.4 |
| Hex | F | 44 | BD | 5C | 40 | 0 | 1A | DE | 55 | 28 |
| Octal | 17 | 104 | 275 | 134 | 100 | 0 | 32 | 336 | 125 | 50 |
| Binary | 1111 | 1000100 | 10111101 | 1011100 | 1000000 | 0 | 11010 | 11011110 | 1010101 | 101000 |
Color Harmonies of #0F44BD
Complementary color
Monochromatic Colors of #0F44BD
Black with #0F44BD
Text Example
Text Example
White with #0F44BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F44BD; }
p { color: rgb(15,68,189); }
H1.HeaderClassName
{
color: #0F44BD;
}
.AnyTagClassName
{
color: #0F44BD;
}
</style>
background-color css
<style>
a { background-color: #0F44BD; }
a { background-color: rgb(15,68,189); }
div.DivClassName
{
background-color: #0F44BD;
}
.BgClassName
{
background-color: #0F44BD;
}
</style>
border-color css
<style>
span { border-color: #0F44BD; }
span { border-color: rgb(15,68,189); }
td.TdClassName
{
border-color: #0F44BD;
}
.TagClassName
{
border-color: #0F44BD;
}
</style>