Shades of Sapphire #193267
Tints of Sapphire #193267
RGB
CMYK
RGB Variations
Color information
#193267 (or 0x193267) is known color: Sapphire. HEX triplet: 19, 32 and 67. RGB value is (25,50,103). Sum of RGB (Red+Green+Blue) = 25+50+103=178 (23% of max value = 765). Red value is 25 (10.16% from 255 or 14.04% from 178); Green value is 50 (19.92% from 255 or 28.09% from 178); Blue value is 103 (40.62% from 255 or 57.87% from 178); Max value from RGB is 103 - color contains mainly: blue. Hex color #193267 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #193267 is #E6CD98. Grayscale: #303030. Windows color (decimal): -15125913 or 6763033. OLE color: 6763033.
HSL color Cylindrical-coordinate representation of color #193267: hue angle of 220.77º degrees, saturation: 0.61, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #193267 is Cyan = 0.76, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 25 | 50 | 103 | - |
| CMYK | 0.76 | 0.51 | 0 | 0.60 |
| HSL | 220.77º | 0.61% | 0.25% | - |
| HSV(B) | 220.77º | 0.76% | 0.4% | - |
| XYZ | 3.99 | 3.47 | 13.29 | - |
| YUV | 48.57 | 158.72 | 111.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 50 | 103 | 0.76 | 0.51 | 0 | 0.60 | 220.77 | 0.61 | 0.25 |
| Hex | 19 | 32 | 67 | 4C | 33 | 0 | 3C | DD | 3D | 19 |
| Octal | 31 | 62 | 147 | 114 | 63 | 0 | 74 | 335 | 75 | 31 |
| Binary | 11001 | 110010 | 1100111 | 1001100 | 110011 | 0 | 111100 | 11011101 | 111101 | 11001 |
Color Harmonies of #193267
Complementary color
Monochromatic Colors of #193267
Black with #193267
Text Example
Text Example
White with #193267
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #193267; }
p { color: rgb(25,50,103); }
H1.HeaderClassName
{
color: #193267;
}
.AnyTagClassName
{
color: #193267;
}
</style>
background-color css
<style>
a { background-color: #193267; }
a { background-color: rgb(25,50,103); }
div.DivClassName
{
background-color: #193267;
}
.BgClassName
{
background-color: #193267;
}
</style>
border-color css
<style>
span { border-color: #193267; }
span { border-color: rgb(25,50,103); }
td.TdClassName
{
border-color: #193267;
}
.TagClassName
{
border-color: #193267;
}
</style>