Shades of Persian Blue #093AD8
Tints of Persian Blue #093AD8
RGB
CMYK
RGB Variations
Color information
#093AD8 (or 0x093AD8) is known color: Persian Blue. HEX triplet: 09, 3A and D8. RGB value is (9,58,216). Sum of RGB (Red+Green+Blue) = 9+58+216=283 (37% of max value = 765). Red value is 9 (3.91% from 255 or 3.18% from 283); Green value is 58 (23.05% from 255 or 20.49% from 283); Blue value is 216 (84.77% from 255 or 76.33% from 283); Max value from RGB is 216 - color contains mainly: blue. Hex color #093AD8 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #093AD8 is #F6C527. Grayscale: #3C3C3C. Windows color (decimal): -16172328 or 14170633. OLE color: 14170633.
HSL color Cylindrical-coordinate representation of color #093AD8: hue angle of 225.8º degrees, saturation: 0.92, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #093AD8 is Cyan = 0.96, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 9 | 58 | 216 | - |
| CMYK | 0.96 | 0.73 | 0 | 0.15 |
| HSL | 225.8º | 0.92% | 0.44% | - |
| HSV(B) | 225.8º | 0.96% | 0.85% | - |
| XYZ | 14.02 | 8.04 | 65.78 | - |
| YUV | 61.36 | 215.27 | 90.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 58 | 216 | 0.96 | 0.73 | 0 | 0.15 | 225.8 | 0.92 | 0.44 |
| Hex | 9 | 3A | D8 | 60 | 49 | 0 | F | E2 | 5C | 2C |
| Octal | 11 | 72 | 330 | 140 | 111 | 0 | 17 | 342 | 134 | 54 |
| Binary | 1001 | 111010 | 11011000 | 1100000 | 1001001 | 0 | 1111 | 11100010 | 1011100 | 101100 |
Color Harmonies of #093AD8
Complementary color
Monochromatic Colors of #093AD8
Black with #093AD8
Text Example
Text Example
White with #093AD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #093AD8; }
p { color: rgb(9,58,216); }
H1.HeaderClassName
{
color: #093AD8;
}
.AnyTagClassName
{
color: #093AD8;
}
</style>
background-color css
<style>
a { background-color: #093AD8; }
a { background-color: rgb(9,58,216); }
div.DivClassName
{
background-color: #093AD8;
}
.BgClassName
{
background-color: #093AD8;
}
</style>
border-color css
<style>
span { border-color: #093AD8; }
span { border-color: rgb(9,58,216); }
td.TdClassName
{
border-color: #093AD8;
}
.TagClassName
{
border-color: #093AD8;
}
</style>