Shades of Sapphire #172B5A
Tints of Sapphire #172B5A
RGB
CMYK
RGB Variations
Color information
#172B5A (or 0x172B5A) is known color: Sapphire. HEX triplet: 17, 2B and 5A. RGB value is (23,43,90). Sum of RGB (Red+Green+Blue) = 23+43+90=156 (20% of max value = 765). Red value is 23 (9.38% from 255 or 14.74% from 156); Green value is 43 (17.19% from 255 or 27.56% from 156); Blue value is 90 (35.55% from 255 or 57.69% from 156); Max value from RGB is 90 - color contains mainly: blue. Hex color #172B5A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #172B5A is #E8D4A5. Grayscale: #2A2A2A. Windows color (decimal): -15258790 or 5909271. OLE color: 5909271.
HSL color Cylindrical-coordinate representation of color #172B5A: hue angle of 222.09º degrees, saturation: 0.59, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #172B5A is Cyan = 0.74, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 23 | 43 | 90 | - |
| CMYK | 0.74 | 0.52 | 0 | 0.65 |
| HSL | 222.09º | 0.59% | 0.22% | - |
| HSV(B) | 222.09º | 0.74% | 0.35% | - |
| XYZ | 3.06 | 2.65 | 10.02 | - |
| YUV | 42.38 | 154.87 | 114.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 43 | 90 | 0.74 | 0.52 | 0 | 0.65 | 222.09 | 0.59 | 0.22 |
| Hex | 17 | 2B | 5A | 4A | 34 | 0 | 41 | DE | 3B | 16 |
| Octal | 27 | 53 | 132 | 112 | 64 | 0 | 101 | 336 | 73 | 26 |
| Binary | 10111 | 101011 | 1011010 | 1001010 | 110100 | 0 | 1000001 | 11011110 | 111011 | 10110 |
Color Harmonies of #172B5A
Complementary color
Monochromatic Colors of #172B5A
Black with #172B5A
Text Example
Text Example
White with #172B5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #172B5A; }
p { color: rgb(23,43,90); }
H1.HeaderClassName
{
color: #172B5A;
}
.AnyTagClassName
{
color: #172B5A;
}
</style>
background-color css
<style>
a { background-color: #172B5A; }
a { background-color: rgb(23,43,90); }
div.DivClassName
{
background-color: #172B5A;
}
.BgClassName
{
background-color: #172B5A;
}
</style>
border-color css
<style>
span { border-color: #172B5A; }
span { border-color: rgb(23,43,90); }
td.TdClassName
{
border-color: #172B5A;
}
.TagClassName
{
border-color: #172B5A;
}
</style>