Shades of Persian Blue #093AD4
Tints of Persian Blue #093AD4
RGB
CMYK
RGB Variations
Color information
#093AD4 (or 0x093AD4) is known color: Persian Blue. HEX triplet: 09, 3A and D4. RGB value is (9,58,212). Sum of RGB (Red+Green+Blue) = 9+58+212=279 (36% of max value = 765). Red value is 9 (3.91% from 255 or 3.23% from 279); Green value is 58 (23.05% from 255 or 20.79% from 279); Blue value is 212 (83.20% from 255 or 75.99% from 279); Max value from RGB is 212 - color contains mainly: blue. Hex color #093AD4 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #093AD4 is #F6C52B. Grayscale: #3C3C3C. Windows color (decimal): -16172332 or 13908489. OLE color: 13908489.
HSL color Cylindrical-coordinate representation of color #093AD4: hue angle of 225.52º degrees, saturation: 0.92, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #093AD4 is Cyan = 0.96, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 9 | 58 | 212 | - |
| CMYK | 0.96 | 0.73 | 0 | 0.17 |
| HSL | 225.52º | 0.92% | 0.43% | - |
| HSV(B) | 225.52º | 0.96% | 0.83% | - |
| XYZ | 13.51 | 7.84 | 63.09 | - |
| YUV | 60.91 | 213.27 | 90.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 58 | 212 | 0.96 | 0.73 | 0 | 0.17 | 225.52 | 0.92 | 0.43 |
| Hex | 9 | 3A | D4 | 60 | 49 | 0 | 11 | E2 | 5C | 2B |
| Octal | 11 | 72 | 324 | 140 | 111 | 0 | 21 | 342 | 134 | 53 |
| Binary | 1001 | 111010 | 11010100 | 1100000 | 1001001 | 0 | 10001 | 11100010 | 1011100 | 101011 |
Color Harmonies of #093AD4
Complementary color
Monochromatic Colors of #093AD4
Black with #093AD4
Text Example
Text Example
White with #093AD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #093AD4; }
p { color: rgb(9,58,212); }
H1.HeaderClassName
{
color: #093AD4;
}
.AnyTagClassName
{
color: #093AD4;
}
</style>
background-color css
<style>
a { background-color: #093AD4; }
a { background-color: rgb(9,58,212); }
div.DivClassName
{
background-color: #093AD4;
}
.BgClassName
{
background-color: #093AD4;
}
</style>
border-color css
<style>
span { border-color: #093AD4; }
span { border-color: rgb(9,58,212); }
td.TdClassName
{
border-color: #093AD4;
}
.TagClassName
{
border-color: #093AD4;
}
</style>