Shades of Persian Blue #0928DD
Tints of Persian Blue #0928DD
RGB
CMYK
RGB Variations
Color information
#0928DD (or 0x0928DD) is known color: Persian Blue. HEX triplet: 09, 28 and DD. RGB value is (9,40,221). Sum of RGB (Red+Green+Blue) = 9+40+221=270 (35% of max value = 765). Red value is 9 (3.91% from 255 or 3.33% from 270); Green value is 40 (16.02% from 255 or 14.81% from 270); Blue value is 221 (86.72% from 255 or 81.85% from 270); Max value from RGB is 221 - color contains mainly: blue. Hex color #0928DD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0928DD is #F6D722. Grayscale: #323232. Windows color (decimal): -16176931 or 14493705. OLE color: 14493705.
HSL color Cylindrical-coordinate representation of color #0928DD: hue angle of 231.23º 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 #0928DD is Cyan = 0.96, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 9 | 40 | 221 | - |
| CMYK | 0.96 | 0.82 | 0 | 0.13 |
| HSL | 231.23º | 0.92% | 0.45% | - |
| HSV(B) | 231.23º | 0.96% | 0.87% | - |
| XYZ | 13.92 | 6.8 | 68.98 | - |
| YUV | 51.37 | 223.73 | 97.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 40 | 221 | 0.96 | 0.82 | 0 | 0.13 | 231.23 | 0.92 | 0.45 |
| Hex | 9 | 28 | DD | 60 | 52 | 0 | D | E7 | 5C | 2D |
| Octal | 11 | 50 | 335 | 140 | 122 | 0 | 15 | 347 | 134 | 55 |
| Binary | 1001 | 101000 | 11011101 | 1100000 | 1010010 | 0 | 1101 | 11100111 | 1011100 | 101101 |
Color Harmonies of #0928DD
Complementary color
Monochromatic Colors of #0928DD
Black with #0928DD
Text Example
Text Example
White with #0928DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0928DD; }
p { color: rgb(9,40,221); }
H1.HeaderClassName
{
color: #0928DD;
}
.AnyTagClassName
{
color: #0928DD;
}
</style>
background-color css
<style>
a { background-color: #0928DD; }
a { background-color: rgb(9,40,221); }
div.DivClassName
{
background-color: #0928DD;
}
.BgClassName
{
background-color: #0928DD;
}
</style>
border-color css
<style>
span { border-color: #0928DD; }
span { border-color: rgb(9,40,221); }
td.TdClassName
{
border-color: #0928DD;
}
.TagClassName
{
border-color: #0928DD;
}
</style>