Shades of Sapphire #12256D
Tints of Sapphire #12256D
RGB
CMYK
RGB Variations
Color information
#12256D (or 0x12256D) is known color: Sapphire. HEX triplet: 12, 25 and 6D. RGB value is (18,37,109). Sum of RGB (Red+Green+Blue) = 18+37+109=164 (21% of max value = 765). Red value is 18 (7.42% from 255 or 10.98% from 164); Green value is 37 (14.84% from 255 or 22.56% from 164); Blue value is 109 (42.97% from 255 or 66.46% from 164); Max value from RGB is 109 - color contains mainly: blue. Hex color #12256D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #12256D is #EDDA92. Grayscale: #272727. Windows color (decimal): -15587987 or 7152914. OLE color: 7152914.
HSL color Cylindrical-coordinate representation of color #12256D: hue angle of 227.47º degrees, saturation: 0.72, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #12256D is Cyan = 0.83, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 18 | 37 | 109 | - |
| CMYK | 0.83 | 0.66 | 0 | 0.57 |
| HSL | 227.47º | 0.72% | 0.25% | - |
| HSV(B) | 227.47º | 0.83% | 0.43% | - |
| XYZ | 3.67 | 2.56 | 14.77 | - |
| YUV | 39.53 | 167.21 | 112.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 37 | 109 | 0.83 | 0.66 | 0 | 0.57 | 227.47 | 0.72 | 0.25 |
| Hex | 12 | 25 | 6D | 53 | 42 | 0 | 39 | E3 | 48 | 19 |
| Octal | 22 | 45 | 155 | 123 | 102 | 0 | 71 | 343 | 110 | 31 |
| Binary | 10010 | 100101 | 1101101 | 1010011 | 1000010 | 0 | 111001 | 11100011 | 1001000 | 11001 |
Color Harmonies of #12256D
Complementary color
Monochromatic Colors of #12256D
Black with #12256D
Text Example
Text Example
White with #12256D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12256D; }
p { color: rgb(18,37,109); }
H1.HeaderClassName
{
color: #12256D;
}
.AnyTagClassName
{
color: #12256D;
}
</style>
background-color css
<style>
a { background-color: #12256D; }
a { background-color: rgb(18,37,109); }
div.DivClassName
{
background-color: #12256D;
}
.BgClassName
{
background-color: #12256D;
}
</style>
border-color css
<style>
span { border-color: #12256D; }
span { border-color: rgb(18,37,109); }
td.TdClassName
{
border-color: #12256D;
}
.TagClassName
{
border-color: #12256D;
}
</style>