Shades of Persian Blue #0A31BF
Tints of Persian Blue #0A31BF
RGB
CMYK
RGB Variations
Color information
#0A31BF (or 0x0A31BF) is known color: Persian Blue. HEX triplet: 0A, 31 and BF. RGB value is (10,49,191). Sum of RGB (Red+Green+Blue) = 10+49+191=250 (33% of max value = 765). Red value is 10 (4.30% from 255 or 4% from 250); Green value is 49 (19.53% from 255 or 19.6% from 250); Blue value is 191 (75% from 255 or 76.4% from 250); Max value from RGB is 191 - color contains mainly: blue. Hex color #0A31BF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0A31BF is #F5CE40. Grayscale: #343434. Windows color (decimal): -16109121 or 12529930. OLE color: 12529930.
HSL color Cylindrical-coordinate representation of color #0A31BF: hue angle of 227.07º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0A31BF is Cyan = 0.95, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 10 | 49 | 191 | - |
| CMYK | 0.95 | 0.74 | 0 | 0.25 |
| HSL | 227.07º | 0.9% | 0.39% | - |
| HSV(B) | 227.07º | 0.95% | 0.75% | - |
| XYZ | 10.63 | 6.02 | 49.89 | - |
| YUV | 53.53 | 205.58 | 96.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 49 | 191 | 0.95 | 0.74 | 0 | 0.25 | 227.07 | 0.9 | 0.39 |
| Hex | A | 31 | BF | 5F | 4A | 0 | 19 | E3 | 5A | 27 |
| Octal | 12 | 61 | 277 | 137 | 112 | 0 | 31 | 343 | 132 | 47 |
| Binary | 1010 | 110001 | 10111111 | 1011111 | 1001010 | 0 | 11001 | 11100011 | 1011010 | 100111 |
Color Harmonies of #0A31BF
Complementary color
Monochromatic Colors of #0A31BF
Black with #0A31BF
Text Example
Text Example
White with #0A31BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A31BF; }
p { color: rgb(10,49,191); }
H1.HeaderClassName
{
color: #0A31BF;
}
.AnyTagClassName
{
color: #0A31BF;
}
</style>
background-color css
<style>
a { background-color: #0A31BF; }
a { background-color: rgb(10,49,191); }
div.DivClassName
{
background-color: #0A31BF;
}
.BgClassName
{
background-color: #0A31BF;
}
</style>
border-color css
<style>
span { border-color: #0A31BF; }
span { border-color: rgb(10,49,191); }
td.TdClassName
{
border-color: #0A31BF;
}
.TagClassName
{
border-color: #0A31BF;
}
</style>