Shades of Persian Blue #0948CF
Tints of Persian Blue #0948CF
RGB
CMYK
RGB Variations
Color information
#0948CF (or 0x0948CF) is known color: Persian Blue. HEX triplet: 09, 48 and CF. RGB value is (9,72,207). Sum of RGB (Red+Green+Blue) = 9+72+207=288 (38% of max value = 765). Red value is 9 (3.91% from 255 or 3.12% from 288); Green value is 72 (28.52% from 255 or 25% from 288); Blue value is 207 (81.25% from 255 or 71.88% from 288); Max value from RGB is 207 - color contains mainly: blue. Hex color #0948CF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0948CF is #F6B730. Grayscale: #434343. Windows color (decimal): -16168753 or 13584393. OLE color: 13584393.
HSL color Cylindrical-coordinate representation of color #0948CF: hue angle of 220.91º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0948CF is Cyan = 0.96, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 9 | 72 | 207 | - |
| CMYK | 0.96 | 0.65 | 0 | 0.19 |
| HSL | 220.91º | 0.92% | 0.42% | - |
| HSV(B) | 220.91º | 0.96% | 0.81% | - |
| XYZ | 13.69 | 9.2 | 60.09 | - |
| YUV | 68.55 | 206.13 | 85.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 72 | 207 | 0.96 | 0.65 | 0 | 0.19 | 220.91 | 0.92 | 0.42 |
| Hex | 9 | 48 | CF | 60 | 41 | 0 | 13 | DD | 5C | 2A |
| Octal | 11 | 110 | 317 | 140 | 101 | 0 | 23 | 335 | 134 | 52 |
| Binary | 1001 | 1001000 | 11001111 | 1100000 | 1000001 | 0 | 10011 | 11011101 | 1011100 | 101010 |
Color Harmonies of #0948CF
Complementary color
Monochromatic Colors of #0948CF
Black with #0948CF
Text Example
Text Example
White with #0948CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0948CF; }
p { color: rgb(9,72,207); }
H1.HeaderClassName
{
color: #0948CF;
}
.AnyTagClassName
{
color: #0948CF;
}
</style>
background-color css
<style>
a { background-color: #0948CF; }
a { background-color: rgb(9,72,207); }
div.DivClassName
{
background-color: #0948CF;
}
.BgClassName
{
background-color: #0948CF;
}
</style>
border-color css
<style>
span { border-color: #0948CF; }
span { border-color: rgb(9,72,207); }
td.TdClassName
{
border-color: #0948CF;
}
.TagClassName
{
border-color: #0948CF;
}
</style>