Shades of Persian Blue #192EEF
Tints of Persian Blue #192EEF
RGB
CMYK
RGB Variations
Color information
#192EEF (or 0x192EEF) is known color: Persian Blue. HEX triplet: 19, 2E and EF. RGB value is (25,46,239). Sum of RGB (Red+Green+Blue) = 25+46+239=310 (41% of max value = 765). Red value is 25 (10.16% from 255 or 8.06% from 310); Green value is 46 (18.36% from 255 or 14.84% from 310); Blue value is 239 (93.75% from 255 or 77.10% from 310); Max value from RGB is 239 - color contains mainly: blue. Hex color #192EEF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #192EEF is #E6D110. Grayscale: #3C3C3C. Windows color (decimal): -15126801 or 15674905. OLE color: 15674905.
HSL color Cylindrical-coordinate representation of color #192EEF: hue angle of 234.11º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #192EEF is Cyan = 0.90, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 25 | 46 | 239 | - |
| CMYK | 0.90 | 0.81 | 0 | 0.06 |
| HSL | 234.11º | 0.87% | 0.52% | - |
| HSV(B) | 234.11º | 0.9% | 0.94% | - |
| XYZ | 16.96 | 8.39 | 82.39 | - |
| YUV | 61.72 | 228.04 | 101.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 46 | 239 | 0.90 | 0.81 | 0 | 0.06 | 234.11 | 0.87 | 0.52 |
| Hex | 19 | 2E | EF | 5A | 51 | 0 | 6 | EA | 57 | 34 |
| Octal | 31 | 56 | 357 | 132 | 121 | 0 | 6 | 352 | 127 | 64 |
| Binary | 11001 | 101110 | 11101111 | 1011010 | 1010001 | 0 | 110 | 11101010 | 1010111 | 110100 |
Color Harmonies of #192EEF
Complementary color
Monochromatic Colors of #192EEF
Black with #192EEF
Text Example
Text Example
White with #192EEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #192EEF; }
p { color: rgb(25,46,239); }
H1.HeaderClassName
{
color: #192EEF;
}
.AnyTagClassName
{
color: #192EEF;
}
</style>
background-color css
<style>
a { background-color: #192EEF; }
a { background-color: rgb(25,46,239); }
div.DivClassName
{
background-color: #192EEF;
}
.BgClassName
{
background-color: #192EEF;
}
</style>
border-color css
<style>
span { border-color: #192EEF; }
span { border-color: rgb(25,46,239); }
td.TdClassName
{
border-color: #192EEF;
}
.TagClassName
{
border-color: #192EEF;
}
</style>