Shades of Persian Blue #093AD0
Tints of Persian Blue #093AD0
RGB
CMYK
RGB Variations
Color information
#093AD0 (or 0x093AD0) is known color: Persian Blue. HEX triplet: 09, 3A and D0. RGB value is (9,58,208). Sum of RGB (Red+Green+Blue) = 9+58+208=275 (36% of max value = 765). Red value is 9 (3.91% from 255 or 3.27% from 275); Green value is 58 (23.05% from 255 or 21.09% from 275); Blue value is 208 (81.64% from 255 or 75.64% from 275); Max value from RGB is 208 - color contains mainly: blue. Hex color #093AD0 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #093AD0 is #F6C52F. Grayscale: #3B3B3B. Windows color (decimal): -16172336 or 13646345. OLE color: 13646345.
HSL color Cylindrical-coordinate representation of color #093AD0: hue angle of 225.23º 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 #093AD0 is Cyan = 0.96, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 9 | 58 | 208 | - |
| CMYK | 0.96 | 0.72 | 0 | 0.18 |
| HSL | 225.23º | 0.92% | 0.43% | - |
| HSV(B) | 225.23º | 0.96% | 0.82% | - |
| XYZ | 13.01 | 7.64 | 60.46 | - |
| YUV | 60.45 | 211.27 | 91.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 58 | 208 | 0.96 | 0.72 | 0 | 0.18 | 225.23 | 0.92 | 0.43 |
| Hex | 9 | 3A | D0 | 60 | 48 | 0 | 12 | E1 | 5C | 2B |
| Octal | 11 | 72 | 320 | 140 | 110 | 0 | 22 | 341 | 134 | 53 |
| Binary | 1001 | 111010 | 11010000 | 1100000 | 1001000 | 0 | 10010 | 11100001 | 1011100 | 101011 |
Color Harmonies of #093AD0
Complementary color
Monochromatic Colors of #093AD0
Black with #093AD0
Text Example
Text Example
White with #093AD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #093AD0; }
p { color: rgb(9,58,208); }
H1.HeaderClassName
{
color: #093AD0;
}
.AnyTagClassName
{
color: #093AD0;
}
</style>
background-color css
<style>
a { background-color: #093AD0; }
a { background-color: rgb(9,58,208); }
div.DivClassName
{
background-color: #093AD0;
}
.BgClassName
{
background-color: #093AD0;
}
</style>
border-color css
<style>
span { border-color: #093AD0; }
span { border-color: rgb(9,58,208); }
td.TdClassName
{
border-color: #093AD0;
}
.TagClassName
{
border-color: #093AD0;
}
</style>