Shades of Sapphire #1C316C
Tints of Sapphire #1C316C
RGB
CMYK
RGB Variations
Color information
#1C316C (or 0x1C316C) is known color: Sapphire. HEX triplet: 1C, 31 and 6C. RGB value is (28,49,108). Sum of RGB (Red+Green+Blue) = 28+49+108=185 (24% of max value = 765). Red value is 28 (11.33% from 255 or 15.14% from 185); Green value is 49 (19.53% from 255 or 26.49% from 185); Blue value is 108 (42.58% from 255 or 58.38% from 185); Max value from RGB is 108 - color contains mainly: blue. Hex color #1C316C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1C316C is #E3CE93. Grayscale: #313131. Windows color (decimal): -14929556 or 7090460. OLE color: 7090460.
HSL color Cylindrical-coordinate representation of color #1C316C: hue angle of 224.25º degrees, saturation: 0.59, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1C316C is Cyan = 0.74, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 28 | 49 | 108 | - |
| CMYK | 0.74 | 0.55 | 0 | 0.58 |
| HSL | 224.25º | 0.59% | 0.27% | - |
| HSV(B) | 224.25º | 0.74% | 0.42% | - |
| XYZ | 4.28 | 3.53 | 14.64 | - |
| YUV | 49.45 | 161.04 | 112.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 49 | 108 | 0.74 | 0.55 | 0 | 0.58 | 224.25 | 0.59 | 0.27 |
| Hex | 1C | 31 | 6C | 4A | 37 | 0 | 3A | E0 | 3B | 1B |
| Octal | 34 | 61 | 154 | 112 | 67 | 0 | 72 | 340 | 73 | 33 |
| Binary | 11100 | 110001 | 1101100 | 1001010 | 110111 | 0 | 111010 | 11100000 | 111011 | 11011 |
Color Harmonies of #1C316C
Complementary color
Monochromatic Colors of #1C316C
Black with #1C316C
Text Example
Text Example
White with #1C316C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C316C; }
p { color: rgb(28,49,108); }
H1.HeaderClassName
{
color: #1C316C;
}
.AnyTagClassName
{
color: #1C316C;
}
</style>
background-color css
<style>
a { background-color: #1C316C; }
a { background-color: rgb(28,49,108); }
div.DivClassName
{
background-color: #1C316C;
}
.BgClassName
{
background-color: #1C316C;
}
</style>
border-color css
<style>
span { border-color: #1C316C; }
span { border-color: rgb(28,49,108); }
td.TdClassName
{
border-color: #1C316C;
}
.TagClassName
{
border-color: #1C316C;
}
</style>