Shades of Sapphire #12275D
Tints of Sapphire #12275D
RGB
CMYK
RGB Variations
Color information
#12275D (or 0x12275D) is known color: Sapphire. HEX triplet: 12, 27 and 5D. RGB value is (18,39,93). Sum of RGB (Red+Green+Blue) = 18+39+93=150 (19% of max value = 765). Red value is 18 (7.42% from 255 or 12% from 150); Green value is 39 (15.62% from 255 or 26% from 150); Blue value is 93 (36.72% from 255 or 62% from 150); Max value from RGB is 93 - color contains mainly: blue. Hex color #12275D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #12275D is #EDD8A2. Grayscale: #262626. Windows color (decimal): -15587491 or 6104850. OLE color: 6104850.
HSL color Cylindrical-coordinate representation of color #12275D: hue angle of 223.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 #12275D is Cyan = 0.81, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 18 | 39 | 93 | - |
| CMYK | 0.81 | 0.58 | 0 | 0.64 |
| HSL | 223.2º | 0.68% | 0.22% | - |
| HSV(B) | 223.2º | 0.81% | 0.36% | - |
| XYZ | 2.95 | 2.37 | 10.66 | - |
| YUV | 38.88 | 158.54 | 113.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 39 | 93 | 0.81 | 0.58 | 0 | 0.64 | 223.2 | 0.68 | 0.22 |
| Hex | 12 | 27 | 5D | 51 | 3A | 0 | 40 | DF | 44 | 16 |
| Octal | 22 | 47 | 135 | 121 | 72 | 0 | 100 | 337 | 104 | 26 |
| Binary | 10010 | 100111 | 1011101 | 1010001 | 111010 | 0 | 1000000 | 11011111 | 1000100 | 10110 |
Color Harmonies of #12275D
Complementary color
Monochromatic Colors of #12275D
Black with #12275D
Text Example
Text Example
White with #12275D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12275D; }
p { color: rgb(18,39,93); }
H1.HeaderClassName
{
color: #12275D;
}
.AnyTagClassName
{
color: #12275D;
}
</style>
background-color css
<style>
a { background-color: #12275D; }
a { background-color: rgb(18,39,93); }
div.DivClassName
{
background-color: #12275D;
}
.BgClassName
{
background-color: #12275D;
}
</style>
border-color css
<style>
span { border-color: #12275D; }
span { border-color: rgb(18,39,93); }
td.TdClassName
{
border-color: #12275D;
}
.TagClassName
{
border-color: #12275D;
}
</style>