Shades of Persian Blue #103AB6
Tints of Persian Blue #103AB6
RGB
CMYK
RGB Variations
Color information
#103AB6 (or 0x103AB6) is known color: Persian Blue. HEX triplet: 10, 3A and B6. RGB value is (16,58,182). Sum of RGB (Red+Green+Blue) = 16+58+182=256 (33% of max value = 765). Red value is 16 (6.64% from 255 or 6.25% from 256); Green value is 58 (23.05% from 255 or 22.66% from 256); Blue value is 182 (71.48% from 255 or 71.09% from 256); Max value from RGB is 182 - color contains mainly: blue. Hex color #103AB6 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #103AB6 is #EFC549. Grayscale: #3B3B3B. Windows color (decimal): -15713610 or 11942416. OLE color: 11942416.
HSL color Cylindrical-coordinate representation of color #103AB6: hue angle of 224.82º degrees, saturation: 0.84, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #103AB6 is Cyan = 0.91, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 16 | 58 | 182 | - |
| CMYK | 0.91 | 0.68 | 0 | 0.29 |
| HSL | 224.82º | 0.84% | 0.39% | - |
| HSV(B) | 224.82º | 0.91% | 0.71% | - |
| XYZ | 10.17 | 6.51 | 44.98 | - |
| YUV | 59.58 | 197.09 | 96.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 58 | 182 | 0.91 | 0.68 | 0 | 0.29 | 224.82 | 0.84 | 0.39 |
| Hex | 10 | 3A | B6 | 5B | 44 | 0 | 1D | E1 | 54 | 27 |
| Octal | 20 | 72 | 266 | 133 | 104 | 0 | 35 | 341 | 124 | 47 |
| Binary | 10000 | 111010 | 10110110 | 1011011 | 1000100 | 0 | 11101 | 11100001 | 1010100 | 100111 |
Color Harmonies of #103AB6
Complementary color
Monochromatic Colors of #103AB6
Black with #103AB6
Text Example
Text Example
White with #103AB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #103AB6; }
p { color: rgb(16,58,182); }
H1.HeaderClassName
{
color: #103AB6;
}
.AnyTagClassName
{
color: #103AB6;
}
</style>
background-color css
<style>
a { background-color: #103AB6; }
a { background-color: rgb(16,58,182); }
div.DivClassName
{
background-color: #103AB6;
}
.BgClassName
{
background-color: #103AB6;
}
</style>
border-color css
<style>
span { border-color: #103AB6; }
span { border-color: rgb(16,58,182); }
td.TdClassName
{
border-color: #103AB6;
}
.TagClassName
{
border-color: #103AB6;
}
</style>