Shades of Sapphire #12295C
Tints of Sapphire #12295C
RGB
CMYK
RGB Variations
Color information
#12295C (or 0x12295C) is known color: Sapphire. HEX triplet: 12, 29 and 5C. RGB value is (18,41,92). Sum of RGB (Red+Green+Blue) = 18+41+92=151 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.92% from 151); Green value is 41 (16.41% from 255 or 27.15% from 151); Blue value is 92 (36.33% from 255 or 60.93% from 151); Max value from RGB is 92 - color contains mainly: blue. Hex color #12295C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #12295C is #EDD6A3. Grayscale: #272727. Windows color (decimal): -15586980 or 6039826. OLE color: 6039826.
HSL color Cylindrical-coordinate representation of color #12295C: hue angle of 221.35º 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 #12295C is Cyan = 0.80, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 18 | 41 | 92 | - |
| CMYK | 0.80 | 0.55 | 0 | 0.64 |
| HSL | 221.35º | 0.67% | 0.22% | - |
| HSV(B) | 221.35º | 0.8% | 0.36% | - |
| XYZ | 2.97 | 2.49 | 10.45 | - |
| YUV | 39.94 | 157.38 | 112.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 41 | 92 | 0.80 | 0.55 | 0 | 0.64 | 221.35 | 0.67 | 0.22 |
| Hex | 12 | 29 | 5C | 50 | 37 | 0 | 40 | DD | 43 | 16 |
| Octal | 22 | 51 | 134 | 120 | 67 | 0 | 100 | 335 | 103 | 26 |
| Binary | 10010 | 101001 | 1011100 | 1010000 | 110111 | 0 | 1000000 | 11011101 | 1000011 | 10110 |
Color Harmonies of #12295C
Complementary color
Monochromatic Colors of #12295C
Black with #12295C
Text Example
Text Example
White with #12295C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12295C; }
p { color: rgb(18,41,92); }
H1.HeaderClassName
{
color: #12295C;
}
.AnyTagClassName
{
color: #12295C;
}
</style>
background-color css
<style>
a { background-color: #12295C; }
a { background-color: rgb(18,41,92); }
div.DivClassName
{
background-color: #12295C;
}
.BgClassName
{
background-color: #12295C;
}
</style>
border-color css
<style>
span { border-color: #12295C; }
span { border-color: rgb(18,41,92); }
td.TdClassName
{
border-color: #12295C;
}
.TagClassName
{
border-color: #12295C;
}
</style>