Shades of Persian Blue #113FB3
Tints of Persian Blue #113FB3
RGB
CMYK
RGB Variations
Color information
#113FB3 (or 0x113FB3) is known color: Persian Blue. HEX triplet: 11, 3F and B3. RGB value is (17,63,179). Sum of RGB (Red+Green+Blue) = 17+63+179=259 (34% of max value = 765). Red value is 17 (7.03% from 255 or 6.56% from 259); Green value is 63 (25% from 255 or 24.32% from 259); Blue value is 179 (70.31% from 255 or 69.11% from 259); Max value from RGB is 179 - color contains mainly: blue. Hex color #113FB3 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #113FB3 is #EEC04C. Grayscale: #3D3D3D. Windows color (decimal): -15646797 or 11747089. OLE color: 11747089.
HSL color Cylindrical-coordinate representation of color #113FB3: hue angle of 222.96º degrees, saturation: 0.83, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #113FB3 is Cyan = 0.91, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 17 | 63 | 179 | - |
| CMYK | 0.91 | 0.65 | 0 | 0.30 |
| HSL | 222.96º | 0.83% | 0.38% | - |
| HSV(B) | 222.96º | 0.91% | 0.7% | - |
| XYZ | 10.15 | 6.93 | 43.45 | - |
| YUV | 62.47 | 193.76 | 95.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 63 | 179 | 0.91 | 0.65 | 0 | 0.30 | 222.96 | 0.83 | 0.38 |
| Hex | 11 | 3F | B3 | 5B | 41 | 0 | 1E | DF | 53 | 26 |
| Octal | 21 | 77 | 263 | 133 | 101 | 0 | 36 | 337 | 123 | 46 |
| Binary | 10001 | 111111 | 10110011 | 1011011 | 1000001 | 0 | 11110 | 11011111 | 1010011 | 100110 |
Color Harmonies of #113FB3
Complementary color
Monochromatic Colors of #113FB3
Black with #113FB3
Text Example
Text Example
White with #113FB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #113FB3; }
p { color: rgb(17,63,179); }
H1.HeaderClassName
{
color: #113FB3;
}
.AnyTagClassName
{
color: #113FB3;
}
</style>
background-color css
<style>
a { background-color: #113FB3; }
a { background-color: rgb(17,63,179); }
div.DivClassName
{
background-color: #113FB3;
}
.BgClassName
{
background-color: #113FB3;
}
</style>
border-color css
<style>
span { border-color: #113FB3; }
span { border-color: rgb(17,63,179); }
td.TdClassName
{
border-color: #113FB3;
}
.TagClassName
{
border-color: #113FB3;
}
</style>