Shades of Persian Blue #0A3BC0
Tints of Persian Blue #0A3BC0
RGB
CMYK
RGB Variations
Color information
#0A3BC0 (or 0x0A3BC0) is known color: Persian Blue. HEX triplet: 0A, 3B and C0. RGB value is (10,59,192). Sum of RGB (Red+Green+Blue) = 10+59+192=261 (34% of max value = 765). Red value is 10 (4.30% from 255 or 3.83% from 261); Green value is 59 (23.44% from 255 or 22.61% from 261); Blue value is 192 (75.39% from 255 or 73.56% from 261); Max value from RGB is 192 - color contains mainly: blue. Hex color #0A3BC0 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0A3BC0 is #F5C43F. Grayscale: #3A3A3A. Windows color (decimal): -16106560 or 12598026. OLE color: 12598026.
HSL color Cylindrical-coordinate representation of color #0A3BC0: hue angle of 223.85º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0A3BC0 is Cyan = 0.95, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 10 | 59 | 192 | - |
| CMYK | 0.95 | 0.69 | 0 | 0.25 |
| HSL | 223.85º | 0.9% | 0.4% | - |
| HSV(B) | 223.85º | 0.95% | 0.75% | - |
| XYZ | 11.2 | 7 | 50.63 | - |
| YUV | 59.51 | 202.77 | 92.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 59 | 192 | 0.95 | 0.69 | 0 | 0.25 | 223.85 | 0.9 | 0.4 |
| Hex | A | 3B | C0 | 5F | 45 | 0 | 19 | E0 | 5A | 28 |
| Octal | 12 | 73 | 300 | 137 | 105 | 0 | 31 | 340 | 132 | 50 |
| Binary | 1010 | 111011 | 11000000 | 1011111 | 1000101 | 0 | 11001 | 11100000 | 1011010 | 101000 |
Color Harmonies of #0A3BC0
Complementary color
Monochromatic Colors of #0A3BC0
Black with #0A3BC0
Text Example
Text Example
White with #0A3BC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A3BC0; }
p { color: rgb(10,59,192); }
H1.HeaderClassName
{
color: #0A3BC0;
}
.AnyTagClassName
{
color: #0A3BC0;
}
</style>
background-color css
<style>
a { background-color: #0A3BC0; }
a { background-color: rgb(10,59,192); }
div.DivClassName
{
background-color: #0A3BC0;
}
.BgClassName
{
background-color: #0A3BC0;
}
</style>
border-color css
<style>
span { border-color: #0A3BC0; }
span { border-color: rgb(10,59,192); }
td.TdClassName
{
border-color: #0A3BC0;
}
.TagClassName
{
border-color: #0A3BC0;
}
</style>