Shades of Persian Blue #0A3CF3
Tints of Persian Blue #0A3CF3
RGB
CMYK
RGB Variations
Color information
#0A3CF3 (or 0x0A3CF3) is known color: Persian Blue. HEX triplet: 0A, 3C and F3. RGB value is (10,60,243). Sum of RGB (Red+Green+Blue) = 10+60+243=313 (41% of max value = 765). Red value is 10 (4.30% from 255 or 3.19% from 313); Green value is 60 (23.83% from 255 or 19.17% from 313); Blue value is 243 (95.31% from 255 or 77.64% from 313); Max value from RGB is 243 - color contains mainly: blue. Hex color #0A3CF3 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0A3CF3 is #F5C30C. Grayscale: #414141. Windows color (decimal): -16106253 or 15940618. OLE color: 15940618.
HSL color Cylindrical-coordinate representation of color #0A3CF3: hue angle of 227.12º degrees, saturation: 0.92, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0A3CF3 is Cyan = 0.96, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 10 | 60 | 243 | - |
| CMYK | 0.96 | 0.75 | 0 | 0.05 |
| HSL | 227.12º | 0.92% | 0.5% | - |
| HSV(B) | 227.12º | 0.96% | 0.95% | - |
| XYZ | 17.92 | 9.77 | 85.73 | - |
| YUV | 65.91 | 227.94 | 88.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 60 | 243 | 0.96 | 0.75 | 0 | 0.05 | 227.12 | 0.92 | 0.5 |
| Hex | A | 3C | F3 | 60 | 4B | 0 | 5 | E3 | 5C | 32 |
| Octal | 12 | 74 | 363 | 140 | 113 | 0 | 5 | 343 | 134 | 62 |
| Binary | 1010 | 111100 | 11110011 | 1100000 | 1001011 | 0 | 101 | 11100011 | 1011100 | 110010 |
Color Harmonies of #0A3CF3
Complementary color
Monochromatic Colors of #0A3CF3
Black with #0A3CF3
Text Example
Text Example
White with #0A3CF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A3CF3; }
p { color: rgb(10,60,243); }
H1.HeaderClassName
{
color: #0A3CF3;
}
.AnyTagClassName
{
color: #0A3CF3;
}
</style>
background-color css
<style>
a { background-color: #0A3CF3; }
a { background-color: rgb(10,60,243); }
div.DivClassName
{
background-color: #0A3CF3;
}
.BgClassName
{
background-color: #0A3CF3;
}
</style>
border-color css
<style>
span { border-color: #0A3CF3; }
span { border-color: rgb(10,60,243); }
td.TdClassName
{
border-color: #0A3CF3;
}
.TagClassName
{
border-color: #0A3CF3;
}
</style>