Shades of Persian Blue #0935BF
Tints of Persian Blue #0935BF
RGB
CMYK
RGB Variations
Color information
#0935BF (or 0x0935BF) is known color: Persian Blue. HEX triplet: 09, 35 and BF. RGB value is (9,53,191). Sum of RGB (Red+Green+Blue) = 9+53+191=253 (33% of max value = 765). Red value is 9 (3.91% from 255 or 3.56% from 253); Green value is 53 (21.09% from 255 or 20.95% from 253); Blue value is 191 (75% from 255 or 75.49% from 253); Max value from RGB is 191 - color contains mainly: blue. Hex color #0935BF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0935BF is #F6CA40. Grayscale: #363636. Windows color (decimal): -16173633 or 12530953. OLE color: 12530953.
HSL color Cylindrical-coordinate representation of color #0935BF: hue angle of 225.49º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0935BF is Cyan = 0.95, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 9 | 53 | 191 | - |
| CMYK | 0.95 | 0.72 | 0 | 0.25 |
| HSL | 225.49º | 0.91% | 0.39% | - |
| HSV(B) | 225.49º | 0.95% | 0.75% | - |
| XYZ | 10.79 | 6.37 | 49.95 | - |
| YUV | 55.58 | 204.42 | 94.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 53 | 191 | 0.95 | 0.72 | 0 | 0.25 | 225.49 | 0.91 | 0.39 |
| Hex | 9 | 35 | BF | 5F | 48 | 0 | 19 | E1 | 5B | 27 |
| Octal | 11 | 65 | 277 | 137 | 110 | 0 | 31 | 341 | 133 | 47 |
| Binary | 1001 | 110101 | 10111111 | 1011111 | 1001000 | 0 | 11001 | 11100001 | 1011011 | 100111 |
Color Harmonies of #0935BF
Complementary color
Monochromatic Colors of #0935BF
Black with #0935BF
Text Example
Text Example
White with #0935BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0935BF; }
p { color: rgb(9,53,191); }
H1.HeaderClassName
{
color: #0935BF;
}
.AnyTagClassName
{
color: #0935BF;
}
</style>
background-color css
<style>
a { background-color: #0935BF; }
a { background-color: rgb(9,53,191); }
div.DivClassName
{
background-color: #0935BF;
}
.BgClassName
{
background-color: #0935BF;
}
</style>
border-color css
<style>
span { border-color: #0935BF; }
span { border-color: rgb(9,53,191); }
td.TdClassName
{
border-color: #0935BF;
}
.TagClassName
{
border-color: #0935BF;
}
</style>