Shades of Persian Blue #093BD1
Tints of Persian Blue #093BD1
RGB
CMYK
RGB Variations
Color information
#093BD1 (or 0x093BD1) is known color: Persian Blue. HEX triplet: 09, 3B and D1. RGB value is (9,59,209). Sum of RGB (Red+Green+Blue) = 9+59+209=277 (36% of max value = 765). Red value is 9 (3.91% from 255 or 3.25% from 277); Green value is 59 (23.44% from 255 or 21.30% from 277); Blue value is 209 (82.03% from 255 or 75.45% from 277); Max value from RGB is 209 - color contains mainly: blue. Hex color #093BD1 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #093BD1 is #F6C42E. Grayscale: #3C3C3C. Windows color (decimal): -16172079 or 13712137. OLE color: 13712137.
HSL color Cylindrical-coordinate representation of color #093BD1: hue angle of 225º 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 #093BD1 is Cyan = 0.96, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 9 | 59 | 209 | - |
| CMYK | 0.96 | 0.72 | 0 | 0.18 |
| HSL | 225º | 0.92% | 0.43% | - |
| HSV(B) | 225º | 0.96% | 0.82% | - |
| XYZ | 13.19 | 7.79 | 61.13 | - |
| YUV | 61.15 | 211.44 | 90.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 59 | 209 | 0.96 | 0.72 | 0 | 0.18 | 225 | 0.92 | 0.43 |
| Hex | 9 | 3B | D1 | 60 | 48 | 0 | 12 | E1 | 5C | 2B |
| Octal | 11 | 73 | 321 | 140 | 110 | 0 | 22 | 341 | 134 | 53 |
| Binary | 1001 | 111011 | 11010001 | 1100000 | 1001000 | 0 | 10010 | 11100001 | 1011100 | 101011 |
Color Harmonies of #093BD1
Complementary color
Monochromatic Colors of #093BD1
Black with #093BD1
Text Example
Text Example
White with #093BD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #093BD1; }
p { color: rgb(9,59,209); }
H1.HeaderClassName
{
color: #093BD1;
}
.AnyTagClassName
{
color: #093BD1;
}
</style>
background-color css
<style>
a { background-color: #093BD1; }
a { background-color: rgb(9,59,209); }
div.DivClassName
{
background-color: #093BD1;
}
.BgClassName
{
background-color: #093BD1;
}
</style>
border-color css
<style>
span { border-color: #093BD1; }
span { border-color: rgb(9,59,209); }
td.TdClassName
{
border-color: #093BD1;
}
.TagClassName
{
border-color: #093BD1;
}
</style>