Shades of Persian Blue #192BB8
Tints of Persian Blue #192BB8
RGB
CMYK
RGB Variations
Color information
#192BB8 (or 0x192BB8) is known color: Persian Blue. HEX triplet: 19, 2B and B8. RGB value is (25,43,184). Sum of RGB (Red+Green+Blue) = 25+43+184=252 (33% of max value = 765). Red value is 25 (10.16% from 255 or 9.92% from 252); Green value is 43 (17.19% from 255 or 17.06% from 252); Blue value is 184 (72.27% from 255 or 73.02% from 252); Max value from RGB is 184 - color contains mainly: blue. Hex color #192BB8 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #192BB8 is #E6D447. Grayscale: #353535. Windows color (decimal): -15127624 or 12069657. OLE color: 12069657.
HSL color Cylindrical-coordinate representation of color #192BB8: hue angle of 233.21º degrees, saturation: 0.76, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #192BB8 is Cyan = 0.86, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 25 | 43 | 184 | - |
| CMYK | 0.86 | 0.77 | 0 | 0.28 |
| HSL | 233.21º | 0.76% | 0.41% | - |
| HSV(B) | 233.21º | 0.86% | 0.72% | - |
| XYZ | 9.92 | 5.4 | 45.87 | - |
| YUV | 53.69 | 201.54 | 107.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 43 | 184 | 0.86 | 0.77 | 0 | 0.28 | 233.21 | 0.76 | 0.41 |
| Hex | 19 | 2B | B8 | 56 | 4D | 0 | 1C | E9 | 4C | 29 |
| Octal | 31 | 53 | 270 | 126 | 115 | 0 | 34 | 351 | 114 | 51 |
| Binary | 11001 | 101011 | 10111000 | 1010110 | 1001101 | 0 | 11100 | 11101001 | 1001100 | 101001 |
Color Harmonies of #192BB8
Complementary color
Monochromatic Colors of #192BB8
Black with #192BB8
Text Example
Text Example
White with #192BB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #192BB8; }
p { color: rgb(25,43,184); }
H1.HeaderClassName
{
color: #192BB8;
}
.AnyTagClassName
{
color: #192BB8;
}
</style>
background-color css
<style>
a { background-color: #192BB8; }
a { background-color: rgb(25,43,184); }
div.DivClassName
{
background-color: #192BB8;
}
.BgClassName
{
background-color: #192BB8;
}
</style>
border-color css
<style>
span { border-color: #192BB8; }
span { border-color: rgb(25,43,184); }
td.TdClassName
{
border-color: #192BB8;
}
.TagClassName
{
border-color: #192BB8;
}
</style>