Shades of Sapphire #121F67
Tints of Sapphire #121F67
RGB
CMYK
RGB Variations
Color information
#121F67 (or 0x121F67) is known color: Sapphire. HEX triplet: 12, 1F and 67. RGB value is (18,31,103). Sum of RGB (Red+Green+Blue) = 18+31+103=152 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.84% from 152); Green value is 31 (12.5% from 255 or 20.39% from 152); Blue value is 103 (40.62% from 255 or 67.76% from 152); Max value from RGB is 103 - color contains mainly: blue. Hex color #121F67 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #121F67 is #EDE098. Grayscale: #232323. Windows color (decimal): -15589529 or 6758162. OLE color: 6758162.
HSL color Cylindrical-coordinate representation of color #121F67: hue angle of 230.82º degrees, saturation: 0.7, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #121F67 is Cyan = 0.83, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 18 | 31 | 103 | - |
| CMYK | 0.83 | 0.70 | 0 | 0.60 |
| HSL | 230.82º | 0.7% | 0.24% | - |
| HSV(B) | 230.82º | 0.83% | 0.4% | - |
| XYZ | 3.19 | 2.09 | 13.07 | - |
| YUV | 35.32 | 166.19 | 115.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 31 | 103 | 0.83 | 0.70 | 0 | 0.60 | 230.82 | 0.7 | 0.24 |
| Hex | 12 | 1F | 67 | 53 | 46 | 0 | 3C | E7 | 46 | 18 |
| Octal | 22 | 37 | 147 | 123 | 106 | 0 | 74 | 347 | 106 | 30 |
| Binary | 10010 | 11111 | 1100111 | 1010011 | 1000110 | 0 | 111100 | 11100111 | 1000110 | 11000 |
Color Harmonies of #121F67
Complementary color
Monochromatic Colors of #121F67
Black with #121F67
Text Example
Text Example
White with #121F67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #121F67; }
p { color: rgb(18,31,103); }
H1.HeaderClassName
{
color: #121F67;
}
.AnyTagClassName
{
color: #121F67;
}
</style>
background-color css
<style>
a { background-color: #121F67; }
a { background-color: rgb(18,31,103); }
div.DivClassName
{
background-color: #121F67;
}
.BgClassName
{
background-color: #121F67;
}
</style>
border-color css
<style>
span { border-color: #121F67; }
span { border-color: rgb(18,31,103); }
td.TdClassName
{
border-color: #121F67;
}
.TagClassName
{
border-color: #121F67;
}
</style>