Shades of Sapphire #16307F
Tints of Sapphire #16307F
RGB
CMYK
RGB Variations
Color information
#16307F (or 0x16307F) is known color: Sapphire. HEX triplet: 16, 30 and 7F. RGB value is (22,48,127). Sum of RGB (Red+Green+Blue) = 22+48+127=197 (26% of max value = 765). Red value is 22 (8.98% from 255 or 11.17% from 197); Green value is 48 (19.14% from 255 or 24.37% from 197); Blue value is 127 (50% from 255 or 64.47% from 197); Max value from RGB is 127 - color contains mainly: blue. Hex color #16307F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #16307F is #E9CF80. Grayscale: #303030. Windows color (decimal): -15323009 or 8335382. OLE color: 8335382.
HSL color Cylindrical-coordinate representation of color #16307F: hue angle of 225.14º degrees, saturation: 0.7, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #16307F is Cyan = 0.83, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 22 | 48 | 127 | - |
| CMYK | 0.83 | 0.62 | 0 | 0.50 |
| HSL | 225.14º | 0.7% | 0.29% | - |
| HSV(B) | 225.14º | 0.83% | 0.5% | - |
| XYZ | 5.22 | 3.82 | 20.54 | - |
| YUV | 49.23 | 171.89 | 108.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 48 | 127 | 0.83 | 0.62 | 0 | 0.50 | 225.14 | 0.7 | 0.29 |
| Hex | 16 | 30 | 7F | 53 | 3E | 0 | 32 | E1 | 46 | 1D |
| Octal | 26 | 60 | 177 | 123 | 76 | 0 | 62 | 341 | 106 | 35 |
| Binary | 10110 | 110000 | 1111111 | 1010011 | 111110 | 0 | 110010 | 11100001 | 1000110 | 11101 |
Color Harmonies of #16307F
Complementary color
Monochromatic Colors of #16307F
Black with #16307F
Text Example
Text Example
White with #16307F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16307F; }
p { color: rgb(22,48,127); }
H1.HeaderClassName
{
color: #16307F;
}
.AnyTagClassName
{
color: #16307F;
}
</style>
background-color css
<style>
a { background-color: #16307F; }
a { background-color: rgb(22,48,127); }
div.DivClassName
{
background-color: #16307F;
}
.BgClassName
{
background-color: #16307F;
}
</style>
border-color css
<style>
span { border-color: #16307F; }
span { border-color: rgb(22,48,127); }
td.TdClassName
{
border-color: #16307F;
}
.TagClassName
{
border-color: #16307F;
}
</style>