Shades of Persian Blue #093BC8
Tints of Persian Blue #093BC8
RGB
CMYK
RGB Variations
Color information
#093BC8 (or 0x093BC8) is known color: Persian Blue. HEX triplet: 09, 3B and C8. RGB value is (9,59,200). Sum of RGB (Red+Green+Blue) = 9+59+200=268 (35% of max value = 765). Red value is 9 (3.91% from 255 or 3.36% from 268); Green value is 59 (23.44% from 255 or 22.01% from 268); Blue value is 200 (78.52% from 255 or 74.63% from 268); Max value from RGB is 200 - color contains mainly: blue. Hex color #093BC8 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #093BC8 is #F6C437. Grayscale: #3B3B3B. Windows color (decimal): -16172088 or 13122313. OLE color: 13122313.
HSL color Cylindrical-coordinate representation of color #093BC8: hue angle of 224.29º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #093BC8 is Cyan = 0.96, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 9 | 59 | 200 | - |
| CMYK | 0.96 | 0.70 | 0 | 0.22 |
| HSL | 224.29º | 0.91% | 0.41% | - |
| HSV(B) | 224.29º | 0.96% | 0.78% | - |
| XYZ | 12.1 | 7.36 | 55.43 | - |
| YUV | 60.12 | 206.94 | 91.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 59 | 200 | 0.96 | 0.70 | 0 | 0.22 | 224.29 | 0.91 | 0.41 |
| Hex | 9 | 3B | C8 | 60 | 46 | 0 | 16 | E0 | 5B | 29 |
| Octal | 11 | 73 | 310 | 140 | 106 | 0 | 26 | 340 | 133 | 51 |
| Binary | 1001 | 111011 | 11001000 | 1100000 | 1000110 | 0 | 10110 | 11100000 | 1011011 | 101001 |
Color Harmonies of #093BC8
Complementary color
Monochromatic Colors of #093BC8
Black with #093BC8
Text Example
Text Example
White with #093BC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #093BC8; }
p { color: rgb(9,59,200); }
H1.HeaderClassName
{
color: #093BC8;
}
.AnyTagClassName
{
color: #093BC8;
}
</style>
background-color css
<style>
a { background-color: #093BC8; }
a { background-color: rgb(9,59,200); }
div.DivClassName
{
background-color: #093BC8;
}
.BgClassName
{
background-color: #093BC8;
}
</style>
border-color css
<style>
span { border-color: #093BC8; }
span { border-color: rgb(9,59,200); }
td.TdClassName
{
border-color: #093BC8;
}
.TagClassName
{
border-color: #093BC8;
}
</style>