Shades of Persian Blue #103BB8
Tints of Persian Blue #103BB8
RGB
CMYK
RGB Variations
Color information
#103BB8 (or 0x103BB8) is known color: Persian Blue. HEX triplet: 10, 3B and B8. RGB value is (16,59,184). Sum of RGB (Red+Green+Blue) = 16+59+184=259 (34% of max value = 765). Red value is 16 (6.64% from 255 or 6.18% from 259); Green value is 59 (23.44% from 255 or 22.78% from 259); Blue value is 184 (72.27% from 255 or 71.04% from 259); Max value from RGB is 184 - color contains mainly: blue. Hex color #103BB8 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #103BB8 is #EFC447. Grayscale: #3B3B3B. Windows color (decimal): -15713352 or 12073744. OLE color: 12073744.
HSL color Cylindrical-coordinate representation of color #103BB8: hue angle of 224.64º degrees, saturation: 0.84, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #103BB8 is Cyan = 0.91, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 16 | 59 | 184 | - |
| CMYK | 0.91 | 0.68 | 0 | 0.28 |
| HSL | 224.64º | 0.84% | 0.39% | - |
| HSV(B) | 224.64º | 0.91% | 0.72% | - |
| XYZ | 10.43 | 6.7 | 46.09 | - |
| YUV | 60.39 | 197.75 | 96.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 59 | 184 | 0.91 | 0.68 | 0 | 0.28 | 224.64 | 0.84 | 0.39 |
| Hex | 10 | 3B | B8 | 5B | 44 | 0 | 1C | E1 | 54 | 27 |
| Octal | 20 | 73 | 270 | 133 | 104 | 0 | 34 | 341 | 124 | 47 |
| Binary | 10000 | 111011 | 10111000 | 1011011 | 1000100 | 0 | 11100 | 11100001 | 1010100 | 100111 |
Color Harmonies of #103BB8
Complementary color
Monochromatic Colors of #103BB8
Black with #103BB8
Text Example
Text Example
White with #103BB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #103BB8; }
p { color: rgb(16,59,184); }
H1.HeaderClassName
{
color: #103BB8;
}
.AnyTagClassName
{
color: #103BB8;
}
</style>
background-color css
<style>
a { background-color: #103BB8; }
a { background-color: rgb(16,59,184); }
div.DivClassName
{
background-color: #103BB8;
}
.BgClassName
{
background-color: #103BB8;
}
</style>
border-color css
<style>
span { border-color: #103BB8; }
span { border-color: rgb(16,59,184); }
td.TdClassName
{
border-color: #103BB8;
}
.TagClassName
{
border-color: #103BB8;
}
</style>