Shades of Sapphire #192A5F
Tints of Sapphire #192A5F
RGB
CMYK
RGB Variations
Color information
#192A5F (or 0x192A5F) is known color: Sapphire. HEX triplet: 19, 2A and 5F. RGB value is (25,42,95). Sum of RGB (Red+Green+Blue) = 25+42+95=162 (21% of max value = 765). Red value is 25 (10.16% from 255 or 15.43% from 162); Green value is 42 (16.80% from 255 or 25.93% from 162); Blue value is 95 (37.5% from 255 or 58.64% from 162); Max value from RGB is 95 - color contains mainly: blue. Hex color #192A5F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #192A5F is #E6D5A0. Grayscale: #2A2A2A. Windows color (decimal): -15127969 or 6236697. OLE color: 6236697.
HSL color Cylindrical-coordinate representation of color #192A5F: hue angle of 225.43º degrees, saturation: 0.58, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #192A5F is Cyan = 0.74, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 25 | 42 | 95 | - |
| CMYK | 0.74 | 0.56 | 0 | 0.63 |
| HSL | 225.43º | 0.58% | 0.24% | - |
| HSV(B) | 225.43º | 0.74% | 0.37% | - |
| XYZ | 3.29 | 2.69 | 11.17 | - |
| YUV | 42.96 | 157.37 | 115.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 42 | 95 | 0.74 | 0.56 | 0 | 0.63 | 225.43 | 0.58 | 0.24 |
| Hex | 19 | 2A | 5F | 4A | 38 | 0 | 3F | E1 | 3A | 18 |
| Octal | 31 | 52 | 137 | 112 | 70 | 0 | 77 | 341 | 72 | 30 |
| Binary | 11001 | 101010 | 1011111 | 1001010 | 111000 | 0 | 111111 | 11100001 | 111010 | 11000 |
Color Harmonies of #192A5F
Complementary color
Monochromatic Colors of #192A5F
Black with #192A5F
Text Example
Text Example
White with #192A5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #192A5F; }
p { color: rgb(25,42,95); }
H1.HeaderClassName
{
color: #192A5F;
}
.AnyTagClassName
{
color: #192A5F;
}
</style>
background-color css
<style>
a { background-color: #192A5F; }
a { background-color: rgb(25,42,95); }
div.DivClassName
{
background-color: #192A5F;
}
.BgClassName
{
background-color: #192A5F;
}
</style>
border-color css
<style>
span { border-color: #192A5F; }
span { border-color: rgb(25,42,95); }
td.TdClassName
{
border-color: #192A5F;
}
.TagClassName
{
border-color: #192A5F;
}
</style>