Shades of Persian Blue #0946D7
Tints of Persian Blue #0946D7
RGB
CMYK
RGB Variations
Color information
#0946D7 (or 0x0946D7) is known color: Persian Blue. HEX triplet: 09, 46 and D7. RGB value is (9,70,215). Sum of RGB (Red+Green+Blue) = 9+70+215=294 (38% of max value = 765). Red value is 9 (3.91% from 255 or 3.06% from 294); Green value is 70 (27.73% from 255 or 23.81% from 294); Blue value is 215 (84.38% from 255 or 73.13% from 294); Max value from RGB is 215 - color contains mainly: blue. Hex color #0946D7 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0946D7 is #F6B928. Grayscale: #434343. Windows color (decimal): -16169257 or 14108169. OLE color: 14108169.
HSL color Cylindrical-coordinate representation of color #0946D7: hue angle of 222.23º 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 #0946D7 is Cyan = 0.96, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 9 | 70 | 215 | - |
| CMYK | 0.96 | 0.67 | 0 | 0.16 |
| HSL | 222.23º | 0.92% | 0.44% | - |
| HSV(B) | 222.23º | 0.96% | 0.84% | - |
| XYZ | 14.57 | 9.34 | 65.33 | - |
| YUV | 68.29 | 210.79 | 85.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 70 | 215 | 0.96 | 0.67 | 0 | 0.16 | 222.23 | 0.92 | 0.44 |
| Hex | 9 | 46 | D7 | 60 | 43 | 0 | 10 | DE | 5C | 2C |
| Octal | 11 | 106 | 327 | 140 | 103 | 0 | 20 | 336 | 134 | 54 |
| Binary | 1001 | 1000110 | 11010111 | 1100000 | 1000011 | 0 | 10000 | 11011110 | 1011100 | 101100 |
Color Harmonies of #0946D7
Complementary color
Monochromatic Colors of #0946D7
Black with #0946D7
Text Example
Text Example
White with #0946D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0946D7; }
p { color: rgb(9,70,215); }
H1.HeaderClassName
{
color: #0946D7;
}
.AnyTagClassName
{
color: #0946D7;
}
</style>
background-color css
<style>
a { background-color: #0946D7; }
a { background-color: rgb(9,70,215); }
div.DivClassName
{
background-color: #0946D7;
}
.BgClassName
{
background-color: #0946D7;
}
</style>
border-color css
<style>
span { border-color: #0946D7; }
span { border-color: rgb(9,70,215); }
td.TdClassName
{
border-color: #0946D7;
}
.TagClassName
{
border-color: #0946D7;
}
</style>