Shades of Persian Blue #192FB6
Tints of Persian Blue #192FB6
RGB
CMYK
RGB Variations
Color information
#192FB6 (or 0x192FB6) is known color: Persian Blue. HEX triplet: 19, 2F and B6. RGB value is (25,47,182). Sum of RGB (Red+Green+Blue) = 25+47+182=254 (33% of max value = 765). Red value is 25 (10.16% from 255 or 9.84% from 254); Green value is 47 (18.75% from 255 or 18.50% from 254); Blue value is 182 (71.48% from 255 or 71.65% from 254); Max value from RGB is 182 - color contains mainly: blue. Hex color #192FB6 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #192FB6 is #E6D049. Grayscale: #373737. Windows color (decimal): -15126602 or 11939609. OLE color: 11939609.
HSL color Cylindrical-coordinate representation of color #192FB6: hue angle of 231.59º degrees, saturation: 0.76, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #192FB6 is Cyan = 0.86, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 25 | 47 | 182 | - |
| CMYK | 0.86 | 0.74 | 0 | 0.29 |
| HSL | 231.59º | 0.76% | 0.41% | - |
| HSV(B) | 231.59º | 0.86% | 0.71% | - |
| XYZ | 9.86 | 5.62 | 44.82 | - |
| YUV | 55.81 | 199.21 | 106.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 47 | 182 | 0.86 | 0.74 | 0 | 0.29 | 231.59 | 0.76 | 0.41 |
| Hex | 19 | 2F | B6 | 56 | 4A | 0 | 1D | E8 | 4C | 29 |
| Octal | 31 | 57 | 266 | 126 | 112 | 0 | 35 | 350 | 114 | 51 |
| Binary | 11001 | 101111 | 10110110 | 1010110 | 1001010 | 0 | 11101 | 11101000 | 1001100 | 101001 |
Color Harmonies of #192FB6
Complementary color
Monochromatic Colors of #192FB6
Black with #192FB6
Text Example
Text Example
White with #192FB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #192FB6; }
p { color: rgb(25,47,182); }
H1.HeaderClassName
{
color: #192FB6;
}
.AnyTagClassName
{
color: #192FB6;
}
</style>
background-color css
<style>
a { background-color: #192FB6; }
a { background-color: rgb(25,47,182); }
div.DivClassName
{
background-color: #192FB6;
}
.BgClassName
{
background-color: #192FB6;
}
</style>
border-color css
<style>
span { border-color: #192FB6; }
span { border-color: rgb(25,47,182); }
td.TdClassName
{
border-color: #192FB6;
}
.TagClassName
{
border-color: #192FB6;
}
</style>