Shades of Sapphire #1D2F70
Tints of Sapphire #1D2F70
RGB
CMYK
RGB Variations
Color information
#1D2F70 (or 0x1D2F70) is known color: Sapphire. HEX triplet: 1D, 2F and 70. RGB value is (29,47,112). Sum of RGB (Red+Green+Blue) = 29+47+112=188 (24% of max value = 765). Red value is 29 (11.72% from 255 or 15.43% from 188); Green value is 47 (18.75% from 255 or 25% from 188); Blue value is 112 (44.14% from 255 or 59.57% from 188); Max value from RGB is 112 - color contains mainly: blue. Hex color #1D2F70 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1D2F70 is #E2D08F. Grayscale: #303030. Windows color (decimal): -14864528 or 7352093. OLE color: 7352093.
HSL color Cylindrical-coordinate representation of color #1D2F70: hue angle of 226.99º degrees, saturation: 0.59, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1D2F70 is Cyan = 0.74, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 29 | 47 | 112 | - |
| CMYK | 0.74 | 0.58 | 0 | 0.56 |
| HSL | 226.99º | 0.59% | 0.28% | - |
| HSV(B) | 226.99º | 0.74% | 0.44% | - |
| XYZ | 4.45 | 3.46 | 15.76 | - |
| YUV | 49.03 | 163.54 | 113.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 47 | 112 | 0.74 | 0.58 | 0 | 0.56 | 226.99 | 0.59 | 0.28 |
| Hex | 1D | 2F | 70 | 4A | 3A | 0 | 38 | E3 | 3B | 1C |
| Octal | 35 | 57 | 160 | 112 | 72 | 0 | 70 | 343 | 73 | 34 |
| Binary | 11101 | 101111 | 1110000 | 1001010 | 111010 | 0 | 111000 | 11100011 | 111011 | 11100 |
Color Harmonies of #1D2F70
Complementary color
Monochromatic Colors of #1D2F70
Black with #1D2F70
Text Example
Text Example
White with #1D2F70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D2F70; }
p { color: rgb(29,47,112); }
H1.HeaderClassName
{
color: #1D2F70;
}
.AnyTagClassName
{
color: #1D2F70;
}
</style>
background-color css
<style>
a { background-color: #1D2F70; }
a { background-color: rgb(29,47,112); }
div.DivClassName
{
background-color: #1D2F70;
}
.BgClassName
{
background-color: #1D2F70;
}
</style>
border-color css
<style>
span { border-color: #1D2F70; }
span { border-color: rgb(29,47,112); }
td.TdClassName
{
border-color: #1D2F70;
}
.TagClassName
{
border-color: #1D2F70;
}
</style>