Shades of Sapphire #192B5A
Tints of Sapphire #192B5A
RGB
CMYK
RGB Variations
Color information
#192B5A (or 0x192B5A) is known color: Sapphire. HEX triplet: 19, 2B and 5A. RGB value is (25,43,90). Sum of RGB (Red+Green+Blue) = 25+43+90=158 (20% of max value = 765). Red value is 25 (10.16% from 255 or 15.82% from 158); Green value is 43 (17.19% from 255 or 27.22% from 158); Blue value is 90 (35.55% from 255 or 56.96% from 158); Max value from RGB is 90 - color contains mainly: blue. Hex color #192B5A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #192B5A is #E6D4A5. Grayscale: #2A2A2A. Windows color (decimal): -15127718 or 5909273. OLE color: 5909273.
HSL color Cylindrical-coordinate representation of color #192B5A: hue angle of 223.38º degrees, saturation: 0.57, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #192B5A is Cyan = 0.72, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 25 | 43 | 90 | - |
| CMYK | 0.72 | 0.52 | 0 | 0.65 |
| HSL | 223.38º | 0.57% | 0.23% | - |
| HSV(B) | 223.38º | 0.72% | 0.35% | - |
| XYZ | 3.11 | 2.67 | 10.02 | - |
| YUV | 42.98 | 154.54 | 115.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 43 | 90 | 0.72 | 0.52 | 0 | 0.65 | 223.38 | 0.57 | 0.23 |
| Hex | 19 | 2B | 5A | 48 | 34 | 0 | 41 | DF | 39 | 17 |
| Octal | 31 | 53 | 132 | 110 | 64 | 0 | 101 | 337 | 71 | 27 |
| Binary | 11001 | 101011 | 1011010 | 1001000 | 110100 | 0 | 1000001 | 11011111 | 111001 | 10111 |
Color Harmonies of #192B5A
Complementary color
Monochromatic Colors of #192B5A
Black with #192B5A
Text Example
Text Example
White with #192B5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #192B5A; }
p { color: rgb(25,43,90); }
H1.HeaderClassName
{
color: #192B5A;
}
.AnyTagClassName
{
color: #192B5A;
}
</style>
background-color css
<style>
a { background-color: #192B5A; }
a { background-color: rgb(25,43,90); }
div.DivClassName
{
background-color: #192B5A;
}
.BgClassName
{
background-color: #192B5A;
}
</style>
border-color css
<style>
span { border-color: #192B5A; }
span { border-color: rgb(25,43,90); }
td.TdClassName
{
border-color: #192B5A;
}
.TagClassName
{
border-color: #192B5A;
}
</style>