Shades of Persian Blue #0A3FF1
Tints of Persian Blue #0A3FF1
RGB
CMYK
RGB Variations
Color information
#0A3FF1 (or 0x0A3FF1) is known color: Persian Blue. HEX triplet: 0A, 3F and F1. RGB value is (10,63,241). Sum of RGB (Red+Green+Blue) = 10+63+241=314 (41% of max value = 765). Red value is 10 (4.30% from 255 or 3.18% from 314); Green value is 63 (25% from 255 or 20.06% from 314); Blue value is 241 (94.53% from 255 or 76.75% from 314); Max value from RGB is 241 - color contains mainly: blue. Hex color #0A3FF1 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0A3FF1 is #F5C00E. Grayscale: #424242. Windows color (decimal): -16105487 or 15810314. OLE color: 15810314.
HSL color Cylindrical-coordinate representation of color #0A3FF1: hue angle of 226.23º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0A3FF1 is Cyan = 0.96, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 10 | 63 | 241 | - |
| CMYK | 0.96 | 0.74 | 0 | 0.05 |
| HSL | 226.23º | 0.92% | 0.49% | - |
| HSV(B) | 226.23º | 0.96% | 0.95% | - |
| XYZ | 17.78 | 9.97 | 84.21 | - |
| YUV | 67.45 | 225.94 | 87.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 63 | 241 | 0.96 | 0.74 | 0 | 0.05 | 226.23 | 0.92 | 0.49 |
| Hex | A | 3F | F1 | 60 | 4A | 0 | 5 | E2 | 5C | 31 |
| Octal | 12 | 77 | 361 | 140 | 112 | 0 | 5 | 342 | 134 | 61 |
| Binary | 1010 | 111111 | 11110001 | 1100000 | 1001010 | 0 | 101 | 11100010 | 1011100 | 110001 |
Color Harmonies of #0A3FF1
Complementary color
Monochromatic Colors of #0A3FF1
Black with #0A3FF1
Text Example
Text Example
White with #0A3FF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A3FF1; }
p { color: rgb(10,63,241); }
H1.HeaderClassName
{
color: #0A3FF1;
}
.AnyTagClassName
{
color: #0A3FF1;
}
</style>
background-color css
<style>
a { background-color: #0A3FF1; }
a { background-color: rgb(10,63,241); }
div.DivClassName
{
background-color: #0A3FF1;
}
.BgClassName
{
background-color: #0A3FF1;
}
</style>
border-color css
<style>
span { border-color: #0A3FF1; }
span { border-color: rgb(10,63,241); }
td.TdClassName
{
border-color: #0A3FF1;
}
.TagClassName
{
border-color: #0A3FF1;
}
</style>