Shades of Persian Blue #0F45DD
Tints of Persian Blue #0F45DD
RGB
CMYK
RGB Variations
Color information
#0F45DD (or 0x0F45DD) is known color: Persian Blue. HEX triplet: 0F, 45 and DD. RGB value is (15,69,221). Sum of RGB (Red+Green+Blue) = 15+69+221=305 (40% of max value = 765). Red value is 15 (6.25% from 255 or 4.92% from 305); Green value is 69 (27.34% from 255 or 22.62% from 305); Blue value is 221 (86.72% from 255 or 72.46% from 305); Max value from RGB is 221 - color contains mainly: blue. Hex color #0F45DD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0F45DD is #F0BA22. Grayscale: #454545. Windows color (decimal): -15776291 or 14501135. OLE color: 14501135.
HSL color Cylindrical-coordinate representation of color #0F45DD: hue angle of 224.27º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0F45DD is Cyan = 0.93, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 15 | 69 | 221 | - |
| CMYK | 0.93 | 0.69 | 0 | 0.13 |
| HSL | 224.27º | 0.87% | 0.46% | - |
| HSV(B) | 224.27º | 0.93% | 0.87% | - |
| XYZ | 15.38 | 9.58 | 69.44 | - |
| YUV | 70.18 | 213.11 | 88.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 69 | 221 | 0.93 | 0.69 | 0 | 0.13 | 224.27 | 0.87 | 0.46 |
| Hex | F | 45 | DD | 5D | 45 | 0 | D | E0 | 57 | 2E |
| Octal | 17 | 105 | 335 | 135 | 105 | 0 | 15 | 340 | 127 | 56 |
| Binary | 1111 | 1000101 | 11011101 | 1011101 | 1000101 | 0 | 1101 | 11100000 | 1010111 | 101110 |
Color Harmonies of #0F45DD
Complementary color
Monochromatic Colors of #0F45DD
Black with #0F45DD
Text Example
Text Example
White with #0F45DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F45DD; }
p { color: rgb(15,69,221); }
H1.HeaderClassName
{
color: #0F45DD;
}
.AnyTagClassName
{
color: #0F45DD;
}
</style>
background-color css
<style>
a { background-color: #0F45DD; }
a { background-color: rgb(15,69,221); }
div.DivClassName
{
background-color: #0F45DD;
}
.BgClassName
{
background-color: #0F45DD;
}
</style>
border-color css
<style>
span { border-color: #0F45DD; }
span { border-color: rgb(15,69,221); }
td.TdClassName
{
border-color: #0F45DD;
}
.TagClassName
{
border-color: #0F45DD;
}
</style>