Shades of Sapphire #16305F
Tints of Sapphire #16305F
RGB
CMYK
RGB Variations
Color information
#16305F (or 0x16305F) is known color: Sapphire. HEX triplet: 16, 30 and 5F. RGB value is (22,48,95). Sum of RGB (Red+Green+Blue) = 22+48+95=165 (21% of max value = 765). Red value is 22 (8.98% from 255 or 13.33% from 165); Green value is 48 (19.14% from 255 or 29.09% from 165); Blue value is 95 (37.5% from 255 or 57.58% from 165); Max value from RGB is 95 - color contains mainly: blue. Hex color #16305F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #16305F is #E9CFA0. Grayscale: #2D2D2D. Windows color (decimal): -15323041 or 6238230. OLE color: 6238230.
HSL color Cylindrical-coordinate representation of color #16305F: hue angle of 218.63º degrees, saturation: 0.62, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #16305F is Cyan = 0.77, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 22 | 48 | 95 | - |
| CMYK | 0.77 | 0.49 | 0 | 0.63 |
| HSL | 218.63º | 0.62% | 0.23% | - |
| HSV(B) | 218.63º | 0.77% | 0.37% | - |
| XYZ | 3.45 | 3.11 | 11.24 | - |
| YUV | 45.58 | 155.89 | 111.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 48 | 95 | 0.77 | 0.49 | 0 | 0.63 | 218.63 | 0.62 | 0.23 |
| Hex | 16 | 30 | 5F | 4D | 31 | 0 | 3F | DB | 3E | 17 |
| Octal | 26 | 60 | 137 | 115 | 61 | 0 | 77 | 333 | 76 | 27 |
| Binary | 10110 | 110000 | 1011111 | 1001101 | 110001 | 0 | 111111 | 11011011 | 111110 | 10111 |
Color Harmonies of #16305F
Complementary color
Monochromatic Colors of #16305F
Black with #16305F
Text Example
Text Example
White with #16305F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16305F; }
p { color: rgb(22,48,95); }
H1.HeaderClassName
{
color: #16305F;
}
.AnyTagClassName
{
color: #16305F;
}
</style>
background-color css
<style>
a { background-color: #16305F; }
a { background-color: rgb(22,48,95); }
div.DivClassName
{
background-color: #16305F;
}
.BgClassName
{
background-color: #16305F;
}
</style>
border-color css
<style>
span { border-color: #16305F; }
span { border-color: rgb(22,48,95); }
td.TdClassName
{
border-color: #16305F;
}
.TagClassName
{
border-color: #16305F;
}
</style>