Shades of Sapphire #17276A
Tints of Sapphire #17276A
RGB
CMYK
RGB Variations
Color information
#17276A (or 0x17276A) is known color: Sapphire. HEX triplet: 17, 27 and 6A. RGB value is (23,39,106). Sum of RGB (Red+Green+Blue) = 23+39+106=168 (22% of max value = 765). Red value is 23 (9.38% from 255 or 13.69% from 168); Green value is 39 (15.62% from 255 or 23.21% from 168); Blue value is 106 (41.80% from 255 or 63.10% from 168); Max value from RGB is 106 - color contains mainly: blue. Hex color #17276A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #17276A is #E8D895. Grayscale: #292929. Windows color (decimal): -15259798 or 6956823. OLE color: 6956823.
HSL color Cylindrical-coordinate representation of color #17276A: hue angle of 228.43º degrees, saturation: 0.64, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #17276A is Cyan = 0.78, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 23 | 39 | 106 | - |
| CMYK | 0.78 | 0.63 | 0 | 0.58 |
| HSL | 228.43º | 0.64% | 0.25% | - |
| HSV(B) | 228.43º | 0.78% | 0.42% | - |
| XYZ | 3.68 | 2.67 | 13.96 | - |
| YUV | 41.85 | 164.2 | 114.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 39 | 106 | 0.78 | 0.63 | 0 | 0.58 | 228.43 | 0.64 | 0.25 |
| Hex | 17 | 27 | 6A | 4E | 3F | 0 | 3A | E4 | 40 | 19 |
| Octal | 27 | 47 | 152 | 116 | 77 | 0 | 72 | 344 | 100 | 31 |
| Binary | 10111 | 100111 | 1101010 | 1001110 | 111111 | 0 | 111010 | 11100100 | 1000000 | 11001 |
Color Harmonies of #17276A
Complementary color
Monochromatic Colors of #17276A
Black with #17276A
Text Example
Text Example
White with #17276A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17276A; }
p { color: rgb(23,39,106); }
H1.HeaderClassName
{
color: #17276A;
}
.AnyTagClassName
{
color: #17276A;
}
</style>
background-color css
<style>
a { background-color: #17276A; }
a { background-color: rgb(23,39,106); }
div.DivClassName
{
background-color: #17276A;
}
.BgClassName
{
background-color: #17276A;
}
</style>
border-color css
<style>
span { border-color: #17276A; }
span { border-color: rgb(23,39,106); }
td.TdClassName
{
border-color: #17276A;
}
.TagClassName
{
border-color: #17276A;
}
</style>