Shades of Persian Blue #0929D9
Tints of Persian Blue #0929D9
RGB
CMYK
RGB Variations
Color information
#0929D9 (or 0x0929D9) is known color: Persian Blue. HEX triplet: 09, 29 and D9. RGB value is (9,41,217). Sum of RGB (Red+Green+Blue) = 9+41+217=267 (35% of max value = 765). Red value is 9 (3.91% from 255 or 3.37% from 267); Green value is 41 (16.41% from 255 or 15.36% from 267); Blue value is 217 (85.16% from 255 or 81.27% from 267); Max value from RGB is 217 - color contains mainly: blue. Hex color #0929D9 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0929D9 is #F6D626. Grayscale: #323232. Windows color (decimal): -16176679 or 14231817. OLE color: 14231817.
HSL color Cylindrical-coordinate representation of color #0929D9: hue angle of 230.77º degrees, saturation: 0.92, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0929D9 is Cyan = 0.96, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 9 | 41 | 217 | - |
| CMYK | 0.96 | 0.81 | 0 | 0.15 |
| HSL | 230.77º | 0.92% | 0.44% | - |
| HSV(B) | 230.77º | 0.96% | 0.85% | - |
| XYZ | 13.43 | 6.65 | 66.22 | - |
| YUV | 51.5 | 221.4 | 97.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 41 | 217 | 0.96 | 0.81 | 0 | 0.15 | 230.77 | 0.92 | 0.44 |
| Hex | 9 | 29 | D9 | 60 | 51 | 0 | F | E7 | 5C | 2C |
| Octal | 11 | 51 | 331 | 140 | 121 | 0 | 17 | 347 | 134 | 54 |
| Binary | 1001 | 101001 | 11011001 | 1100000 | 1010001 | 0 | 1111 | 11100111 | 1011100 | 101100 |
Color Harmonies of #0929D9
Complementary color
Monochromatic Colors of #0929D9
Black with #0929D9
Text Example
Text Example
White with #0929D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0929D9; }
p { color: rgb(9,41,217); }
H1.HeaderClassName
{
color: #0929D9;
}
.AnyTagClassName
{
color: #0929D9;
}
</style>
background-color css
<style>
a { background-color: #0929D9; }
a { background-color: rgb(9,41,217); }
div.DivClassName
{
background-color: #0929D9;
}
.BgClassName
{
background-color: #0929D9;
}
</style>
border-color css
<style>
span { border-color: #0929D9; }
span { border-color: rgb(9,41,217); }
td.TdClassName
{
border-color: #0929D9;
}
.TagClassName
{
border-color: #0929D9;
}
</style>