Shades of Persian Blue #093BC0
Tints of Persian Blue #093BC0
RGB
CMYK
RGB Variations
Color information
#093BC0 (or 0x093BC0) is known color: Persian Blue. HEX triplet: 09, 3B and C0. RGB value is (9,59,192). Sum of RGB (Red+Green+Blue) = 9+59+192=260 (34% of max value = 765). Red value is 9 (3.91% from 255 or 3.46% from 260); Green value is 59 (23.44% from 255 or 22.69% from 260); Blue value is 192 (75.39% from 255 or 73.85% from 260); Max value from RGB is 192 - color contains mainly: blue. Hex color #093BC0 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #093BC0 is #F6C43F. Grayscale: #3A3A3A. Windows color (decimal): -16172096 or 12598025. OLE color: 12598025.
HSL color Cylindrical-coordinate representation of color #093BC0: hue angle of 223.61º 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 #093BC0 is Cyan = 0.95, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 9 | 59 | 192 | - |
| CMYK | 0.95 | 0.69 | 0 | 0.25 |
| HSL | 223.61º | 0.91% | 0.39% | - |
| HSV(B) | 223.61º | 0.95% | 0.75% | - |
| XYZ | 11.19 | 6.99 | 50.63 | - |
| YUV | 59.21 | 202.94 | 92.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 59 | 192 | 0.95 | 0.69 | 0 | 0.25 | 223.61 | 0.91 | 0.39 |
| Hex | 9 | 3B | C0 | 5F | 45 | 0 | 19 | E0 | 5B | 27 |
| Octal | 11 | 73 | 300 | 137 | 105 | 0 | 31 | 340 | 133 | 47 |
| Binary | 1001 | 111011 | 11000000 | 1011111 | 1000101 | 0 | 11001 | 11100000 | 1011011 | 100111 |
Color Harmonies of #093BC0
Complementary color
Monochromatic Colors of #093BC0
Black with #093BC0
Text Example
Text Example
White with #093BC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #093BC0; }
p { color: rgb(9,59,192); }
H1.HeaderClassName
{
color: #093BC0;
}
.AnyTagClassName
{
color: #093BC0;
}
</style>
background-color css
<style>
a { background-color: #093BC0; }
a { background-color: rgb(9,59,192); }
div.DivClassName
{
background-color: #093BC0;
}
.BgClassName
{
background-color: #093BC0;
}
</style>
border-color css
<style>
span { border-color: #093BC0; }
span { border-color: rgb(9,59,192); }
td.TdClassName
{
border-color: #093BC0;
}
.TagClassName
{
border-color: #093BC0;
}
</style>