Shades of Blue Stone #1B5A5D
Tints of Blue Stone #1B5A5D
RGB
CMYK
RGB Variations
Color information
#1B5A5D (or 0x1B5A5D) is known color: Blue Stone. HEX triplet: 1B, 5A and 5D. RGB value is (27,90,93). Sum of RGB (Red+Green+Blue) = 27+90+93=210 (27% of max value = 765). Red value is 27 (10.94% from 255 or 12.86% from 210); Green value is 90 (35.55% from 255 or 42.86% from 210); Blue value is 93 (36.72% from 255 or 44.29% from 210); Max value from RGB is 93 - color contains mainly: blue. Hex color #1B5A5D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1B5A5D is #E4A5A2. Grayscale: #474747. Windows color (decimal): -14984611 or 6117915. OLE color: 6117915.
HSL color Cylindrical-coordinate representation of color #1B5A5D: hue angle of 182.73º degrees, saturation: 0.55, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #1B5A5D is Cyan = 0.71, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 27 | 90 | 93 | - |
| CMYK | 0.71 | 0.03 | 0 | 0.64 |
| HSL | 182.73º | 0.55% | 0.24% | - |
| HSV(B) | 182.73º | 0.71% | 0.36% | - |
| XYZ | 6.08 | 8.34 | 11.64 | - |
| YUV | 71.51 | 140.13 | 96.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 90 | 93 | 0.71 | 0.03 | 0 | 0.64 | 182.73 | 0.55 | 0.24 |
| Hex | 1B | 5A | 5D | 47 | 3 | 0 | 40 | B7 | 37 | 18 |
| Octal | 33 | 132 | 135 | 107 | 3 | 0 | 100 | 267 | 67 | 30 |
| Binary | 11011 | 1011010 | 1011101 | 1000111 | 11 | 0 | 1000000 | 10110111 | 110111 | 11000 |
Color Harmonies of #1B5A5D
Complementary color
Monochromatic Colors of #1B5A5D
Black with #1B5A5D
Text Example
Text Example
White with #1B5A5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B5A5D; }
p { color: rgb(27,90,93); }
H1.HeaderClassName
{
color: #1B5A5D;
}
.AnyTagClassName
{
color: #1B5A5D;
}
</style>
background-color css
<style>
a { background-color: #1B5A5D; }
a { background-color: rgb(27,90,93); }
div.DivClassName
{
background-color: #1B5A5D;
}
.BgClassName
{
background-color: #1B5A5D;
}
</style>
border-color css
<style>
span { border-color: #1B5A5D; }
span { border-color: rgb(27,90,93); }
td.TdClassName
{
border-color: #1B5A5D;
}
.TagClassName
{
border-color: #1B5A5D;
}
</style>