Shades of Persian Blue #0947CF
Tints of Persian Blue #0947CF
RGB
CMYK
RGB Variations
Color information
#0947CF (or 0x0947CF) is known color: Persian Blue. HEX triplet: 09, 47 and CF. RGB value is (9,71,207). Sum of RGB (Red+Green+Blue) = 9+71+207=287 (38% of max value = 765). Red value is 9 (3.91% from 255 or 3.14% from 287); Green value is 71 (28.12% from 255 or 24.74% from 287); Blue value is 207 (81.25% from 255 or 72.13% from 287); Max value from RGB is 207 - color contains mainly: blue. Hex color #0947CF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0947CF is #F6B830. Grayscale: #434343. Windows color (decimal): -16169009 or 13584137. OLE color: 13584137.
HSL color Cylindrical-coordinate representation of color #0947CF: hue angle of 221.21º 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 #0947CF is Cyan = 0.96, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 9 | 71 | 207 | - |
| CMYK | 0.96 | 0.66 | 0 | 0.19 |
| HSL | 221.21º | 0.92% | 0.42% | - |
| HSV(B) | 221.21º | 0.96% | 0.81% | - |
| XYZ | 13.63 | 9.07 | 60.06 | - |
| YUV | 67.97 | 206.46 | 85.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 71 | 207 | 0.96 | 0.66 | 0 | 0.19 | 221.21 | 0.92 | 0.42 |
| Hex | 9 | 47 | CF | 60 | 42 | 0 | 13 | DD | 5C | 2A |
| Octal | 11 | 107 | 317 | 140 | 102 | 0 | 23 | 335 | 134 | 52 |
| Binary | 1001 | 1000111 | 11001111 | 1100000 | 1000010 | 0 | 10011 | 11011101 | 1011100 | 101010 |
Color Harmonies of #0947CF
Complementary color
Monochromatic Colors of #0947CF
Black with #0947CF
Text Example
Text Example
White with #0947CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0947CF; }
p { color: rgb(9,71,207); }
H1.HeaderClassName
{
color: #0947CF;
}
.AnyTagClassName
{
color: #0947CF;
}
</style>
background-color css
<style>
a { background-color: #0947CF; }
a { background-color: rgb(9,71,207); }
div.DivClassName
{
background-color: #0947CF;
}
.BgClassName
{
background-color: #0947CF;
}
</style>
border-color css
<style>
span { border-color: #0947CF; }
span { border-color: rgb(9,71,207); }
td.TdClassName
{
border-color: #0947CF;
}
.TagClassName
{
border-color: #0947CF;
}
</style>