Shades of Persian Blue #093FC0
Tints of Persian Blue #093FC0
RGB
CMYK
RGB Variations
Color information
#093FC0 (or 0x093FC0) is known color: Persian Blue. HEX triplet: 09, 3F and C0. RGB value is (9,63,192). Sum of RGB (Red+Green+Blue) = 9+63+192=264 (34% of max value = 765). Red value is 9 (3.91% from 255 or 3.41% from 264); Green value is 63 (25% from 255 or 23.86% from 264); Blue value is 192 (75.39% from 255 or 72.73% from 264); Max value from RGB is 192 - color contains mainly: blue. Hex color #093FC0 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #093FC0 is #F6C03F. Grayscale: #3C3C3C. Windows color (decimal): -16171072 or 12599049. OLE color: 12599049.
HSL color Cylindrical-coordinate representation of color #093FC0: hue angle of 222.3º 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 #093FC0 is Cyan = 0.95, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 9 | 63 | 192 | - |
| CMYK | 0.95 | 0.67 | 0 | 0.25 |
| HSL | 222.3º | 0.91% | 0.39% | - |
| HSV(B) | 222.3º | 0.95% | 0.75% | - |
| XYZ | 11.4 | 7.42 | 50.7 | - |
| YUV | 61.56 | 201.61 | 90.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 63 | 192 | 0.95 | 0.67 | 0 | 0.25 | 222.3 | 0.91 | 0.39 |
| Hex | 9 | 3F | C0 | 5F | 43 | 0 | 19 | DE | 5B | 27 |
| Octal | 11 | 77 | 300 | 137 | 103 | 0 | 31 | 336 | 133 | 47 |
| Binary | 1001 | 111111 | 11000000 | 1011111 | 1000011 | 0 | 11001 | 11011110 | 1011011 | 100111 |
Color Harmonies of #093FC0
Complementary color
Monochromatic Colors of #093FC0
Black with #093FC0
Text Example
Text Example
White with #093FC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #093FC0; }
p { color: rgb(9,63,192); }
H1.HeaderClassName
{
color: #093FC0;
}
.AnyTagClassName
{
color: #093FC0;
}
</style>
background-color css
<style>
a { background-color: #093FC0; }
a { background-color: rgb(9,63,192); }
div.DivClassName
{
background-color: #093FC0;
}
.BgClassName
{
background-color: #093FC0;
}
</style>
border-color css
<style>
span { border-color: #093FC0; }
span { border-color: rgb(9,63,192); }
td.TdClassName
{
border-color: #093FC0;
}
.TagClassName
{
border-color: #093FC0;
}
</style>