Shades of Persian Blue #0A43E9
Tints of Persian Blue #0A43E9
RGB
CMYK
RGB Variations
Color information
#0A43E9 (or 0x0A43E9) is known color: Persian Blue. HEX triplet: 0A, 43 and E9. RGB value is (10,67,233). Sum of RGB (Red+Green+Blue) = 10+67+233=310 (41% of max value = 765). Red value is 10 (4.30% from 255 or 3.23% from 310); Green value is 67 (26.56% from 255 or 21.61% from 310); Blue value is 233 (91.41% from 255 or 75.16% from 310); Max value from RGB is 233 - color contains mainly: blue. Hex color #0A43E9 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0A43E9 is #F5BC16. Grayscale: #444444. Windows color (decimal): -16104471 or 15287050. OLE color: 15287050.
HSL color Cylindrical-coordinate representation of color #0A43E9: hue angle of 224.66º degrees, saturation: 0.92, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0A43E9 is Cyan = 0.96, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 10 | 67 | 233 | - |
| CMYK | 0.96 | 0.71 | 0 | 0.09 |
| HSL | 224.66º | 0.92% | 0.48% | - |
| HSV(B) | 224.66º | 0.96% | 0.91% | - |
| XYZ | 16.84 | 9.96 | 78.13 | - |
| YUV | 68.88 | 220.62 | 86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 67 | 233 | 0.96 | 0.71 | 0 | 0.09 | 224.66 | 0.92 | 0.48 |
| Hex | A | 43 | E9 | 60 | 47 | 0 | 9 | E1 | 5C | 30 |
| Octal | 12 | 103 | 351 | 140 | 107 | 0 | 11 | 341 | 134 | 60 |
| Binary | 1010 | 1000011 | 11101001 | 1100000 | 1000111 | 0 | 1001 | 11100001 | 1011100 | 110000 |
Color Harmonies of #0A43E9
Complementary color
Monochromatic Colors of #0A43E9
Black with #0A43E9
Text Example
Text Example
White with #0A43E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A43E9; }
p { color: rgb(10,67,233); }
H1.HeaderClassName
{
color: #0A43E9;
}
.AnyTagClassName
{
color: #0A43E9;
}
</style>
background-color css
<style>
a { background-color: #0A43E9; }
a { background-color: rgb(10,67,233); }
div.DivClassName
{
background-color: #0A43E9;
}
.BgClassName
{
background-color: #0A43E9;
}
</style>
border-color css
<style>
span { border-color: #0A43E9; }
span { border-color: rgb(10,67,233); }
td.TdClassName
{
border-color: #0A43E9;
}
.TagClassName
{
border-color: #0A43E9;
}
</style>