Shades of Persian Blue #193FBB
Tints of Persian Blue #193FBB
RGB
CMYK
RGB Variations
Color information
#193FBB (or 0x193FBB) is known color: Persian Blue. HEX triplet: 19, 3F and BB. RGB value is (25,63,187). Sum of RGB (Red+Green+Blue) = 25+63+187=275 (36% of max value = 765). Red value is 25 (10.16% from 255 or 9.09% from 275); Green value is 63 (25% from 255 or 22.91% from 275); Blue value is 187 (73.44% from 255 or 68% from 275); Max value from RGB is 187 - color contains mainly: blue. Hex color #193FBB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #193FBB is #E6C044. Grayscale: #414141. Windows color (decimal): -15122501 or 12271385. OLE color: 12271385.
HSL color Cylindrical-coordinate representation of color #193FBB: hue angle of 225.93º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #193FBB is Cyan = 0.87, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 25 | 63 | 187 | - |
| CMYK | 0.87 | 0.66 | 0 | 0.27 |
| HSL | 225.93º | 0.76% | 0.42% | - |
| HSV(B) | 225.93º | 0.87% | 0.73% | - |
| XYZ | 11.15 | 7.35 | 47.84 | - |
| YUV | 65.77 | 196.41 | 98.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 63 | 187 | 0.87 | 0.66 | 0 | 0.27 | 225.93 | 0.76 | 0.42 |
| Hex | 19 | 3F | BB | 57 | 42 | 0 | 1B | E2 | 4C | 2A |
| Octal | 31 | 77 | 273 | 127 | 102 | 0 | 33 | 342 | 114 | 52 |
| Binary | 11001 | 111111 | 10111011 | 1010111 | 1000010 | 0 | 11011 | 11100010 | 1001100 | 101010 |
Color Harmonies of #193FBB
Complementary color
Monochromatic Colors of #193FBB
Black with #193FBB
Text Example
Text Example
White with #193FBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #193FBB; }
p { color: rgb(25,63,187); }
H1.HeaderClassName
{
color: #193FBB;
}
.AnyTagClassName
{
color: #193FBB;
}
</style>
background-color css
<style>
a { background-color: #193FBB; }
a { background-color: rgb(25,63,187); }
div.DivClassName
{
background-color: #193FBB;
}
.BgClassName
{
background-color: #193FBB;
}
</style>
border-color css
<style>
span { border-color: #193FBB; }
span { border-color: rgb(25,63,187); }
td.TdClassName
{
border-color: #193FBB;
}
.TagClassName
{
border-color: #193FBB;
}
</style>