Shades of Sapphire #1D2C6A
Tints of Sapphire #1D2C6A
RGB
CMYK
RGB Variations
Color information
#1D2C6A (or 0x1D2C6A) is known color: Sapphire. HEX triplet: 1D, 2C and 6A. RGB value is (29,44,106). Sum of RGB (Red+Green+Blue) = 29+44+106=179 (23% of max value = 765). Red value is 29 (11.72% from 255 or 16.20% from 179); Green value is 44 (17.58% from 255 or 24.58% from 179); Blue value is 106 (41.80% from 255 or 59.22% from 179); Max value from RGB is 106 - color contains mainly: blue. Hex color #1D2C6A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1D2C6A is #E2D395. Grayscale: #2E2E2E. Windows color (decimal): -14865302 or 6958109. OLE color: 6958109.
HSL color Cylindrical-coordinate representation of color #1D2C6A: hue angle of 228.31º degrees, saturation: 0.57, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #1D2C6A is Cyan = 0.73, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 29 | 44 | 106 | - |
| CMYK | 0.73 | 0.58 | 0 | 0.58 |
| HSL | 228.31º | 0.57% | 0.26% | - |
| HSV(B) | 228.31º | 0.73% | 0.42% | - |
| XYZ | 4.01 | 3.1 | 14.02 | - |
| YUV | 46.58 | 161.53 | 115.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 44 | 106 | 0.73 | 0.58 | 0 | 0.58 | 228.31 | 0.57 | 0.26 |
| Hex | 1D | 2C | 6A | 49 | 3A | 0 | 3A | E4 | 39 | 1A |
| Octal | 35 | 54 | 152 | 111 | 72 | 0 | 72 | 344 | 71 | 32 |
| Binary | 11101 | 101100 | 1101010 | 1001001 | 111010 | 0 | 111010 | 11100100 | 111001 | 11010 |
Color Harmonies of #1D2C6A
Complementary color
Monochromatic Colors of #1D2C6A
Black with #1D2C6A
Text Example
Text Example
White with #1D2C6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D2C6A; }
p { color: rgb(29,44,106); }
H1.HeaderClassName
{
color: #1D2C6A;
}
.AnyTagClassName
{
color: #1D2C6A;
}
</style>
background-color css
<style>
a { background-color: #1D2C6A; }
a { background-color: rgb(29,44,106); }
div.DivClassName
{
background-color: #1D2C6A;
}
.BgClassName
{
background-color: #1D2C6A;
}
</style>
border-color css
<style>
span { border-color: #1D2C6A; }
span { border-color: rgb(29,44,106); }
td.TdClassName
{
border-color: #1D2C6A;
}
.TagClassName
{
border-color: #1D2C6A;
}
</style>