Shades of Persian Blue #0943CE
Tints of Persian Blue #0943CE
RGB
CMYK
RGB Variations
Color information
#0943CE (or 0x0943CE) is known color: Persian Blue. HEX triplet: 09, 43 and CE. RGB value is (9,67,206). Sum of RGB (Red+Green+Blue) = 9+67+206=282 (37% of max value = 765). Red value is 9 (3.91% from 255 or 3.19% from 282); Green value is 67 (26.56% from 255 or 23.76% from 282); Blue value is 206 (80.86% from 255 or 73.05% from 282); Max value from RGB is 206 - color contains mainly: blue. Hex color #0943CE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0943CE is #F6BC31. Grayscale: #404040. Windows color (decimal): -16170034 or 13517577. OLE color: 13517577.
HSL color Cylindrical-coordinate representation of color #0943CE: hue angle of 222.34º 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 #0943CE is Cyan = 0.96, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 9 | 67 | 206 | - |
| CMYK | 0.96 | 0.67 | 0 | 0.19 |
| HSL | 222.34º | 0.92% | 0.42% | - |
| HSV(B) | 222.34º | 0.96% | 0.81% | - |
| XYZ | 13.26 | 8.53 | 59.34 | - |
| YUV | 65.5 | 207.28 | 87.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 67 | 206 | 0.96 | 0.67 | 0 | 0.19 | 222.34 | 0.92 | 0.42 |
| Hex | 9 | 43 | CE | 60 | 43 | 0 | 13 | DE | 5C | 2A |
| Octal | 11 | 103 | 316 | 140 | 103 | 0 | 23 | 336 | 134 | 52 |
| Binary | 1001 | 1000011 | 11001110 | 1100000 | 1000011 | 0 | 10011 | 11011110 | 1011100 | 101010 |
Color Harmonies of #0943CE
Complementary color
Monochromatic Colors of #0943CE
Black with #0943CE
Text Example
Text Example
White with #0943CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0943CE; }
p { color: rgb(9,67,206); }
H1.HeaderClassName
{
color: #0943CE;
}
.AnyTagClassName
{
color: #0943CE;
}
</style>
background-color css
<style>
a { background-color: #0943CE; }
a { background-color: rgb(9,67,206); }
div.DivClassName
{
background-color: #0943CE;
}
.BgClassName
{
background-color: #0943CE;
}
</style>
border-color css
<style>
span { border-color: #0943CE; }
span { border-color: rgb(9,67,206); }
td.TdClassName
{
border-color: #0943CE;
}
.TagClassName
{
border-color: #0943CE;
}
</style>