Shades of Sapphire #12256F
Tints of Sapphire #12256F
RGB
CMYK
RGB Variations
Color information
#12256F (or 0x12256F) is known color: Sapphire. HEX triplet: 12, 25 and 6F. RGB value is (18,37,111). Sum of RGB (Red+Green+Blue) = 18+37+111=166 (21% of max value = 765). Red value is 18 (7.42% from 255 or 10.84% from 166); Green value is 37 (14.84% from 255 or 22.29% from 166); Blue value is 111 (43.75% from 255 or 66.87% from 166); Max value from RGB is 111 - color contains mainly: blue. Hex color #12256F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #12256F is #EDDA90. Grayscale: #272727. Windows color (decimal): -15587985 or 7283986. OLE color: 7283986.
HSL color Cylindrical-coordinate representation of color #12256F: hue angle of 227.74º degrees, saturation: 0.72, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #12256F is Cyan = 0.84, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 18 | 37 | 111 | - |
| CMYK | 0.84 | 0.67 | 0 | 0.56 |
| HSL | 227.74º | 0.72% | 0.25% | - |
| HSV(B) | 227.74º | 0.84% | 0.44% | - |
| XYZ | 3.78 | 2.6 | 15.34 | - |
| YUV | 39.76 | 168.21 | 112.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 37 | 111 | 0.84 | 0.67 | 0 | 0.56 | 227.74 | 0.72 | 0.25 |
| Hex | 12 | 25 | 6F | 54 | 43 | 0 | 38 | E4 | 48 | 19 |
| Octal | 22 | 45 | 157 | 124 | 103 | 0 | 70 | 344 | 110 | 31 |
| Binary | 10010 | 100101 | 1101111 | 1010100 | 1000011 | 0 | 111000 | 11100100 | 1001000 | 11001 |
Color Harmonies of #12256F
Complementary color
Monochromatic Colors of #12256F
Black with #12256F
Text Example
Text Example
White with #12256F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12256F; }
p { color: rgb(18,37,111); }
H1.HeaderClassName
{
color: #12256F;
}
.AnyTagClassName
{
color: #12256F;
}
</style>
background-color css
<style>
a { background-color: #12256F; }
a { background-color: rgb(18,37,111); }
div.DivClassName
{
background-color: #12256F;
}
.BgClassName
{
background-color: #12256F;
}
</style>
border-color css
<style>
span { border-color: #12256F; }
span { border-color: rgb(18,37,111); }
td.TdClassName
{
border-color: #12256F;
}
.TagClassName
{
border-color: #12256F;
}
</style>