Shades of Sapphire #12255C
Tints of Sapphire #12255C
RGB
CMYK
RGB Variations
Color information
#12255C (or 0x12255C) is known color: Sapphire. HEX triplet: 12, 25 and 5C. RGB value is (18,37,92). Sum of RGB (Red+Green+Blue) = 18+37+92=147 (19% of max value = 765). Red value is 18 (7.42% from 255 or 12.24% from 147); Green value is 37 (14.84% from 255 or 25.17% from 147); Blue value is 92 (36.33% from 255 or 62.59% from 147); Max value from RGB is 92 - color contains mainly: blue. Hex color #12255C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #12255C is #EDDAA3. Grayscale: #252525. Windows color (decimal): -15588004 or 6038802. OLE color: 6038802.
HSL color Cylindrical-coordinate representation of color #12255C: hue angle of 224.59º 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 #12255C is Cyan = 0.80, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 18 | 37 | 92 | - |
| CMYK | 0.80 | 0.60 | 0 | 0.64 |
| HSL | 224.59º | 0.67% | 0.22% | - |
| HSV(B) | 224.59º | 0.8% | 0.36% | - |
| XYZ | 2.84 | 2.22 | 10.4 | - |
| YUV | 37.59 | 158.71 | 114.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 37 | 92 | 0.80 | 0.60 | 0 | 0.64 | 224.59 | 0.67 | 0.22 |
| Hex | 12 | 25 | 5C | 50 | 3C | 0 | 40 | E1 | 43 | 16 |
| Octal | 22 | 45 | 134 | 120 | 74 | 0 | 100 | 341 | 103 | 26 |
| Binary | 10010 | 100101 | 1011100 | 1010000 | 111100 | 0 | 1000000 | 11100001 | 1000011 | 10110 |
Color Harmonies of #12255C
Complementary color
Monochromatic Colors of #12255C
Black with #12255C
Text Example
Text Example
White with #12255C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12255C; }
p { color: rgb(18,37,92); }
H1.HeaderClassName
{
color: #12255C;
}
.AnyTagClassName
{
color: #12255C;
}
</style>
background-color css
<style>
a { background-color: #12255C; }
a { background-color: rgb(18,37,92); }
div.DivClassName
{
background-color: #12255C;
}
.BgClassName
{
background-color: #12255C;
}
</style>
border-color css
<style>
span { border-color: #12255C; }
span { border-color: rgb(18,37,92); }
td.TdClassName
{
border-color: #12255C;
}
.TagClassName
{
border-color: #12255C;
}
</style>