Shades of Sapphire #12315D
Tints of Sapphire #12315D
RGB
CMYK
RGB Variations
Color information
#12315D (or 0x12315D) is known color: Sapphire. HEX triplet: 12, 31 and 5D. RGB value is (18,49,93). Sum of RGB (Red+Green+Blue) = 18+49+93=160 (21% of max value = 765). Red value is 18 (7.42% from 255 or 11.25% from 160); Green value is 49 (19.53% from 255 or 30.62% from 160); Blue value is 93 (36.72% from 255 or 58.12% from 160); Max value from RGB is 93 - color contains mainly: blue. Hex color #12315D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #12315D is #EDCEA2. Grayscale: #2C2C2C. Windows color (decimal): -15584931 or 6107410. OLE color: 6107410.
HSL color Cylindrical-coordinate representation of color #12315D: hue angle of 215.2º degrees, saturation: 0.68, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #12315D is Cyan = 0.81, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 18 | 49 | 93 | - |
| CMYK | 0.81 | 0.47 | 0 | 0.64 |
| HSL | 215.2º | 0.68% | 0.22% | - |
| HSV(B) | 215.2º | 0.81% | 0.36% | - |
| XYZ | 3.32 | 3.12 | 10.78 | - |
| YUV | 44.75 | 155.23 | 108.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 49 | 93 | 0.81 | 0.47 | 0 | 0.64 | 215.2 | 0.68 | 0.22 |
| Hex | 12 | 31 | 5D | 51 | 2F | 0 | 40 | D7 | 44 | 16 |
| Octal | 22 | 61 | 135 | 121 | 57 | 0 | 100 | 327 | 104 | 26 |
| Binary | 10010 | 110001 | 1011101 | 1010001 | 101111 | 0 | 1000000 | 11010111 | 1000100 | 10110 |
Color Harmonies of #12315D
Complementary color
Monochromatic Colors of #12315D
Black with #12315D
Text Example
Text Example
White with #12315D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12315D; }
p { color: rgb(18,49,93); }
H1.HeaderClassName
{
color: #12315D;
}
.AnyTagClassName
{
color: #12315D;
}
</style>
background-color css
<style>
a { background-color: #12315D; }
a { background-color: rgb(18,49,93); }
div.DivClassName
{
background-color: #12315D;
}
.BgClassName
{
background-color: #12315D;
}
</style>
border-color css
<style>
span { border-color: #12315D; }
span { border-color: rgb(18,49,93); }
td.TdClassName
{
border-color: #12315D;
}
.TagClassName
{
border-color: #12315D;
}
</style>