Shades of Sapphire #12256C
Tints of Sapphire #12256C
RGB
CMYK
RGB Variations
Color information
#12256C (or 0x12256C) is known color: Sapphire. HEX triplet: 12, 25 and 6C. RGB value is (18,37,108). Sum of RGB (Red+Green+Blue) = 18+37+108=163 (21% of max value = 765). Red value is 18 (7.42% from 255 or 11.04% from 163); Green value is 37 (14.84% from 255 or 22.70% from 163); Blue value is 108 (42.58% from 255 or 66.26% from 163); Max value from RGB is 108 - color contains mainly: blue. Hex color #12256C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #12256C is #EDDA93. Grayscale: #272727. Windows color (decimal): -15587988 or 7087378. OLE color: 7087378.
HSL color Cylindrical-coordinate representation of color #12256C: hue angle of 227.33º degrees, saturation: 0.71, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #12256C is Cyan = 0.83, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 18 | 37 | 108 | - |
| CMYK | 0.83 | 0.66 | 0 | 0.58 |
| HSL | 227.33º | 0.71% | 0.25% | - |
| HSV(B) | 227.33º | 0.83% | 0.42% | - |
| XYZ | 3.62 | 2.53 | 14.49 | - |
| YUV | 39.41 | 166.71 | 112.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 37 | 108 | 0.83 | 0.66 | 0 | 0.58 | 227.33 | 0.71 | 0.25 |
| Hex | 12 | 25 | 6C | 53 | 42 | 0 | 3A | E3 | 47 | 19 |
| Octal | 22 | 45 | 154 | 123 | 102 | 0 | 72 | 343 | 107 | 31 |
| Binary | 10010 | 100101 | 1101100 | 1010011 | 1000010 | 0 | 111010 | 11100011 | 1000111 | 11001 |
Color Harmonies of #12256C
Complementary color
Monochromatic Colors of #12256C
Black with #12256C
Text Example
Text Example
White with #12256C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12256C; }
p { color: rgb(18,37,108); }
H1.HeaderClassName
{
color: #12256C;
}
.AnyTagClassName
{
color: #12256C;
}
</style>
background-color css
<style>
a { background-color: #12256C; }
a { background-color: rgb(18,37,108); }
div.DivClassName
{
background-color: #12256C;
}
.BgClassName
{
background-color: #12256C;
}
</style>
border-color css
<style>
span { border-color: #12256C; }
span { border-color: rgb(18,37,108); }
td.TdClassName
{
border-color: #12256C;
}
.TagClassName
{
border-color: #12256C;
}
</style>