Shades of Persian Blue #0928DF
Tints of Persian Blue #0928DF
RGB
CMYK
RGB Variations
Color information
#0928DF (or 0x0928DF) is known color: Persian Blue. HEX triplet: 09, 28 and DF. RGB value is (9,40,223). Sum of RGB (Red+Green+Blue) = 9+40+223=272 (36% of max value = 765). Red value is 9 (3.91% from 255 or 3.31% from 272); Green value is 40 (16.02% from 255 or 14.71% from 272); Blue value is 223 (87.5% from 255 or 81.99% from 272); Max value from RGB is 223 - color contains mainly: blue. Hex color #0928DF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0928DF is #F6D720. Grayscale: #323232. Windows color (decimal): -16176929 or 14624777. OLE color: 14624777.
HSL color Cylindrical-coordinate representation of color #0928DF: hue angle of 231.31º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0928DF is Cyan = 0.96, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 9 | 40 | 223 | - |
| CMYK | 0.96 | 0.82 | 0 | 0.13 |
| HSL | 231.31º | 0.92% | 0.45% | - |
| HSV(B) | 231.31º | 0.96% | 0.87% | - |
| XYZ | 14.19 | 6.9 | 70.4 | - |
| YUV | 51.59 | 224.73 | 97.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 40 | 223 | 0.96 | 0.82 | 0 | 0.13 | 231.31 | 0.92 | 0.45 |
| Hex | 9 | 28 | DF | 60 | 52 | 0 | D | E7 | 5C | 2D |
| Octal | 11 | 50 | 337 | 140 | 122 | 0 | 15 | 347 | 134 | 55 |
| Binary | 1001 | 101000 | 11011111 | 1100000 | 1010010 | 0 | 1101 | 11100111 | 1011100 | 101101 |
Color Harmonies of #0928DF
Complementary color
Monochromatic Colors of #0928DF
Black with #0928DF
Text Example
Text Example
White with #0928DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0928DF; }
p { color: rgb(9,40,223); }
H1.HeaderClassName
{
color: #0928DF;
}
.AnyTagClassName
{
color: #0928DF;
}
</style>
background-color css
<style>
a { background-color: #0928DF; }
a { background-color: rgb(9,40,223); }
div.DivClassName
{
background-color: #0928DF;
}
.BgClassName
{
background-color: #0928DF;
}
</style>
border-color css
<style>
span { border-color: #0928DF; }
span { border-color: rgb(9,40,223); }
td.TdClassName
{
border-color: #0928DF;
}
.TagClassName
{
border-color: #0928DF;
}
</style>