Shades of Blue Stone #1B545A
Tints of Blue Stone #1B545A
RGB
CMYK
RGB Variations
Color information
#1B545A (or 0x1B545A) is known color: Blue Stone. HEX triplet: 1B, 54 and 5A. RGB value is (27,84,90). Sum of RGB (Red+Green+Blue) = 27+84+90=201 (26% of max value = 765). Red value is 27 (10.94% from 255 or 13.43% from 201); Green value is 84 (33.20% from 255 or 41.79% from 201); Blue value is 90 (35.55% from 255 or 44.78% from 201); Max value from RGB is 90 - color contains mainly: blue. Hex color #1B545A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1B545A is #E4ABA5. Grayscale: #434343. Windows color (decimal): -14986150 or 5919771. OLE color: 5919771.
HSL color Cylindrical-coordinate representation of color #1B545A: hue angle of 185.71º degrees, saturation: 0.54, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #1B545A is Cyan = 0.70, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 27 | 84 | 90 | - |
| CMYK | 0.70 | 0.07 | 0 | 0.65 |
| HSL | 185.71º | 0.54% | 0.23% | - |
| HSV(B) | 185.71º | 0.7% | 0.35% | - |
| XYZ | 5.47 | 7.31 | 10.8 | - |
| YUV | 67.64 | 140.62 | 99.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 84 | 90 | 0.70 | 0.07 | 0 | 0.65 | 185.71 | 0.54 | 0.23 |
| Hex | 1B | 54 | 5A | 46 | 7 | 0 | 41 | BA | 36 | 17 |
| Octal | 33 | 124 | 132 | 106 | 7 | 0 | 101 | 272 | 66 | 27 |
| Binary | 11011 | 1010100 | 1011010 | 1000110 | 111 | 0 | 1000001 | 10111010 | 110110 | 10111 |
Color Harmonies of #1B545A
Complementary color
Monochromatic Colors of #1B545A
Black with #1B545A
Text Example
Text Example
White with #1B545A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B545A; }
p { color: rgb(27,84,90); }
H1.HeaderClassName
{
color: #1B545A;
}
.AnyTagClassName
{
color: #1B545A;
}
</style>
background-color css
<style>
a { background-color: #1B545A; }
a { background-color: rgb(27,84,90); }
div.DivClassName
{
background-color: #1B545A;
}
.BgClassName
{
background-color: #1B545A;
}
</style>
border-color css
<style>
span { border-color: #1B545A; }
span { border-color: rgb(27,84,90); }
td.TdClassName
{
border-color: #1B545A;
}
.TagClassName
{
border-color: #1B545A;
}
</style>