Shades of Persian Blue #192FBC
Tints of Persian Blue #192FBC
RGB
CMYK
RGB Variations
Color information
#192FBC (or 0x192FBC) is known color: Persian Blue. HEX triplet: 19, 2F and BC. RGB value is (25,47,188). Sum of RGB (Red+Green+Blue) = 25+47+188=260 (34% of max value = 765). Red value is 25 (10.16% from 255 or 9.62% from 260); Green value is 47 (18.75% from 255 or 18.08% from 260); Blue value is 188 (73.83% from 255 or 72.31% from 260); Max value from RGB is 188 - color contains mainly: blue. Hex color #192FBC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #192FBC is #E6D043. Grayscale: #373737. Windows color (decimal): -15126596 or 12332825. OLE color: 12332825.
HSL color Cylindrical-coordinate representation of color #192FBC: hue angle of 231.9º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #192FBC is Cyan = 0.87, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 25 | 47 | 188 | - |
| CMYK | 0.87 | 0.75 | 0 | 0.26 |
| HSL | 231.9º | 0.77% | 0.42% | - |
| HSV(B) | 231.9º | 0.87% | 0.74% | - |
| XYZ | 10.49 | 5.87 | 48.16 | - |
| YUV | 56.5 | 202.21 | 105.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 47 | 188 | 0.87 | 0.75 | 0 | 0.26 | 231.9 | 0.77 | 0.42 |
| Hex | 19 | 2F | BC | 57 | 4B | 0 | 1A | E8 | 4D | 2A |
| Octal | 31 | 57 | 274 | 127 | 113 | 0 | 32 | 350 | 115 | 52 |
| Binary | 11001 | 101111 | 10111100 | 1010111 | 1001011 | 0 | 11010 | 11101000 | 1001101 | 101010 |
Color Harmonies of #192FBC
Complementary color
Monochromatic Colors of #192FBC
Black with #192FBC
Text Example
Text Example
White with #192FBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #192FBC; }
p { color: rgb(25,47,188); }
H1.HeaderClassName
{
color: #192FBC;
}
.AnyTagClassName
{
color: #192FBC;
}
</style>
background-color css
<style>
a { background-color: #192FBC; }
a { background-color: rgb(25,47,188); }
div.DivClassName
{
background-color: #192FBC;
}
.BgClassName
{
background-color: #192FBC;
}
</style>
border-color css
<style>
span { border-color: #192FBC; }
span { border-color: rgb(25,47,188); }
td.TdClassName
{
border-color: #192FBC;
}
.TagClassName
{
border-color: #192FBC;
}
</style>