Shades of Persian Blue #0A1FBE
Tints of Persian Blue #0A1FBE
RGB
CMYK
RGB Variations
Color information
#0A1FBE (or 0x0A1FBE) is known color: Persian Blue. HEX triplet: 0A, 1F and BE. RGB value is (10,31,190). Sum of RGB (Red+Green+Blue) = 10+31+190=231 (30% of max value = 765). Red value is 10 (4.30% from 255 or 4.33% from 231); Green value is 31 (12.5% from 255 or 13.42% from 231); Blue value is 190 (74.61% from 255 or 82.25% from 231); Max value from RGB is 190 - color contains mainly: blue. Hex color #0A1FBE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0A1FBE is #F5E041. Grayscale: #2A2A2A. Windows color (decimal): -16113730 or 12459786. OLE color: 12459786.
HSL color Cylindrical-coordinate representation of color #0A1FBE: hue angle of 233º 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 #0A1FBE is Cyan = 0.95, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 10 | 31 | 190 | - |
| CMYK | 0.95 | 0.84 | 0 | 0.25 |
| HSL | 233º | 0.9% | 0.39% | - |
| HSV(B) | 233º | 0.95% | 0.75% | - |
| XYZ | 9.91 | 4.76 | 49.11 | - |
| YUV | 42.85 | 211.04 | 104.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 31 | 190 | 0.95 | 0.84 | 0 | 0.25 | 233 | 0.9 | 0.39 |
| Hex | A | 1F | BE | 5F | 54 | 0 | 19 | E9 | 5A | 27 |
| Octal | 12 | 37 | 276 | 137 | 124 | 0 | 31 | 351 | 132 | 47 |
| Binary | 1010 | 11111 | 10111110 | 1011111 | 1010100 | 0 | 11001 | 11101001 | 1011010 | 100111 |
Color Harmonies of #0A1FBE
Complementary color
Monochromatic Colors of #0A1FBE
Black with #0A1FBE
Text Example
Text Example
White with #0A1FBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A1FBE; }
p { color: rgb(10,31,190); }
H1.HeaderClassName
{
color: #0A1FBE;
}
.AnyTagClassName
{
color: #0A1FBE;
}
</style>
background-color css
<style>
a { background-color: #0A1FBE; }
a { background-color: rgb(10,31,190); }
div.DivClassName
{
background-color: #0A1FBE;
}
.BgClassName
{
background-color: #0A1FBE;
}
</style>
border-color css
<style>
span { border-color: #0A1FBE; }
span { border-color: rgb(10,31,190); }
td.TdClassName
{
border-color: #0A1FBE;
}
.TagClassName
{
border-color: #0A1FBE;
}
</style>