Shades of Sapphire #12234F
Tints of Sapphire #12234F
RGB
CMYK
RGB Variations
Color information
#12234F (or 0x12234F) is known color: Sapphire. HEX triplet: 12, 23 and 4F. RGB value is (18,35,79). Sum of RGB (Red+Green+Blue) = 18+35+79=132 (17% of max value = 765). Red value is 18 (7.42% from 255 or 13.64% from 132); Green value is 35 (14.06% from 255 or 26.52% from 132); Blue value is 79 (31.25% from 255 or 59.85% from 132); Max value from RGB is 79 - color contains mainly: blue. Hex color #12234F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #12234F is #EDDCB0. Grayscale: #222222. Windows color (decimal): -15588529 or 5186322. OLE color: 5186322.
HSL color Cylindrical-coordinate representation of color #12234F: hue angle of 223.28º degrees, saturation: 0.63, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #12234F is Cyan = 0.77, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 18 | 35 | 79 | - |
| CMYK | 0.77 | 0.56 | 0 | 0.69 |
| HSL | 223.28º | 0.63% | 0.19% | - |
| HSV(B) | 223.28º | 0.77% | 0.31% | - |
| XYZ | 2.26 | 1.9 | 7.64 | - |
| YUV | 34.93 | 152.87 | 115.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 35 | 79 | 0.77 | 0.56 | 0 | 0.69 | 223.28 | 0.63 | 0.19 |
| Hex | 12 | 23 | 4F | 4D | 38 | 0 | 45 | DF | 3F | 13 |
| Octal | 22 | 43 | 117 | 115 | 70 | 0 | 105 | 337 | 77 | 23 |
| Binary | 10010 | 100011 | 1001111 | 1001101 | 111000 | 0 | 1000101 | 11011111 | 111111 | 10011 |
Color Harmonies of #12234F
Complementary color
Monochromatic Colors of #12234F
Black with #12234F
Text Example
Text Example
White with #12234F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12234F; }
p { color: rgb(18,35,79); }
H1.HeaderClassName
{
color: #12234F;
}
.AnyTagClassName
{
color: #12234F;
}
</style>
background-color css
<style>
a { background-color: #12234F; }
a { background-color: rgb(18,35,79); }
div.DivClassName
{
background-color: #12234F;
}
.BgClassName
{
background-color: #12234F;
}
</style>
border-color css
<style>
span { border-color: #12234F; }
span { border-color: rgb(18,35,79); }
td.TdClassName
{
border-color: #12234F;
}
.TagClassName
{
border-color: #12234F;
}
</style>