Shades of Persian Blue #0926CE
Tints of Persian Blue #0926CE
RGB
CMYK
RGB Variations
Color information
#0926CE (or 0x0926CE) is known color: Persian Blue. HEX triplet: 09, 26 and CE. RGB value is (9,38,206). Sum of RGB (Red+Green+Blue) = 9+38+206=253 (33% of max value = 765). Red value is 9 (3.91% from 255 or 3.56% from 253); Green value is 38 (15.23% from 255 or 15.02% from 253); Blue value is 206 (80.86% from 255 or 81.42% from 253); Max value from RGB is 206 - color contains mainly: blue. Hex color #0926CE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0926CE is #F6D931. Grayscale: #2F2F2F. Windows color (decimal): -16177458 or 13510153. OLE color: 13510153.
HSL color Cylindrical-coordinate representation of color #0926CE: hue angle of 231.17º 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 #0926CE is Cyan = 0.96, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 9 | 38 | 206 | - |
| CMYK | 0.96 | 0.82 | 0 | 0.19 |
| HSL | 231.17º | 0.92% | 0.42% | - |
| HSV(B) | 231.17º | 0.96% | 0.81% | - |
| XYZ | 11.95 | 5.9 | 58.9 | - |
| YUV | 48.48 | 216.89 | 99.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 38 | 206 | 0.96 | 0.82 | 0 | 0.19 | 231.17 | 0.92 | 0.42 |
| Hex | 9 | 26 | CE | 60 | 52 | 0 | 13 | E7 | 5C | 2A |
| Octal | 11 | 46 | 316 | 140 | 122 | 0 | 23 | 347 | 134 | 52 |
| Binary | 1001 | 100110 | 11001110 | 1100000 | 1010010 | 0 | 10011 | 11100111 | 1011100 | 101010 |
Color Harmonies of #0926CE
Complementary color
Monochromatic Colors of #0926CE
Black with #0926CE
Text Example
Text Example
White with #0926CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0926CE; }
p { color: rgb(9,38,206); }
H1.HeaderClassName
{
color: #0926CE;
}
.AnyTagClassName
{
color: #0926CE;
}
</style>
background-color css
<style>
a { background-color: #0926CE; }
a { background-color: rgb(9,38,206); }
div.DivClassName
{
background-color: #0926CE;
}
.BgClassName
{
background-color: #0926CE;
}
</style>
border-color css
<style>
span { border-color: #0926CE; }
span { border-color: rgb(9,38,206); }
td.TdClassName
{
border-color: #0926CE;
}
.TagClassName
{
border-color: #0926CE;
}
</style>