Shades of Persian Blue #092CC0
Tints of Persian Blue #092CC0
RGB
CMYK
RGB Variations
Color information
#092CC0 (or 0x092CC0) is known color: Persian Blue. HEX triplet: 09, 2C and C0. RGB value is (9,44,192). Sum of RGB (Red+Green+Blue) = 9+44+192=245 (32% of max value = 765). Red value is 9 (3.91% from 255 or 3.67% from 245); Green value is 44 (17.58% from 255 or 17.96% from 245); Blue value is 192 (75.39% from 255 or 78.37% from 245); Max value from RGB is 192 - color contains mainly: blue. Hex color #092CC0 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #092CC0 is #F6D33F. Grayscale: #313131. Windows color (decimal): -16175936 or 12594185. OLE color: 12594185.
HSL color Cylindrical-coordinate representation of color #092CC0: hue angle of 228.52º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #092CC0 is Cyan = 0.95, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 9 | 44 | 192 | - |
| CMYK | 0.95 | 0.77 | 0 | 0.25 |
| HSL | 228.52º | 0.91% | 0.39% | - |
| HSV(B) | 228.52º | 0.95% | 0.75% | - |
| XYZ | 10.53 | 5.67 | 50.41 | - |
| YUV | 50.41 | 207.9 | 98.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 44 | 192 | 0.95 | 0.77 | 0 | 0.25 | 228.52 | 0.91 | 0.39 |
| Hex | 9 | 2C | C0 | 5F | 4D | 0 | 19 | E5 | 5B | 27 |
| Octal | 11 | 54 | 300 | 137 | 115 | 0 | 31 | 345 | 133 | 47 |
| Binary | 1001 | 101100 | 11000000 | 1011111 | 1001101 | 0 | 11001 | 11100101 | 1011011 | 100111 |
Color Harmonies of #092CC0
Complementary color
Monochromatic Colors of #092CC0
Black with #092CC0
Text Example
Text Example
White with #092CC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #092CC0; }
p { color: rgb(9,44,192); }
H1.HeaderClassName
{
color: #092CC0;
}
.AnyTagClassName
{
color: #092CC0;
}
</style>
background-color css
<style>
a { background-color: #092CC0; }
a { background-color: rgb(9,44,192); }
div.DivClassName
{
background-color: #092CC0;
}
.BgClassName
{
background-color: #092CC0;
}
</style>
border-color css
<style>
span { border-color: #092CC0; }
span { border-color: rgb(9,44,192); }
td.TdClassName
{
border-color: #092CC0;
}
.TagClassName
{
border-color: #092CC0;
}
</style>