Shades of Sapphire #192F7D
Tints of Sapphire #192F7D
RGB
CMYK
RGB Variations
Color information
#192F7D (or 0x192F7D) is known color: Sapphire. HEX triplet: 19, 2F and 7D. RGB value is (25,47,125). Sum of RGB (Red+Green+Blue) = 25+47+125=197 (26% of max value = 765). Red value is 25 (10.16% from 255 or 12.69% from 197); Green value is 47 (18.75% from 255 or 23.86% from 197); Blue value is 125 (49.22% from 255 or 63.45% from 197); Max value from RGB is 125 - color contains mainly: blue. Hex color #192F7D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #192F7D is #E6D082. Grayscale: #303030. Windows color (decimal): -15126659 or 8204057. OLE color: 8204057.
HSL color Cylindrical-coordinate representation of color #192F7D: hue angle of 226.8º degrees, saturation: 0.67, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #192F7D is Cyan = 0.8, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 25 | 47 | 125 | - |
| CMYK | 0.8 | 0.62 | 0 | 0.51 |
| HSL | 226.8º | 0.67% | 0.29% | - |
| HSV(B) | 226.8º | 0.8% | 0.49% | - |
| XYZ | 5.12 | 3.72 | 19.85 | - |
| YUV | 49.31 | 170.71 | 110.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 47 | 125 | 0.8 | 0.62 | 0 | 0.51 | 226.8 | 0.67 | 0.29 |
| Hex | 19 | 2F | 7D | 50 | 3E | 0 | 33 | E3 | 43 | 1D |
| Octal | 31 | 57 | 175 | 120 | 76 | 0 | 63 | 343 | 103 | 35 |
| Binary | 11001 | 101111 | 1111101 | 1010000 | 111110 | 0 | 110011 | 11100011 | 1000011 | 11101 |
Color Harmonies of #192F7D
Complementary color
Monochromatic Colors of #192F7D
Black with #192F7D
Text Example
Text Example
White with #192F7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #192F7D; }
p { color: rgb(25,47,125); }
H1.HeaderClassName
{
color: #192F7D;
}
.AnyTagClassName
{
color: #192F7D;
}
</style>
background-color css
<style>
a { background-color: #192F7D; }
a { background-color: rgb(25,47,125); }
div.DivClassName
{
background-color: #192F7D;
}
.BgClassName
{
background-color: #192F7D;
}
</style>
border-color css
<style>
span { border-color: #192F7D; }
span { border-color: rgb(25,47,125); }
td.TdClassName
{
border-color: #192F7D;
}
.TagClassName
{
border-color: #192F7D;
}
</style>