Shades of Persian Blue #0946CE
Tints of Persian Blue #0946CE
RGB
CMYK
RGB Variations
Color information
#0946CE (or 0x0946CE) is known color: Persian Blue. HEX triplet: 09, 46 and CE. RGB value is (9,70,206). Sum of RGB (Red+Green+Blue) = 9+70+206=285 (37% of max value = 765). Red value is 9 (3.91% from 255 or 3.16% from 285); Green value is 70 (27.73% from 255 or 24.56% from 285); Blue value is 206 (80.86% from 255 or 72.28% from 285); Max value from RGB is 206 - color contains mainly: blue. Hex color #0946CE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0946CE is #F6B931. Grayscale: #424242. Windows color (decimal): -16169266 or 13518345. OLE color: 13518345.
HSL color Cylindrical-coordinate representation of color #0946CE: hue angle of 221.42º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0946CE is Cyan = 0.96, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 9 | 70 | 206 | - |
| CMYK | 0.96 | 0.66 | 0 | 0.19 |
| HSL | 221.42º | 0.92% | 0.42% | - |
| HSV(B) | 221.42º | 0.96% | 0.81% | - |
| XYZ | 13.44 | 8.89 | 59.4 | - |
| YUV | 67.27 | 206.29 | 86.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 70 | 206 | 0.96 | 0.66 | 0 | 0.19 | 221.42 | 0.92 | 0.42 |
| Hex | 9 | 46 | CE | 60 | 42 | 0 | 13 | DD | 5C | 2A |
| Octal | 11 | 106 | 316 | 140 | 102 | 0 | 23 | 335 | 134 | 52 |
| Binary | 1001 | 1000110 | 11001110 | 1100000 | 1000010 | 0 | 10011 | 11011101 | 1011100 | 101010 |
Color Harmonies of #0946CE
Complementary color
Monochromatic Colors of #0946CE
Black with #0946CE
Text Example
Text Example
White with #0946CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0946CE; }
p { color: rgb(9,70,206); }
H1.HeaderClassName
{
color: #0946CE;
}
.AnyTagClassName
{
color: #0946CE;
}
</style>
background-color css
<style>
a { background-color: #0946CE; }
a { background-color: rgb(9,70,206); }
div.DivClassName
{
background-color: #0946CE;
}
.BgClassName
{
background-color: #0946CE;
}
</style>
border-color css
<style>
span { border-color: #0946CE; }
span { border-color: rgb(9,70,206); }
td.TdClassName
{
border-color: #0946CE;
}
.TagClassName
{
border-color: #0946CE;
}
</style>