Shades of Persian Blue #0929CF
Tints of Persian Blue #0929CF
RGB
CMYK
RGB Variations
Color information
#0929CF (or 0x0929CF) is known color: Persian Blue. HEX triplet: 09, 29 and CF. RGB value is (9,41,207). Sum of RGB (Red+Green+Blue) = 9+41+207=257 (34% of max value = 765). Red value is 9 (3.91% from 255 or 3.50% from 257); Green value is 41 (16.41% from 255 or 15.95% from 257); Blue value is 207 (81.25% from 255 or 80.54% from 257); Max value from RGB is 207 - color contains mainly: blue. Hex color #0929CF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0929CF is #F6D630. Grayscale: #313131. Windows color (decimal): -16176689 or 13576457. OLE color: 13576457.
HSL color Cylindrical-coordinate representation of color #0929CF: hue angle of 230.3º 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 #0929CF is Cyan = 0.96, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 9 | 41 | 207 | - |
| CMYK | 0.96 | 0.80 | 0 | 0.19 |
| HSL | 230.3º | 0.92% | 0.42% | - |
| HSV(B) | 230.3º | 0.96% | 0.81% | - |
| XYZ | 12.17 | 6.15 | 59.58 | - |
| YUV | 50.36 | 216.4 | 98.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 41 | 207 | 0.96 | 0.80 | 0 | 0.19 | 230.3 | 0.92 | 0.42 |
| Hex | 9 | 29 | CF | 60 | 50 | 0 | 13 | E6 | 5C | 2A |
| Octal | 11 | 51 | 317 | 140 | 120 | 0 | 23 | 346 | 134 | 52 |
| Binary | 1001 | 101001 | 11001111 | 1100000 | 1010000 | 0 | 10011 | 11100110 | 1011100 | 101010 |
Color Harmonies of #0929CF
Complementary color
Monochromatic Colors of #0929CF
Black with #0929CF
Text Example
Text Example
White with #0929CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0929CF; }
p { color: rgb(9,41,207); }
H1.HeaderClassName
{
color: #0929CF;
}
.AnyTagClassName
{
color: #0929CF;
}
</style>
background-color css
<style>
a { background-color: #0929CF; }
a { background-color: rgb(9,41,207); }
div.DivClassName
{
background-color: #0929CF;
}
.BgClassName
{
background-color: #0929CF;
}
</style>
border-color css
<style>
span { border-color: #0929CF; }
span { border-color: rgb(9,41,207); }
td.TdClassName
{
border-color: #0929CF;
}
.TagClassName
{
border-color: #0929CF;
}
</style>