Shades of Persian Blue #0A3BF6
Tints of Persian Blue #0A3BF6
RGB
CMYK
RGB Variations
Color information
#0A3BF6 (or 0x0A3BF6) is known color: Persian Blue. HEX triplet: 0A, 3B and F6. RGB value is (10,59,246). Sum of RGB (Red+Green+Blue) = 10+59+246=315 (41% of max value = 765). Red value is 10 (4.30% from 255 or 3.17% from 315); Green value is 59 (23.44% from 255 or 18.73% from 315); Blue value is 246 (96.48% from 255 or 78.10% from 315); Max value from RGB is 246 - color contains mainly: blue. Hex color #0A3BF6 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0A3BF6 is #F5C409. Grayscale: #404040. Windows color (decimal): -16106506 or 16136970. OLE color: 16136970.
HSL color Cylindrical-coordinate representation of color #0A3BF6: hue angle of 227.54º degrees, saturation: 0.93, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0A3BF6 is Cyan = 0.96, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 10 | 59 | 246 | - |
| CMYK | 0.96 | 0.76 | 0 | 0.04 |
| HSL | 227.54º | 0.93% | 0.5% | - |
| HSV(B) | 227.54º | 0.96% | 0.96% | - |
| XYZ | 18.32 | 9.85 | 88.12 | - |
| YUV | 65.67 | 229.77 | 88.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 59 | 246 | 0.96 | 0.76 | 0 | 0.04 | 227.54 | 0.93 | 0.5 |
| Hex | A | 3B | F6 | 60 | 4C | 0 | 4 | E4 | 5D | 32 |
| Octal | 12 | 73 | 366 | 140 | 114 | 0 | 4 | 344 | 135 | 62 |
| Binary | 1010 | 111011 | 11110110 | 1100000 | 1001100 | 0 | 100 | 11100100 | 1011101 | 110010 |
Color Harmonies of #0A3BF6
Complementary color
Monochromatic Colors of #0A3BF6
Black with #0A3BF6
Text Example
Text Example
White with #0A3BF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A3BF6; }
p { color: rgb(10,59,246); }
H1.HeaderClassName
{
color: #0A3BF6;
}
.AnyTagClassName
{
color: #0A3BF6;
}
</style>
background-color css
<style>
a { background-color: #0A3BF6; }
a { background-color: rgb(10,59,246); }
div.DivClassName
{
background-color: #0A3BF6;
}
.BgClassName
{
background-color: #0A3BF6;
}
</style>
border-color css
<style>
span { border-color: #0A3BF6; }
span { border-color: rgb(10,59,246); }
td.TdClassName
{
border-color: #0A3BF6;
}
.TagClassName
{
border-color: #0A3BF6;
}
</style>