Shades of Persian Blue #0926DC
Tints of Persian Blue #0926DC
RGB
CMYK
RGB Variations
Color information
#0926DC (or 0x0926DC) is known color: Persian Blue. HEX triplet: 09, 26 and DC. RGB value is (9,38,220). Sum of RGB (Red+Green+Blue) = 9+38+220=267 (35% of max value = 765). Red value is 9 (3.91% from 255 or 3.37% from 267); Green value is 38 (15.23% from 255 or 14.23% from 267); Blue value is 220 (86.33% from 255 or 82.40% from 267); Max value from RGB is 220 - color contains mainly: blue. Hex color #0926DC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0926DC is #F6D923. Grayscale: #313131. Windows color (decimal): -16177444 or 14427657. OLE color: 14427657.
HSL color Cylindrical-coordinate representation of color #0926DC: hue angle of 231.75º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0926DC is Cyan = 0.96, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 9 | 38 | 220 | - |
| CMYK | 0.96 | 0.83 | 0 | 0.14 |
| HSL | 231.75º | 0.92% | 0.45% | - |
| HSV(B) | 231.75º | 0.96% | 0.86% | - |
| XYZ | 13.72 | 6.61 | 68.26 | - |
| YUV | 50.08 | 223.89 | 98.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 38 | 220 | 0.96 | 0.83 | 0 | 0.14 | 231.75 | 0.92 | 0.45 |
| Hex | 9 | 26 | DC | 60 | 53 | 0 | E | E8 | 5C | 2D |
| Octal | 11 | 46 | 334 | 140 | 123 | 0 | 16 | 350 | 134 | 55 |
| Binary | 1001 | 100110 | 11011100 | 1100000 | 1010011 | 0 | 1110 | 11101000 | 1011100 | 101101 |
Color Harmonies of #0926DC
Complementary color
Monochromatic Colors of #0926DC
Black with #0926DC
Text Example
Text Example
White with #0926DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0926DC; }
p { color: rgb(9,38,220); }
H1.HeaderClassName
{
color: #0926DC;
}
.AnyTagClassName
{
color: #0926DC;
}
</style>
background-color css
<style>
a { background-color: #0926DC; }
a { background-color: rgb(9,38,220); }
div.DivClassName
{
background-color: #0926DC;
}
.BgClassName
{
background-color: #0926DC;
}
</style>
border-color css
<style>
span { border-color: #0926DC; }
span { border-color: rgb(9,38,220); }
td.TdClassName
{
border-color: #0926DC;
}
.TagClassName
{
border-color: #0926DC;
}
</style>