Shades of Persian Blue #0937D7
Tints of Persian Blue #0937D7
RGB
CMYK
RGB Variations
Color information
#0937D7 (or 0x0937D7) is known color: Persian Blue. HEX triplet: 09, 37 and D7. RGB value is (9,55,215). Sum of RGB (Red+Green+Blue) = 9+55+215=279 (36% of max value = 765). Red value is 9 (3.91% from 255 or 3.23% from 279); Green value is 55 (21.88% from 255 or 19.71% from 279); Blue value is 215 (84.38% from 255 or 77.06% from 279); Max value from RGB is 215 - color contains mainly: blue. Hex color #0937D7 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0937D7 is #F6C828. Grayscale: #3A3A3A. Windows color (decimal): -16173097 or 14104329. OLE color: 14104329.
HSL color Cylindrical-coordinate representation of color #0937D7: hue angle of 226.6º degrees, saturation: 0.92, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0937D7 is Cyan = 0.96, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 9 | 55 | 215 | - |
| CMYK | 0.96 | 0.74 | 0 | 0.16 |
| HSL | 226.6º | 0.92% | 0.44% | - |
| HSV(B) | 226.6º | 0.96% | 0.84% | - |
| XYZ | 13.74 | 7.7 | 65.05 | - |
| YUV | 59.49 | 215.76 | 91.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 55 | 215 | 0.96 | 0.74 | 0 | 0.16 | 226.6 | 0.92 | 0.44 |
| Hex | 9 | 37 | D7 | 60 | 4A | 0 | 10 | E3 | 5C | 2C |
| Octal | 11 | 67 | 327 | 140 | 112 | 0 | 20 | 343 | 134 | 54 |
| Binary | 1001 | 110111 | 11010111 | 1100000 | 1001010 | 0 | 10000 | 11100011 | 1011100 | 101100 |
Color Harmonies of #0937D7
Complementary color
Monochromatic Colors of #0937D7
Black with #0937D7
Text Example
Text Example
White with #0937D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0937D7; }
p { color: rgb(9,55,215); }
H1.HeaderClassName
{
color: #0937D7;
}
.AnyTagClassName
{
color: #0937D7;
}
</style>
background-color css
<style>
a { background-color: #0937D7; }
a { background-color: rgb(9,55,215); }
div.DivClassName
{
background-color: #0937D7;
}
.BgClassName
{
background-color: #0937D7;
}
</style>
border-color css
<style>
span { border-color: #0937D7; }
span { border-color: rgb(9,55,215); }
td.TdClassName
{
border-color: #0937D7;
}
.TagClassName
{
border-color: #0937D7;
}
</style>