Shades of Persian Blue #093DF5
Tints of Persian Blue #093DF5
RGB
CMYK
RGB Variations
Color information
#093DF5 (or 0x093DF5) is known color: Persian Blue. HEX triplet: 09, 3D and F5. RGB value is (9,61,245). Sum of RGB (Red+Green+Blue) = 9+61+245=315 (41% of max value = 765). Red value is 9 (3.91% from 255 or 2.86% from 315); Green value is 61 (24.22% from 255 or 19.37% from 315); Blue value is 245 (96.09% from 255 or 77.78% from 315); Max value from RGB is 245 - color contains mainly: blue. Hex color #093DF5 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #093DF5 is #F6C20A. Grayscale: #414141. Windows color (decimal): -16171531 or 16071945. OLE color: 16071945.
HSL color Cylindrical-coordinate representation of color #093DF5: hue angle of 226.78º degrees, saturation: 0.93, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #093DF5 is Cyan = 0.96, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 9 | 61 | 245 | - |
| CMYK | 0.96 | 0.75 | 0 | 0.04 |
| HSL | 226.78º | 0.93% | 0.5% | - |
| HSV(B) | 226.78º | 0.96% | 0.96% | - |
| XYZ | 18.26 | 9.99 | 87.35 | - |
| YUV | 66.43 | 228.77 | 87.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 61 | 245 | 0.96 | 0.75 | 0 | 0.04 | 226.78 | 0.93 | 0.5 |
| Hex | 9 | 3D | F5 | 60 | 4B | 0 | 4 | E3 | 5D | 32 |
| Octal | 11 | 75 | 365 | 140 | 113 | 0 | 4 | 343 | 135 | 62 |
| Binary | 1001 | 111101 | 11110101 | 1100000 | 1001011 | 0 | 100 | 11100011 | 1011101 | 110010 |
Color Harmonies of #093DF5
Complementary color
Monochromatic Colors of #093DF5
Black with #093DF5
Text Example
Text Example
White with #093DF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #093DF5; }
p { color: rgb(9,61,245); }
H1.HeaderClassName
{
color: #093DF5;
}
.AnyTagClassName
{
color: #093DF5;
}
</style>
background-color css
<style>
a { background-color: #093DF5; }
a { background-color: rgb(9,61,245); }
div.DivClassName
{
background-color: #093DF5;
}
.BgClassName
{
background-color: #093DF5;
}
</style>
border-color css
<style>
span { border-color: #093DF5; }
span { border-color: rgb(9,61,245); }
td.TdClassName
{
border-color: #093DF5;
}
.TagClassName
{
border-color: #093DF5;
}
</style>