Shades of Persian Blue #0A43D7
Tints of Persian Blue #0A43D7
RGB
CMYK
RGB Variations
Color information
#0A43D7 (or 0x0A43D7) is known color: Persian Blue. HEX triplet: 0A, 43 and D7. RGB value is (10,67,215). Sum of RGB (Red+Green+Blue) = 10+67+215=292 (38% of max value = 765). Red value is 10 (4.30% from 255 or 3.42% from 292); Green value is 67 (26.56% from 255 or 22.95% from 292); Blue value is 215 (84.38% from 255 or 73.63% from 292); Max value from RGB is 215 - color contains mainly: blue. Hex color #0A43D7 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0A43D7 is #F5BC28. Grayscale: #424242. Windows color (decimal): -16104489 or 14107402. OLE color: 14107402.
HSL color Cylindrical-coordinate representation of color #0A43D7: hue angle of 223.32º degrees, saturation: 0.91, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0A43D7 is Cyan = 0.95, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 10 | 67 | 215 | - |
| CMYK | 0.95 | 0.69 | 0 | 0.16 |
| HSL | 223.32º | 0.91% | 0.44% | - |
| HSV(B) | 223.32º | 0.95% | 0.84% | - |
| XYZ | 14.4 | 8.99 | 65.27 | - |
| YUV | 66.83 | 211.62 | 87.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 67 | 215 | 0.95 | 0.69 | 0 | 0.16 | 223.32 | 0.91 | 0.44 |
| Hex | A | 43 | D7 | 5F | 45 | 0 | 10 | DF | 5B | 2C |
| Octal | 12 | 103 | 327 | 137 | 105 | 0 | 20 | 337 | 133 | 54 |
| Binary | 1010 | 1000011 | 11010111 | 1011111 | 1000101 | 0 | 10000 | 11011111 | 1011011 | 101100 |
Color Harmonies of #0A43D7
Complementary color
Monochromatic Colors of #0A43D7
Black with #0A43D7
Text Example
Text Example
White with #0A43D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A43D7; }
p { color: rgb(10,67,215); }
H1.HeaderClassName
{
color: #0A43D7;
}
.AnyTagClassName
{
color: #0A43D7;
}
</style>
background-color css
<style>
a { background-color: #0A43D7; }
a { background-color: rgb(10,67,215); }
div.DivClassName
{
background-color: #0A43D7;
}
.BgClassName
{
background-color: #0A43D7;
}
</style>
border-color css
<style>
span { border-color: #0A43D7; }
span { border-color: rgb(10,67,215); }
td.TdClassName
{
border-color: #0A43D7;
}
.TagClassName
{
border-color: #0A43D7;
}
</style>