Shades of Sapphire #12275C
Tints of Sapphire #12275C
RGB
CMYK
RGB Variations
Color information
#12275C (or 0x12275C) is known color: Sapphire. HEX triplet: 12, 27 and 5C. RGB value is (18,39,92). Sum of RGB (Red+Green+Blue) = 18+39+92=149 (19% of max value = 765). Red value is 18 (7.42% from 255 or 12.08% from 149); Green value is 39 (15.62% from 255 or 26.17% from 149); Blue value is 92 (36.33% from 255 or 61.74% from 149); Max value from RGB is 92 - color contains mainly: blue. Hex color #12275C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #12275C is #EDD8A3. Grayscale: #262626. Windows color (decimal): -15587492 or 6039314. OLE color: 6039314.
HSL color Cylindrical-coordinate representation of color #12275C: hue angle of 222.97º degrees, saturation: 0.67, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #12275C is Cyan = 0.80, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 18 | 39 | 92 | - |
| CMYK | 0.80 | 0.58 | 0 | 0.64 |
| HSL | 222.97º | 0.67% | 0.22% | - |
| HSV(B) | 222.97º | 0.8% | 0.36% | - |
| XYZ | 2.91 | 2.35 | 10.43 | - |
| YUV | 38.76 | 158.04 | 113.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 39 | 92 | 0.80 | 0.58 | 0 | 0.64 | 222.97 | 0.67 | 0.22 |
| Hex | 12 | 27 | 5C | 50 | 3A | 0 | 40 | DF | 43 | 16 |
| Octal | 22 | 47 | 134 | 120 | 72 | 0 | 100 | 337 | 103 | 26 |
| Binary | 10010 | 100111 | 1011100 | 1010000 | 111010 | 0 | 1000000 | 11011111 | 1000011 | 10110 |
Color Harmonies of #12275C
Complementary color
Monochromatic Colors of #12275C
Black with #12275C
Text Example
Text Example
White with #12275C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12275C; }
p { color: rgb(18,39,92); }
H1.HeaderClassName
{
color: #12275C;
}
.AnyTagClassName
{
color: #12275C;
}
</style>
background-color css
<style>
a { background-color: #12275C; }
a { background-color: rgb(18,39,92); }
div.DivClassName
{
background-color: #12275C;
}
.BgClassName
{
background-color: #12275C;
}
</style>
border-color css
<style>
span { border-color: #12275C; }
span { border-color: rgb(18,39,92); }
td.TdClassName
{
border-color: #12275C;
}
.TagClassName
{
border-color: #12275C;
}
</style>