Shades of Persian Blue #0928BE
Tints of Persian Blue #0928BE
RGB
CMYK
RGB Variations
Color information
#0928BE (or 0x0928BE) is known color: Persian Blue. HEX triplet: 09, 28 and BE. RGB value is (9,40,190). Sum of RGB (Red+Green+Blue) = 9+40+190=239 (31% of max value = 765). Red value is 9 (3.91% from 255 or 3.77% from 239); Green value is 40 (16.02% from 255 or 16.74% from 239); Blue value is 190 (74.61% from 255 or 79.50% from 239); Max value from RGB is 190 - color contains mainly: blue. Hex color #0928BE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0928BE is #F6D741. Grayscale: #2F2F2F. Windows color (decimal): -16176962 or 12462089. OLE color: 12462089.
HSL color Cylindrical-coordinate representation of color #0928BE: hue angle of 229.72º 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 #0928BE is Cyan = 0.95, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 9 | 40 | 190 | - |
| CMYK | 0.95 | 0.79 | 0 | 0.25 |
| HSL | 229.72º | 0.91% | 0.39% | - |
| HSV(B) | 229.72º | 0.95% | 0.75% | - |
| XYZ | 10.17 | 5.29 | 49.2 | - |
| YUV | 47.83 | 208.23 | 100.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 40 | 190 | 0.95 | 0.79 | 0 | 0.25 | 229.72 | 0.91 | 0.39 |
| Hex | 9 | 28 | BE | 5F | 4F | 0 | 19 | E6 | 5B | 27 |
| Octal | 11 | 50 | 276 | 137 | 117 | 0 | 31 | 346 | 133 | 47 |
| Binary | 1001 | 101000 | 10111110 | 1011111 | 1001111 | 0 | 11001 | 11100110 | 1011011 | 100111 |
Color Harmonies of #0928BE
Complementary color
Monochromatic Colors of #0928BE
Black with #0928BE
Text Example
Text Example
White with #0928BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0928BE; }
p { color: rgb(9,40,190); }
H1.HeaderClassName
{
color: #0928BE;
}
.AnyTagClassName
{
color: #0928BE;
}
</style>
background-color css
<style>
a { background-color: #0928BE; }
a { background-color: rgb(9,40,190); }
div.DivClassName
{
background-color: #0928BE;
}
.BgClassName
{
background-color: #0928BE;
}
</style>
border-color css
<style>
span { border-color: #0928BE; }
span { border-color: rgb(9,40,190); }
td.TdClassName
{
border-color: #0928BE;
}
.TagClassName
{
border-color: #0928BE;
}
</style>