Shades of Sapphire #12307A
Tints of Sapphire #12307A
RGB
CMYK
RGB Variations
Color information
#12307A (or 0x12307A) is known color: Sapphire. HEX triplet: 12, 30 and 7A. RGB value is (18,48,122). Sum of RGB (Red+Green+Blue) = 18+48+122=188 (24% of max value = 765). Red value is 18 (7.42% from 255 or 9.57% from 188); Green value is 48 (19.14% from 255 or 25.53% from 188); Blue value is 122 (48.05% from 255 or 64.89% from 188); Max value from RGB is 122 - color contains mainly: blue. Hex color #12307A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #12307A is #EDCF85. Grayscale: #2F2F2F. Windows color (decimal): -15585158 or 8007698. OLE color: 8007698.
HSL color Cylindrical-coordinate representation of color #12307A: hue angle of 222.69º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #12307A is Cyan = 0.85, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 18 | 48 | 122 | - |
| CMYK | 0.85 | 0.61 | 0 | 0.52 |
| HSL | 222.69º | 0.74% | 0.27% | - |
| HSV(B) | 222.69º | 0.85% | 0.48% | - |
| XYZ | 4.82 | 3.65 | 18.86 | - |
| YUV | 47.47 | 170.06 | 106.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 48 | 122 | 0.85 | 0.61 | 0 | 0.52 | 222.69 | 0.74 | 0.27 |
| Hex | 12 | 30 | 7A | 55 | 3D | 0 | 34 | DF | 4A | 1B |
| Octal | 22 | 60 | 172 | 125 | 75 | 0 | 64 | 337 | 112 | 33 |
| Binary | 10010 | 110000 | 1111010 | 1010101 | 111101 | 0 | 110100 | 11011111 | 1001010 | 11011 |
Color Harmonies of #12307A
Complementary color
Monochromatic Colors of #12307A
Black with #12307A
Text Example
Text Example
White with #12307A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12307A; }
p { color: rgb(18,48,122); }
H1.HeaderClassName
{
color: #12307A;
}
.AnyTagClassName
{
color: #12307A;
}
</style>
background-color css
<style>
a { background-color: #12307A; }
a { background-color: rgb(18,48,122); }
div.DivClassName
{
background-color: #12307A;
}
.BgClassName
{
background-color: #12307A;
}
</style>
border-color css
<style>
span { border-color: #12307A; }
span { border-color: rgb(18,48,122); }
td.TdClassName
{
border-color: #12307A;
}
.TagClassName
{
border-color: #12307A;
}
</style>