Shades of Persian Blue #092DC9
Tints of Persian Blue #092DC9
RGB
CMYK
RGB Variations
Color information
#092DC9 (or 0x092DC9) is known color: Persian Blue. HEX triplet: 09, 2D and C9. RGB value is (9,45,201). Sum of RGB (Red+Green+Blue) = 9+45+201=255 (33% of max value = 765). Red value is 9 (3.91% from 255 or 3.53% from 255); Green value is 45 (17.97% from 255 or 17.65% from 255); Blue value is 201 (78.91% from 255 or 78.82% from 255); Max value from RGB is 201 - color contains mainly: blue. Hex color #092DC9 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #092DC9 is #F6D236. Grayscale: #333333. Windows color (decimal): -16175671 or 13184265. OLE color: 13184265.
HSL color Cylindrical-coordinate representation of color #092DC9: hue angle of 228.75º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #092DC9 is Cyan = 0.96, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 9 | 45 | 201 | - |
| CMYK | 0.96 | 0.78 | 0 | 0.21 |
| HSL | 228.75º | 0.91% | 0.41% | - |
| HSV(B) | 228.75º | 0.96% | 0.79% | - |
| XYZ | 11.59 | 6.15 | 55.83 | - |
| YUV | 52.02 | 212.07 | 97.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 45 | 201 | 0.96 | 0.78 | 0 | 0.21 | 228.75 | 0.91 | 0.41 |
| Hex | 9 | 2D | C9 | 60 | 4E | 0 | 15 | E5 | 5B | 29 |
| Octal | 11 | 55 | 311 | 140 | 116 | 0 | 25 | 345 | 133 | 51 |
| Binary | 1001 | 101101 | 11001001 | 1100000 | 1001110 | 0 | 10101 | 11100101 | 1011011 | 101001 |
Color Harmonies of #092DC9
Complementary color
Monochromatic Colors of #092DC9
Black with #092DC9
Text Example
Text Example
White with #092DC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #092DC9; }
p { color: rgb(9,45,201); }
H1.HeaderClassName
{
color: #092DC9;
}
.AnyTagClassName
{
color: #092DC9;
}
</style>
background-color css
<style>
a { background-color: #092DC9; }
a { background-color: rgb(9,45,201); }
div.DivClassName
{
background-color: #092DC9;
}
.BgClassName
{
background-color: #092DC9;
}
</style>
border-color css
<style>
span { border-color: #092DC9; }
span { border-color: rgb(9,45,201); }
td.TdClassName
{
border-color: #092DC9;
}
.TagClassName
{
border-color: #092DC9;
}
</style>