Shades of Sapphire #1F2D6A
Tints of Sapphire #1F2D6A
RGB
CMYK
RGB Variations
Color information
#1F2D6A (or 0x1F2D6A) is known color: Sapphire. HEX triplet: 1F, 2D and 6A. RGB value is (31,45,106). Sum of RGB (Red+Green+Blue) = 31+45+106=182 (24% of max value = 765). Red value is 31 (12.5% from 255 or 17.03% from 182); Green value is 45 (17.97% from 255 or 24.73% from 182); Blue value is 106 (41.80% from 255 or 58.24% from 182); Max value from RGB is 106 - color contains mainly: blue. Hex color #1F2D6A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F2D6A is #E0D295. Grayscale: #2F2F2F. Windows color (decimal): -14733974 or 6958367. OLE color: 6958367.
HSL color Cylindrical-coordinate representation of color #1F2D6A: hue angle of 228.8º degrees, saturation: 0.55, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #1F2D6A is Cyan = 0.71, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 31 | 45 | 106 | - |
| CMYK | 0.71 | 0.58 | 0 | 0.58 |
| HSL | 228.8º | 0.55% | 0.27% | - |
| HSV(B) | 228.8º | 0.71% | 0.42% | - |
| XYZ | 4.1 | 3.21 | 14.04 | - |
| YUV | 47.77 | 160.86 | 116.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 45 | 106 | 0.71 | 0.58 | 0 | 0.58 | 228.8 | 0.55 | 0.27 |
| Hex | 1F | 2D | 6A | 47 | 3A | 0 | 3A | E5 | 37 | 1B |
| Octal | 37 | 55 | 152 | 107 | 72 | 0 | 72 | 345 | 67 | 33 |
| Binary | 11111 | 101101 | 1101010 | 1000111 | 111010 | 0 | 111010 | 11100101 | 110111 | 11011 |
Color Harmonies of #1F2D6A
Complementary color
Monochromatic Colors of #1F2D6A
Black with #1F2D6A
Text Example
Text Example
White with #1F2D6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F2D6A; }
p { color: rgb(31,45,106); }
H1.HeaderClassName
{
color: #1F2D6A;
}
.AnyTagClassName
{
color: #1F2D6A;
}
</style>
background-color css
<style>
a { background-color: #1F2D6A; }
a { background-color: rgb(31,45,106); }
div.DivClassName
{
background-color: #1F2D6A;
}
.BgClassName
{
background-color: #1F2D6A;
}
</style>
border-color css
<style>
span { border-color: #1F2D6A; }
span { border-color: rgb(31,45,106); }
td.TdClassName
{
border-color: #1F2D6A;
}
.TagClassName
{
border-color: #1F2D6A;
}
</style>