Shades of Persian Blue #103BB4
Tints of Persian Blue #103BB4
RGB
CMYK
RGB Variations
Color information
#103BB4 (or 0x103BB4) is known color: Persian Blue. HEX triplet: 10, 3B and B4. RGB value is (16,59,180). Sum of RGB (Red+Green+Blue) = 16+59+180=255 (33% of max value = 765). Red value is 16 (6.64% from 255 or 6.27% from 255); Green value is 59 (23.44% from 255 or 23.14% from 255); Blue value is 180 (70.70% from 255 or 70.59% from 255); Max value from RGB is 180 - color contains mainly: blue. Hex color #103BB4 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #103BB4 is #EFC44B. Grayscale: #3B3B3B. Windows color (decimal): -15713356 or 11811600. OLE color: 11811600.
HSL color Cylindrical-coordinate representation of color #103BB4: hue angle of 224.27º 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 #103BB4 is Cyan = 0.91, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 16 | 59 | 180 | - |
| CMYK | 0.91 | 0.67 | 0 | 0.29 |
| HSL | 224.27º | 0.84% | 0.38% | - |
| HSV(B) | 224.27º | 0.91% | 0.71% | - |
| XYZ | 10.02 | 6.53 | 43.91 | - |
| YUV | 59.94 | 195.75 | 96.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 59 | 180 | 0.91 | 0.67 | 0 | 0.29 | 224.27 | 0.84 | 0.38 |
| Hex | 10 | 3B | B4 | 5B | 43 | 0 | 1D | E0 | 54 | 26 |
| Octal | 20 | 73 | 264 | 133 | 103 | 0 | 35 | 340 | 124 | 46 |
| Binary | 10000 | 111011 | 10110100 | 1011011 | 1000011 | 0 | 11101 | 11100000 | 1010100 | 100110 |
Color Harmonies of #103BB4
Complementary color
Monochromatic Colors of #103BB4
Black with #103BB4
Text Example
Text Example
White with #103BB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #103BB4; }
p { color: rgb(16,59,180); }
H1.HeaderClassName
{
color: #103BB4;
}
.AnyTagClassName
{
color: #103BB4;
}
</style>
background-color css
<style>
a { background-color: #103BB4; }
a { background-color: rgb(16,59,180); }
div.DivClassName
{
background-color: #103BB4;
}
.BgClassName
{
background-color: #103BB4;
}
</style>
border-color css
<style>
span { border-color: #103BB4; }
span { border-color: rgb(16,59,180); }
td.TdClassName
{
border-color: #103BB4;
}
.TagClassName
{
border-color: #103BB4;
}
</style>