Shades of Persian Blue #0927DF
Tints of Persian Blue #0927DF
RGB
CMYK
RGB Variations
Color information
#0927DF (or 0x0927DF) is known color: Persian Blue. HEX triplet: 09, 27 and DF. RGB value is (9,39,223). Sum of RGB (Red+Green+Blue) = 9+39+223=271 (35% of max value = 765). Red value is 9 (3.91% from 255 or 3.32% from 271); Green value is 39 (15.62% from 255 or 14.39% from 271); Blue value is 223 (87.5% from 255 or 82.29% from 271); Max value from RGB is 223 - color contains mainly: blue. Hex color #0927DF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0927DF is #F6D820. Grayscale: #323232. Windows color (decimal): -16177185 or 14624521. OLE color: 14624521.
HSL color Cylindrical-coordinate representation of color #0927DF: hue angle of 231.59º 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 #0927DF is Cyan = 0.96, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 9 | 39 | 223 | - |
| CMYK | 0.96 | 0.83 | 0 | 0.13 |
| HSL | 231.59º | 0.92% | 0.45% | - |
| HSV(B) | 231.59º | 0.96% | 0.87% | - |
| XYZ | 14.16 | 6.84 | 70.39 | - |
| YUV | 51.01 | 225.06 | 98.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 39 | 223 | 0.96 | 0.83 | 0 | 0.13 | 231.59 | 0.92 | 0.45 |
| Hex | 9 | 27 | DF | 60 | 53 | 0 | D | E8 | 5C | 2D |
| Octal | 11 | 47 | 337 | 140 | 123 | 0 | 15 | 350 | 134 | 55 |
| Binary | 1001 | 100111 | 11011111 | 1100000 | 1010011 | 0 | 1101 | 11101000 | 1011100 | 101101 |
Color Harmonies of #0927DF
Complementary color
Monochromatic Colors of #0927DF
Black with #0927DF
Text Example
Text Example
White with #0927DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0927DF; }
p { color: rgb(9,39,223); }
H1.HeaderClassName
{
color: #0927DF;
}
.AnyTagClassName
{
color: #0927DF;
}
</style>
background-color css
<style>
a { background-color: #0927DF; }
a { background-color: rgb(9,39,223); }
div.DivClassName
{
background-color: #0927DF;
}
.BgClassName
{
background-color: #0927DF;
}
</style>
border-color css
<style>
span { border-color: #0927DF; }
span { border-color: rgb(9,39,223); }
td.TdClassName
{
border-color: #0927DF;
}
.TagClassName
{
border-color: #0927DF;
}
</style>