Shades of Sapphire #16307C
Tints of Sapphire #16307C
RGB
CMYK
RGB Variations
Color information
#16307C (or 0x16307C) is known color: Sapphire. HEX triplet: 16, 30 and 7C. RGB value is (22,48,124). Sum of RGB (Red+Green+Blue) = 22+48+124=194 (25% of max value = 765). Red value is 22 (8.98% from 255 or 11.34% from 194); Green value is 48 (19.14% from 255 or 24.74% from 194); Blue value is 124 (48.83% from 255 or 63.92% from 194); Max value from RGB is 124 - color contains mainly: blue. Hex color #16307C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #16307C is #E9CF83. Grayscale: #303030. Windows color (decimal): -15323012 or 8138774. OLE color: 8138774.
HSL color Cylindrical-coordinate representation of color #16307C: hue angle of 224.71º degrees, saturation: 0.7, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #16307C is Cyan = 0.82, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 22 | 48 | 124 | - |
| CMYK | 0.82 | 0.61 | 0 | 0.51 |
| HSL | 224.71º | 0.7% | 0.29% | - |
| HSV(B) | 224.71º | 0.82% | 0.49% | - |
| XYZ | 5.03 | 3.74 | 19.53 | - |
| YUV | 48.89 | 170.39 | 108.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 48 | 124 | 0.82 | 0.61 | 0 | 0.51 | 224.71 | 0.7 | 0.29 |
| Hex | 16 | 30 | 7C | 52 | 3D | 0 | 33 | E1 | 46 | 1D |
| Octal | 26 | 60 | 174 | 122 | 75 | 0 | 63 | 341 | 106 | 35 |
| Binary | 10110 | 110000 | 1111100 | 1010010 | 111101 | 0 | 110011 | 11100001 | 1000110 | 11101 |
Color Harmonies of #16307C
Complementary color
Monochromatic Colors of #16307C
Black with #16307C
Text Example
Text Example
White with #16307C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16307C; }
p { color: rgb(22,48,124); }
H1.HeaderClassName
{
color: #16307C;
}
.AnyTagClassName
{
color: #16307C;
}
</style>
background-color css
<style>
a { background-color: #16307C; }
a { background-color: rgb(22,48,124); }
div.DivClassName
{
background-color: #16307C;
}
.BgClassName
{
background-color: #16307C;
}
</style>
border-color css
<style>
span { border-color: #16307C; }
span { border-color: rgb(22,48,124); }
td.TdClassName
{
border-color: #16307C;
}
.TagClassName
{
border-color: #16307C;
}
</style>