Shades of Blue Stone #1D5A67
Tints of Blue Stone #1D5A67
RGB
CMYK
RGB Variations
Color information
#1D5A67 (or 0x1D5A67) is known color: Blue Stone. HEX triplet: 1D, 5A and 67. RGB value is (29,90,103). Sum of RGB (Red+Green+Blue) = 29+90+103=222 (29% of max value = 765). Red value is 29 (11.72% from 255 or 13.06% from 222); Green value is 90 (35.55% from 255 or 40.54% from 222); Blue value is 103 (40.62% from 255 or 46.40% from 222); Max value from RGB is 103 - color contains mainly: blue. Hex color #1D5A67 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1D5A67 is #E2A598. Grayscale: #494949. Windows color (decimal): -14853529 or 6773277. OLE color: 6773277.
HSL color Cylindrical-coordinate representation of color #1D5A67: hue angle of 190.54º degrees, saturation: 0.56, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #1D5A67 is Cyan = 0.72, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 29 | 90 | 103 | - |
| CMYK | 0.72 | 0.13 | 0 | 0.60 |
| HSL | 190.54º | 0.56% | 0.26% | - |
| HSV(B) | 190.54º | 0.72% | 0.4% | - |
| XYZ | 6.61 | 8.55 | 14.13 | - |
| YUV | 73.24 | 144.79 | 96.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 90 | 103 | 0.72 | 0.13 | 0 | 0.60 | 190.54 | 0.56 | 0.26 |
| Hex | 1D | 5A | 67 | 48 | D | 0 | 3C | BF | 38 | 1A |
| Octal | 35 | 132 | 147 | 110 | 15 | 0 | 74 | 277 | 70 | 32 |
| Binary | 11101 | 1011010 | 1100111 | 1001000 | 1101 | 0 | 111100 | 10111111 | 111000 | 11010 |
Color Harmonies of #1D5A67
Complementary color
Monochromatic Colors of #1D5A67
Black with #1D5A67
Text Example
Text Example
White with #1D5A67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D5A67; }
p { color: rgb(29,90,103); }
H1.HeaderClassName
{
color: #1D5A67;
}
.AnyTagClassName
{
color: #1D5A67;
}
</style>
background-color css
<style>
a { background-color: #1D5A67; }
a { background-color: rgb(29,90,103); }
div.DivClassName
{
background-color: #1D5A67;
}
.BgClassName
{
background-color: #1D5A67;
}
</style>
border-color css
<style>
span { border-color: #1D5A67; }
span { border-color: rgb(29,90,103); }
td.TdClassName
{
border-color: #1D5A67;
}
.TagClassName
{
border-color: #1D5A67;
}
</style>