Shades of Persian Blue #0935CB
Tints of Persian Blue #0935CB
RGB
CMYK
RGB Variations
Color information
#0935CB (or 0x0935CB) is known color: Persian Blue. HEX triplet: 09, 35 and CB. RGB value is (9,53,203). Sum of RGB (Red+Green+Blue) = 9+53+203=265 (35% of max value = 765). Red value is 9 (3.91% from 255 or 3.40% from 265); Green value is 53 (21.09% from 255 or 20% from 265); Blue value is 203 (79.69% from 255 or 76.60% from 265); Max value from RGB is 203 - color contains mainly: blue. Hex color #0935CB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0935CB is #F6CA34. Grayscale: #383838. Windows color (decimal): -16173621 or 13317385. OLE color: 13317385.
HSL color Cylindrical-coordinate representation of color #0935CB: hue angle of 226.39º 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 #0935CB is Cyan = 0.96, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 9 | 53 | 203 | - |
| CMYK | 0.96 | 0.74 | 0 | 0.20 |
| HSL | 226.39º | 0.92% | 0.42% | - |
| HSV(B) | 226.39º | 0.96% | 0.8% | - |
| XYZ | 12.17 | 6.92 | 57.19 | - |
| YUV | 56.94 | 210.42 | 93.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 53 | 203 | 0.96 | 0.74 | 0 | 0.20 | 226.39 | 0.92 | 0.42 |
| Hex | 9 | 35 | CB | 60 | 4A | 0 | 14 | E2 | 5C | 2A |
| Octal | 11 | 65 | 313 | 140 | 112 | 0 | 24 | 342 | 134 | 52 |
| Binary | 1001 | 110101 | 11001011 | 1100000 | 1001010 | 0 | 10100 | 11100010 | 1011100 | 101010 |
Color Harmonies of #0935CB
Complementary color
Monochromatic Colors of #0935CB
Black with #0935CB
Text Example
Text Example
White with #0935CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0935CB; }
p { color: rgb(9,53,203); }
H1.HeaderClassName
{
color: #0935CB;
}
.AnyTagClassName
{
color: #0935CB;
}
</style>
background-color css
<style>
a { background-color: #0935CB; }
a { background-color: rgb(9,53,203); }
div.DivClassName
{
background-color: #0935CB;
}
.BgClassName
{
background-color: #0935CB;
}
</style>
border-color css
<style>
span { border-color: #0935CB; }
span { border-color: rgb(9,53,203); }
td.TdClassName
{
border-color: #0935CB;
}
.TagClassName
{
border-color: #0935CB;
}
</style>