Shades of Persian Blue #0936CB
Tints of Persian Blue #0936CB
RGB
CMYK
RGB Variations
Color information
#0936CB (or 0x0936CB) is known color: Persian Blue. HEX triplet: 09, 36 and CB. RGB value is (9,54,203). Sum of RGB (Red+Green+Blue) = 9+54+203=266 (35% of max value = 765). Red value is 9 (3.91% from 255 or 3.38% from 266); Green value is 54 (21.48% from 255 or 20.30% from 266); Blue value is 203 (79.69% from 255 or 76.32% from 266); Max value from RGB is 203 - color contains mainly: blue. Hex color #0936CB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0936CB is #F6C934. Grayscale: #383838. Windows color (decimal): -16173365 or 13317641. OLE color: 13317641.
HSL color Cylindrical-coordinate representation of color #0936CB: hue angle of 226.08º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0936CB is Cyan = 0.96, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 9 | 54 | 203 | - |
| CMYK | 0.96 | 0.73 | 0 | 0.20 |
| HSL | 226.08º | 0.92% | 0.42% | - |
| HSV(B) | 226.08º | 0.96% | 0.8% | - |
| XYZ | 12.21 | 7.01 | 57.21 | - |
| YUV | 57.53 | 210.09 | 93.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 54 | 203 | 0.96 | 0.73 | 0 | 0.20 | 226.08 | 0.92 | 0.42 |
| Hex | 9 | 36 | CB | 60 | 49 | 0 | 14 | E2 | 5C | 2A |
| Octal | 11 | 66 | 313 | 140 | 111 | 0 | 24 | 342 | 134 | 52 |
| Binary | 1001 | 110110 | 11001011 | 1100000 | 1001001 | 0 | 10100 | 11100010 | 1011100 | 101010 |
Color Harmonies of #0936CB
Complementary color
Monochromatic Colors of #0936CB
Black with #0936CB
Text Example
Text Example
White with #0936CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0936CB; }
p { color: rgb(9,54,203); }
H1.HeaderClassName
{
color: #0936CB;
}
.AnyTagClassName
{
color: #0936CB;
}
</style>
background-color css
<style>
a { background-color: #0936CB; }
a { background-color: rgb(9,54,203); }
div.DivClassName
{
background-color: #0936CB;
}
.BgClassName
{
background-color: #0936CB;
}
</style>
border-color css
<style>
span { border-color: #0936CB; }
span { border-color: rgb(9,54,203); }
td.TdClassName
{
border-color: #0936CB;
}
.TagClassName
{
border-color: #0936CB;
}
</style>