Shades of Persian Blue #103AB4
Tints of Persian Blue #103AB4
RGB
CMYK
RGB Variations
Color information
#103AB4 (or 0x103AB4) is known color: Persian Blue. HEX triplet: 10, 3A and B4. RGB value is (16,58,180). Sum of RGB (Red+Green+Blue) = 16+58+180=254 (33% of max value = 765). Red value is 16 (6.64% from 255 or 6.30% from 254); Green value is 58 (23.05% from 255 or 22.83% from 254); Blue value is 180 (70.70% from 255 or 70.87% from 254); Max value from RGB is 180 - color contains mainly: blue. Hex color #103AB4 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #103AB4 is #EFC54B. Grayscale: #3A3A3A. Windows color (decimal): -15713612 or 11811344. OLE color: 11811344.
HSL color Cylindrical-coordinate representation of color #103AB4: hue angle of 224.63º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #103AB4 is Cyan = 0.91, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 16 | 58 | 180 | - |
| CMYK | 0.91 | 0.68 | 0 | 0.29 |
| HSL | 224.63º | 0.84% | 0.38% | - |
| HSV(B) | 224.63º | 0.91% | 0.71% | - |
| XYZ | 9.96 | 6.43 | 43.9 | - |
| YUV | 59.35 | 196.09 | 97.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 58 | 180 | 0.91 | 0.68 | 0 | 0.29 | 224.63 | 0.84 | 0.38 |
| Hex | 10 | 3A | B4 | 5B | 44 | 0 | 1D | E1 | 54 | 26 |
| Octal | 20 | 72 | 264 | 133 | 104 | 0 | 35 | 341 | 124 | 46 |
| Binary | 10000 | 111010 | 10110100 | 1011011 | 1000100 | 0 | 11101 | 11100001 | 1010100 | 100110 |
Color Harmonies of #103AB4
Complementary color
Monochromatic Colors of #103AB4
Black with #103AB4
Text Example
Text Example
White with #103AB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #103AB4; }
p { color: rgb(16,58,180); }
H1.HeaderClassName
{
color: #103AB4;
}
.AnyTagClassName
{
color: #103AB4;
}
</style>
background-color css
<style>
a { background-color: #103AB4; }
a { background-color: rgb(16,58,180); }
div.DivClassName
{
background-color: #103AB4;
}
.BgClassName
{
background-color: #103AB4;
}
</style>
border-color css
<style>
span { border-color: #103AB4; }
span { border-color: rgb(16,58,180); }
td.TdClassName
{
border-color: #103AB4;
}
.TagClassName
{
border-color: #103AB4;
}
</style>