Shades of Persian Blue #0F28BA
Tints of Persian Blue #0F28BA
RGB
CMYK
RGB Variations
Color information
#0F28BA (or 0x0F28BA) is known color: Persian Blue. HEX triplet: 0F, 28 and BA. RGB value is (15,40,186). Sum of RGB (Red+Green+Blue) = 15+40+186=241 (31% of max value = 765). Red value is 15 (6.25% from 255 or 6.22% from 241); Green value is 40 (16.02% from 255 or 16.60% from 241); Blue value is 186 (73.05% from 255 or 77.18% from 241); Max value from RGB is 186 - color contains mainly: blue. Hex color #0F28BA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0F28BA is #F0D745. Grayscale: #303030. Windows color (decimal): -15783750 or 12199951. OLE color: 12199951.
HSL color Cylindrical-coordinate representation of color #0F28BA: hue angle of 231.23º 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 #0F28BA is Cyan = 0.92, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 15 | 40 | 186 | - |
| CMYK | 0.92 | 0.78 | 0 | 0.27 |
| HSL | 231.23º | 0.85% | 0.39% | - |
| HSV(B) | 231.23º | 0.92% | 0.73% | - |
| XYZ | 9.82 | 5.16 | 46.93 | - |
| YUV | 49.17 | 205.22 | 103.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 40 | 186 | 0.92 | 0.78 | 0 | 0.27 | 231.23 | 0.85 | 0.39 |
| Hex | F | 28 | BA | 5C | 4E | 0 | 1B | E7 | 55 | 27 |
| Octal | 17 | 50 | 272 | 134 | 116 | 0 | 33 | 347 | 125 | 47 |
| Binary | 1111 | 101000 | 10111010 | 1011100 | 1001110 | 0 | 11011 | 11100111 | 1010101 | 100111 |
Color Harmonies of #0F28BA
Complementary color
Monochromatic Colors of #0F28BA
Black with #0F28BA
Text Example
Text Example
White with #0F28BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F28BA; }
p { color: rgb(15,40,186); }
H1.HeaderClassName
{
color: #0F28BA;
}
.AnyTagClassName
{
color: #0F28BA;
}
</style>
background-color css
<style>
a { background-color: #0F28BA; }
a { background-color: rgb(15,40,186); }
div.DivClassName
{
background-color: #0F28BA;
}
.BgClassName
{
background-color: #0F28BA;
}
</style>
border-color css
<style>
span { border-color: #0F28BA; }
span { border-color: rgb(15,40,186); }
td.TdClassName
{
border-color: #0F28BA;
}
.TagClassName
{
border-color: #0F28BA;
}
</style>