Shades of Persian Blue #093AD1
Tints of Persian Blue #093AD1
RGB
CMYK
RGB Variations
Color information
#093AD1 (or 0x093AD1) is known color: Persian Blue. HEX triplet: 09, 3A and D1. RGB value is (9,58,209). Sum of RGB (Red+Green+Blue) = 9+58+209=276 (36% of max value = 765). Red value is 9 (3.91% from 255 or 3.26% from 276); Green value is 58 (23.05% from 255 or 21.01% from 276); Blue value is 209 (82.03% from 255 or 75.72% from 276); Max value from RGB is 209 - color contains mainly: blue. Hex color #093AD1 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #093AD1 is #F6C52E. Grayscale: #3B3B3B. Windows color (decimal): -16172335 or 13711881. OLE color: 13711881.
HSL color Cylindrical-coordinate representation of color #093AD1: hue angle of 225.3º degrees, saturation: 0.92, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #093AD1 is Cyan = 0.96, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 9 | 58 | 209 | - |
| CMYK | 0.96 | 0.72 | 0 | 0.18 |
| HSL | 225.3º | 0.92% | 0.43% | - |
| HSV(B) | 225.3º | 0.96% | 0.82% | - |
| XYZ | 13.13 | 7.69 | 61.11 | - |
| YUV | 60.56 | 211.77 | 91.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 58 | 209 | 0.96 | 0.72 | 0 | 0.18 | 225.3 | 0.92 | 0.43 |
| Hex | 9 | 3A | D1 | 60 | 48 | 0 | 12 | E1 | 5C | 2B |
| Octal | 11 | 72 | 321 | 140 | 110 | 0 | 22 | 341 | 134 | 53 |
| Binary | 1001 | 111010 | 11010001 | 1100000 | 1001000 | 0 | 10010 | 11100001 | 1011100 | 101011 |
Color Harmonies of #093AD1
Complementary color
Monochromatic Colors of #093AD1
Black with #093AD1
Text Example
Text Example
White with #093AD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #093AD1; }
p { color: rgb(9,58,209); }
H1.HeaderClassName
{
color: #093AD1;
}
.AnyTagClassName
{
color: #093AD1;
}
</style>
background-color css
<style>
a { background-color: #093AD1; }
a { background-color: rgb(9,58,209); }
div.DivClassName
{
background-color: #093AD1;
}
.BgClassName
{
background-color: #093AD1;
}
</style>
border-color css
<style>
span { border-color: #093AD1; }
span { border-color: rgb(9,58,209); }
td.TdClassName
{
border-color: #093AD1;
}
.TagClassName
{
border-color: #093AD1;
}
</style>