Shades of Persian Blue #0929BC
Tints of Persian Blue #0929BC
RGB
CMYK
RGB Variations
Color information
#0929BC (or 0x0929BC) is known color: Persian Blue. HEX triplet: 09, 29 and BC. RGB value is (9,41,188). Sum of RGB (Red+Green+Blue) = 9+41+188=238 (31% of max value = 765). Red value is 9 (3.91% from 255 or 3.78% from 238); Green value is 41 (16.41% from 255 or 17.23% from 238); Blue value is 188 (73.83% from 255 or 78.99% from 238); Max value from RGB is 188 - color contains mainly: blue. Hex color #0929BC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0929BC is #F6D643. Grayscale: #2F2F2F. Windows color (decimal): -16176708 or 12331273. OLE color: 12331273.
HSL color Cylindrical-coordinate representation of color #0929BC: hue angle of 229.27º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0929BC is Cyan = 0.95, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 9 | 41 | 188 | - |
| CMYK | 0.95 | 0.78 | 0 | 0.26 |
| HSL | 229.27º | 0.91% | 0.39% | - |
| HSV(B) | 229.27º | 0.95% | 0.74% | - |
| XYZ | 9.98 | 5.27 | 48.07 | - |
| YUV | 48.19 | 206.9 | 100.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 41 | 188 | 0.95 | 0.78 | 0 | 0.26 | 229.27 | 0.91 | 0.39 |
| Hex | 9 | 29 | BC | 5F | 4E | 0 | 1A | E5 | 5B | 27 |
| Octal | 11 | 51 | 274 | 137 | 116 | 0 | 32 | 345 | 133 | 47 |
| Binary | 1001 | 101001 | 10111100 | 1011111 | 1001110 | 0 | 11010 | 11100101 | 1011011 | 100111 |
Color Harmonies of #0929BC
Complementary color
Monochromatic Colors of #0929BC
Black with #0929BC
Text Example
Text Example
White with #0929BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0929BC; }
p { color: rgb(9,41,188); }
H1.HeaderClassName
{
color: #0929BC;
}
.AnyTagClassName
{
color: #0929BC;
}
</style>
background-color css
<style>
a { background-color: #0929BC; }
a { background-color: rgb(9,41,188); }
div.DivClassName
{
background-color: #0929BC;
}
.BgClassName
{
background-color: #0929BC;
}
</style>
border-color css
<style>
span { border-color: #0929BC; }
span { border-color: rgb(9,41,188); }
td.TdClassName
{
border-color: #0929BC;
}
.TagClassName
{
border-color: #0929BC;
}
</style>