Shades of Sapphire #122A5C
Tints of Sapphire #122A5C
RGB
CMYK
RGB Variations
Color information
#122A5C (or 0x122A5C) is known color: Sapphire. HEX triplet: 12, 2A and 5C. RGB value is (18,42,92). Sum of RGB (Red+Green+Blue) = 18+42+92=152 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.84% from 152); Green value is 42 (16.80% from 255 or 27.63% from 152); Blue value is 92 (36.33% from 255 or 60.53% from 152); Max value from RGB is 92 - color contains mainly: blue. Hex color #122A5C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #122A5C is #EDD5A3. Grayscale: #282828. Windows color (decimal): -15586724 or 6040082. OLE color: 6040082.
HSL color Cylindrical-coordinate representation of color #122A5C: hue angle of 220.54º degrees, saturation: 0.67, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #122A5C is Cyan = 0.80, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 18 | 42 | 92 | - |
| CMYK | 0.80 | 0.54 | 0 | 0.64 |
| HSL | 220.54º | 0.67% | 0.22% | - |
| HSV(B) | 220.54º | 0.8% | 0.36% | - |
| XYZ | 3.01 | 2.56 | 10.46 | - |
| YUV | 40.52 | 157.05 | 111.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 42 | 92 | 0.80 | 0.54 | 0 | 0.64 | 220.54 | 0.67 | 0.22 |
| Hex | 12 | 2A | 5C | 50 | 36 | 0 | 40 | DD | 43 | 16 |
| Octal | 22 | 52 | 134 | 120 | 66 | 0 | 100 | 335 | 103 | 26 |
| Binary | 10010 | 101010 | 1011100 | 1010000 | 110110 | 0 | 1000000 | 11011101 | 1000011 | 10110 |
Color Harmonies of #122A5C
Complementary color
Monochromatic Colors of #122A5C
Black with #122A5C
Text Example
Text Example
White with #122A5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #122A5C; }
p { color: rgb(18,42,92); }
H1.HeaderClassName
{
color: #122A5C;
}
.AnyTagClassName
{
color: #122A5C;
}
</style>
background-color css
<style>
a { background-color: #122A5C; }
a { background-color: rgb(18,42,92); }
div.DivClassName
{
background-color: #122A5C;
}
.BgClassName
{
background-color: #122A5C;
}
</style>
border-color css
<style>
span { border-color: #122A5C; }
span { border-color: rgb(18,42,92); }
td.TdClassName
{
border-color: #122A5C;
}
.TagClassName
{
border-color: #122A5C;
}
</style>