Shades of Persian Blue #0942CE
Tints of Persian Blue #0942CE
RGB
CMYK
RGB Variations
Color information
#0942CE (or 0x0942CE) is known color: Persian Blue. HEX triplet: 09, 42 and CE. RGB value is (9,66,206). Sum of RGB (Red+Green+Blue) = 9+66+206=281 (37% of max value = 765). Red value is 9 (3.91% from 255 or 3.20% from 281); Green value is 66 (26.17% from 255 or 23.49% from 281); Blue value is 206 (80.86% from 255 or 73.31% from 281); Max value from RGB is 206 - color contains mainly: blue. Hex color #0942CE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0942CE is #F6BD31. Grayscale: #404040. Windows color (decimal): -16170290 or 13517321. OLE color: 13517321.
HSL color Cylindrical-coordinate representation of color #0942CE: hue angle of 222.64º 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 #0942CE is Cyan = 0.96, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 9 | 66 | 206 | - |
| CMYK | 0.96 | 0.68 | 0 | 0.19 |
| HSL | 222.64º | 0.92% | 0.42% | - |
| HSV(B) | 222.64º | 0.96% | 0.81% | - |
| XYZ | 13.2 | 8.41 | 59.32 | - |
| YUV | 64.92 | 207.62 | 88.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 66 | 206 | 0.96 | 0.68 | 0 | 0.19 | 222.64 | 0.92 | 0.42 |
| Hex | 9 | 42 | CE | 60 | 44 | 0 | 13 | DF | 5C | 2A |
| Octal | 11 | 102 | 316 | 140 | 104 | 0 | 23 | 337 | 134 | 52 |
| Binary | 1001 | 1000010 | 11001110 | 1100000 | 1000100 | 0 | 10011 | 11011111 | 1011100 | 101010 |
Color Harmonies of #0942CE
Complementary color
Monochromatic Colors of #0942CE
Black with #0942CE
Text Example
Text Example
White with #0942CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0942CE; }
p { color: rgb(9,66,206); }
H1.HeaderClassName
{
color: #0942CE;
}
.AnyTagClassName
{
color: #0942CE;
}
</style>
background-color css
<style>
a { background-color: #0942CE; }
a { background-color: rgb(9,66,206); }
div.DivClassName
{
background-color: #0942CE;
}
.BgClassName
{
background-color: #0942CE;
}
</style>
border-color css
<style>
span { border-color: #0942CE; }
span { border-color: rgb(9,66,206); }
td.TdClassName
{
border-color: #0942CE;
}
.TagClassName
{
border-color: #0942CE;
}
</style>