Shades of Persian Blue #0928CE
Tints of Persian Blue #0928CE
RGB
CMYK
RGB Variations
Color information
#0928CE (or 0x0928CE) is known color: Persian Blue. HEX triplet: 09, 28 and CE. RGB value is (9,40,206). Sum of RGB (Red+Green+Blue) = 9+40+206=255 (33% of max value = 765). Red value is 9 (3.91% from 255 or 3.53% from 255); Green value is 40 (16.02% from 255 or 15.69% from 255); Blue value is 206 (80.86% from 255 or 80.78% from 255); Max value from RGB is 206 - color contains mainly: blue. Hex color #0928CE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0928CE is #F6D731. Grayscale: #303030. Windows color (decimal): -16176946 or 13510665. OLE color: 13510665.
HSL color Cylindrical-coordinate representation of color #0928CE: hue angle of 230.56º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0928CE is Cyan = 0.96, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 9 | 40 | 206 | - |
| CMYK | 0.96 | 0.81 | 0 | 0.19 |
| HSL | 230.56º | 0.92% | 0.42% | - |
| HSV(B) | 230.56º | 0.96% | 0.81% | - |
| XYZ | 12.01 | 6.03 | 58.92 | - |
| YUV | 49.66 | 216.23 | 99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 40 | 206 | 0.96 | 0.81 | 0 | 0.19 | 230.56 | 0.92 | 0.42 |
| Hex | 9 | 28 | CE | 60 | 51 | 0 | 13 | E7 | 5C | 2A |
| Octal | 11 | 50 | 316 | 140 | 121 | 0 | 23 | 347 | 134 | 52 |
| Binary | 1001 | 101000 | 11001110 | 1100000 | 1010001 | 0 | 10011 | 11100111 | 1011100 | 101010 |
Color Harmonies of #0928CE
Complementary color
Monochromatic Colors of #0928CE
Black with #0928CE
Text Example
Text Example
White with #0928CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0928CE; }
p { color: rgb(9,40,206); }
H1.HeaderClassName
{
color: #0928CE;
}
.AnyTagClassName
{
color: #0928CE;
}
</style>
background-color css
<style>
a { background-color: #0928CE; }
a { background-color: rgb(9,40,206); }
div.DivClassName
{
background-color: #0928CE;
}
.BgClassName
{
background-color: #0928CE;
}
</style>
border-color css
<style>
span { border-color: #0928CE; }
span { border-color: rgb(9,40,206); }
td.TdClassName
{
border-color: #0928CE;
}
.TagClassName
{
border-color: #0928CE;
}
</style>