Shades of Persian Blue #113FB4
Tints of Persian Blue #113FB4
RGB
CMYK
RGB Variations
Color information
#113FB4 (or 0x113FB4) is known color: Persian Blue. HEX triplet: 11, 3F and B4. RGB value is (17,63,180). Sum of RGB (Red+Green+Blue) = 17+63+180=260 (34% of max value = 765). Red value is 17 (7.03% from 255 or 6.54% from 260); Green value is 63 (25% from 255 or 24.23% from 260); Blue value is 180 (70.70% from 255 or 69.23% from 260); Max value from RGB is 180 - color contains mainly: blue. Hex color #113FB4 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #113FB4 is #EEC04B. Grayscale: #3E3E3E. Windows color (decimal): -15646796 or 11812625. OLE color: 11812625.
HSL color Cylindrical-coordinate representation of color #113FB4: hue angle of 223.07º degrees, saturation: 0.83, 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 #113FB4 is Cyan = 0.91, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 17 | 63 | 180 | - |
| CMYK | 0.91 | 0.65 | 0 | 0.29 |
| HSL | 223.07º | 0.83% | 0.39% | - |
| HSV(B) | 223.07º | 0.91% | 0.71% | - |
| XYZ | 10.25 | 6.97 | 43.99 | - |
| YUV | 62.58 | 194.26 | 95.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 63 | 180 | 0.91 | 0.65 | 0 | 0.29 | 223.07 | 0.83 | 0.39 |
| Hex | 11 | 3F | B4 | 5B | 41 | 0 | 1D | DF | 53 | 27 |
| Octal | 21 | 77 | 264 | 133 | 101 | 0 | 35 | 337 | 123 | 47 |
| Binary | 10001 | 111111 | 10110100 | 1011011 | 1000001 | 0 | 11101 | 11011111 | 1010011 | 100111 |
Color Harmonies of #113FB4
Complementary color
Monochromatic Colors of #113FB4
Black with #113FB4
Text Example
Text Example
White with #113FB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #113FB4; }
p { color: rgb(17,63,180); }
H1.HeaderClassName
{
color: #113FB4;
}
.AnyTagClassName
{
color: #113FB4;
}
</style>
background-color css
<style>
a { background-color: #113FB4; }
a { background-color: rgb(17,63,180); }
div.DivClassName
{
background-color: #113FB4;
}
.BgClassName
{
background-color: #113FB4;
}
</style>
border-color css
<style>
span { border-color: #113FB4; }
span { border-color: rgb(17,63,180); }
td.TdClassName
{
border-color: #113FB4;
}
.TagClassName
{
border-color: #113FB4;
}
</style>