Shades of Persian Blue #0F43BA
Tints of Persian Blue #0F43BA
RGB
CMYK
RGB Variations
Color information
#0F43BA (or 0x0F43BA) is known color: Persian Blue. HEX triplet: 0F, 43 and BA. RGB value is (15,67,186). Sum of RGB (Red+Green+Blue) = 15+67+186=268 (35% of max value = 765). Red value is 15 (6.25% from 255 or 5.60% from 268); Green value is 67 (26.56% from 255 or 25% from 268); Blue value is 186 (73.05% from 255 or 69.40% from 268); Max value from RGB is 186 - color contains mainly: blue. Hex color #0F43BA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0F43BA is #F0BC45. Grayscale: #404040. Windows color (decimal): -15776838 or 12206863. OLE color: 12206863.
HSL color Cylindrical-coordinate representation of color #0F43BA: hue angle of 221.75º degrees, saturation: 0.85, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0F43BA is Cyan = 0.92, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 15 | 67 | 186 | - |
| CMYK | 0.92 | 0.64 | 0 | 0.27 |
| HSL | 221.75º | 0.85% | 0.39% | - |
| HSV(B) | 221.75º | 0.92% | 0.73% | - |
| XYZ | 11.07 | 7.66 | 47.35 | - |
| YUV | 65.02 | 196.27 | 92.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 67 | 186 | 0.92 | 0.64 | 0 | 0.27 | 221.75 | 0.85 | 0.39 |
| Hex | F | 43 | BA | 5C | 40 | 0 | 1B | DE | 55 | 27 |
| Octal | 17 | 103 | 272 | 134 | 100 | 0 | 33 | 336 | 125 | 47 |
| Binary | 1111 | 1000011 | 10111010 | 1011100 | 1000000 | 0 | 11011 | 11011110 | 1010101 | 100111 |
Color Harmonies of #0F43BA
Complementary color
Monochromatic Colors of #0F43BA
Black with #0F43BA
Text Example
Text Example
White with #0F43BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F43BA; }
p { color: rgb(15,67,186); }
H1.HeaderClassName
{
color: #0F43BA;
}
.AnyTagClassName
{
color: #0F43BA;
}
</style>
background-color css
<style>
a { background-color: #0F43BA; }
a { background-color: rgb(15,67,186); }
div.DivClassName
{
background-color: #0F43BA;
}
.BgClassName
{
background-color: #0F43BA;
}
</style>
border-color css
<style>
span { border-color: #0F43BA; }
span { border-color: rgb(15,67,186); }
td.TdClassName
{
border-color: #0F43BA;
}
.TagClassName
{
border-color: #0F43BA;
}
</style>