Shades of Persian Blue #0A31BC
Tints of Persian Blue #0A31BC
RGB
CMYK
RGB Variations
Color information
#0A31BC (or 0x0A31BC) is known color: Persian Blue. HEX triplet: 0A, 31 and BC. RGB value is (10,49,188). Sum of RGB (Red+Green+Blue) = 10+49+188=247 (32% of max value = 765). Red value is 10 (4.30% from 255 or 4.05% from 247); Green value is 49 (19.53% from 255 or 19.84% from 247); Blue value is 188 (73.83% from 255 or 76.11% from 247); Max value from RGB is 188 - color contains mainly: blue. Hex color #0A31BC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0A31BC is #F5CE43. Grayscale: #343434. Windows color (decimal): -16109124 or 12333322. OLE color: 12333322.
HSL color Cylindrical-coordinate representation of color #0A31BC: hue angle of 226.85º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0A31BC is Cyan = 0.95, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 10 | 49 | 188 | - |
| CMYK | 0.95 | 0.74 | 0 | 0.26 |
| HSL | 226.85º | 0.9% | 0.39% | - |
| HSV(B) | 226.85º | 0.95% | 0.74% | - |
| XYZ | 10.3 | 5.89 | 48.17 | - |
| YUV | 53.19 | 204.08 | 97.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 49 | 188 | 0.95 | 0.74 | 0 | 0.26 | 226.85 | 0.9 | 0.39 |
| Hex | A | 31 | BC | 5F | 4A | 0 | 1A | E3 | 5A | 27 |
| Octal | 12 | 61 | 274 | 137 | 112 | 0 | 32 | 343 | 132 | 47 |
| Binary | 1010 | 110001 | 10111100 | 1011111 | 1001010 | 0 | 11010 | 11100011 | 1011010 | 100111 |
Color Harmonies of #0A31BC
Complementary color
Monochromatic Colors of #0A31BC
Black with #0A31BC
Text Example
Text Example
White with #0A31BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A31BC; }
p { color: rgb(10,49,188); }
H1.HeaderClassName
{
color: #0A31BC;
}
.AnyTagClassName
{
color: #0A31BC;
}
</style>
background-color css
<style>
a { background-color: #0A31BC; }
a { background-color: rgb(10,49,188); }
div.DivClassName
{
background-color: #0A31BC;
}
.BgClassName
{
background-color: #0A31BC;
}
</style>
border-color css
<style>
span { border-color: #0A31BC; }
span { border-color: rgb(10,49,188); }
td.TdClassName
{
border-color: #0A31BC;
}
.TagClassName
{
border-color: #0A31BC;
}
</style>