Shades of Persian Blue #0928CD
Tints of Persian Blue #0928CD
RGB
CMYK
RGB Variations
Color information
#0928CD (or 0x0928CD) is known color: Persian Blue. HEX triplet: 09, 28 and CD. RGB value is (9,40,205). Sum of RGB (Red+Green+Blue) = 9+40+205=254 (33% of max value = 765). Red value is 9 (3.91% from 255 or 3.54% from 254); Green value is 40 (16.02% from 255 or 15.75% from 254); Blue value is 205 (80.47% from 255 or 80.71% from 254); Max value from RGB is 205 - color contains mainly: blue. Hex color #0928CD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0928CD is #F6D732. Grayscale: #303030. Windows color (decimal): -16176947 or 13445129. OLE color: 13445129.
HSL color Cylindrical-coordinate representation of color #0928CD: hue angle of 230.51º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0928CD is Cyan = 0.96, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 9 | 40 | 205 | - |
| CMYK | 0.96 | 0.80 | 0 | 0.20 |
| HSL | 230.51º | 0.92% | 0.42% | - |
| HSV(B) | 230.51º | 0.96% | 0.8% | - |
| XYZ | 11.89 | 5.98 | 58.29 | - |
| YUV | 49.54 | 215.73 | 99.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 40 | 205 | 0.96 | 0.80 | 0 | 0.20 | 230.51 | 0.92 | 0.42 |
| Hex | 9 | 28 | CD | 60 | 50 | 0 | 14 | E7 | 5C | 2A |
| Octal | 11 | 50 | 315 | 140 | 120 | 0 | 24 | 347 | 134 | 52 |
| Binary | 1001 | 101000 | 11001101 | 1100000 | 1010000 | 0 | 10100 | 11100111 | 1011100 | 101010 |
Color Harmonies of #0928CD
Complementary color
Monochromatic Colors of #0928CD
Black with #0928CD
Text Example
Text Example
White with #0928CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0928CD; }
p { color: rgb(9,40,205); }
H1.HeaderClassName
{
color: #0928CD;
}
.AnyTagClassName
{
color: #0928CD;
}
</style>
background-color css
<style>
a { background-color: #0928CD; }
a { background-color: rgb(9,40,205); }
div.DivClassName
{
background-color: #0928CD;
}
.BgClassName
{
background-color: #0928CD;
}
</style>
border-color css
<style>
span { border-color: #0928CD; }
span { border-color: rgb(9,40,205); }
td.TdClassName
{
border-color: #0928CD;
}
.TagClassName
{
border-color: #0928CD;
}
</style>