Shades of Sapphire #12337A
Tints of Sapphire #12337A
RGB
CMYK
RGB Variations
Color information
#12337A (or 0x12337A) is known color: Sapphire. HEX triplet: 12, 33 and 7A. RGB value is (18,51,122). Sum of RGB (Red+Green+Blue) = 18+51+122=191 (25% of max value = 765). Red value is 18 (7.42% from 255 or 9.42% from 191); Green value is 51 (20.31% from 255 or 26.70% from 191); Blue value is 122 (48.05% from 255 or 63.87% from 191); Max value from RGB is 122 - color contains mainly: blue. Hex color #12337A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #12337A is #EDCC85. Grayscale: #303030. Windows color (decimal): -15584390 or 8008466. OLE color: 8008466.
HSL color Cylindrical-coordinate representation of color #12337A: hue angle of 220.96º 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 #12337A is Cyan = 0.85, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 18 | 51 | 122 | - |
| CMYK | 0.85 | 0.58 | 0 | 0.52 |
| HSL | 220.96º | 0.74% | 0.27% | - |
| HSV(B) | 220.96º | 0.85% | 0.48% | - |
| XYZ | 4.95 | 3.9 | 18.9 | - |
| YUV | 49.23 | 169.07 | 105.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 51 | 122 | 0.85 | 0.58 | 0 | 0.52 | 220.96 | 0.74 | 0.27 |
| Hex | 12 | 33 | 7A | 55 | 3A | 0 | 34 | DD | 4A | 1B |
| Octal | 22 | 63 | 172 | 125 | 72 | 0 | 64 | 335 | 112 | 33 |
| Binary | 10010 | 110011 | 1111010 | 1010101 | 111010 | 0 | 110100 | 11011101 | 1001010 | 11011 |
Color Harmonies of #12337A
Complementary color
Monochromatic Colors of #12337A
Black with #12337A
Text Example
Text Example
White with #12337A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12337A; }
p { color: rgb(18,51,122); }
H1.HeaderClassName
{
color: #12337A;
}
.AnyTagClassName
{
color: #12337A;
}
</style>
background-color css
<style>
a { background-color: #12337A; }
a { background-color: rgb(18,51,122); }
div.DivClassName
{
background-color: #12337A;
}
.BgClassName
{
background-color: #12337A;
}
</style>
border-color css
<style>
span { border-color: #12337A; }
span { border-color: rgb(18,51,122); }
td.TdClassName
{
border-color: #12337A;
}
.TagClassName
{
border-color: #12337A;
}
</style>