Shades of Persian Blue #0F48C4
Tints of Persian Blue #0F48C4
RGB
CMYK
RGB Variations
Color information
#0F48C4 (or 0x0F48C4) is known color: Persian Blue. HEX triplet: 0F, 48 and C4. RGB value is (15,72,196). Sum of RGB (Red+Green+Blue) = 15+72+196=283 (37% of max value = 765). Red value is 15 (6.25% from 255 or 5.30% from 283); Green value is 72 (28.52% from 255 or 25.44% from 283); Blue value is 196 (76.95% from 255 or 69.26% from 283); Max value from RGB is 196 - color contains mainly: blue. Hex color #0F48C4 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0F48C4 is #F0B73B. Grayscale: #444444. Windows color (decimal): -15775548 or 12863503. OLE color: 12863503.
HSL color Cylindrical-coordinate representation of color #0F48C4: hue angle of 221.1º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0F48C4 is Cyan = 0.92, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 15 | 72 | 196 | - |
| CMYK | 0.92 | 0.63 | 0 | 0.23 |
| HSL | 221.11º | 0.86% | 0.41% | - |
| HSV(B) | 221.11º | 0.92% | 0.77% | - |
| XYZ | 12.48 | 8.72 | 53.25 | - |
| YUV | 69.09 | 199.62 | 89.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 72 | 196 | 0.92 | 0.63 | 0 | 0.23 | 221.11 | 0.86 | 0.41 |
| Hex | F | 48 | C4 | 5C | 3F | 0 | 17 | DD | 56 | 29 |
| Octal | 17 | 110 | 304 | 134 | 77 | 0 | 27 | 335 | 126 | 51 |
| Binary | 1111 | 1001000 | 11000100 | 1011100 | 111111 | 0 | 10111 | 11011101 | 1010110 | 101001 |
Color Harmonies of #0F48C4
Complementary color
Monochromatic Colors of #0F48C4
Black with #0F48C4
Text Example
Text Example
White with #0F48C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F48C4; }
p { color: rgb(15,72,196); }
H1.HeaderClassName
{
color: #0F48C4;
}
.AnyTagClassName
{
color: #0F48C4;
}
</style>
background-color css
<style>
a { background-color: #0F48C4; }
a { background-color: rgb(15,72,196); }
div.DivClassName
{
background-color: #0F48C4;
}
.BgClassName
{
background-color: #0F48C4;
}
</style>
border-color css
<style>
span { border-color: #0F48C4; }
span { border-color: rgb(15,72,196); }
td.TdClassName
{
border-color: #0F48C4;
}
.TagClassName
{
border-color: #0F48C4;
}
</style>