Shades of Arapawa #1B516A
Tints of Arapawa #1B516A
RGB
CMYK
RGB Variations
Color information
#1B516A (or 0x1B516A) is known color: Arapawa. HEX triplet: 1B, 51 and 6A. RGB value is (27,81,106). Sum of RGB (Red+Green+Blue) = 27+81+106=214 (28% of max value = 765). Red value is 27 (10.94% from 255 or 12.62% from 214); Green value is 81 (32.03% from 255 or 37.85% from 214); Blue value is 106 (41.80% from 255 or 49.53% from 214); Max value from RGB is 106 - color contains mainly: blue. Hex color #1B516A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1B516A is #E4AE95. Grayscale: #434343. Windows color (decimal): -14986902 or 6967579. OLE color: 6967579.
HSL color Cylindrical-coordinate representation of color #1B516A: hue angle of 198.99º degrees, saturation: 0.59, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1B516A is Cyan = 0.75, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 27 | 81 | 106 | - |
| CMYK | 0.75 | 0.24 | 0 | 0.58 |
| HSL | 198.99º | 0.59% | 0.26% | - |
| HSV(B) | 198.99º | 0.75% | 0.42% | - |
| XYZ | 6 | 7.16 | 14.7 | - |
| YUV | 67.7 | 149.61 | 98.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 81 | 106 | 0.75 | 0.24 | 0 | 0.58 | 198.99 | 0.59 | 0.26 |
| Hex | 1B | 51 | 6A | 4B | 18 | 0 | 3A | C7 | 3B | 1A |
| Octal | 33 | 121 | 152 | 113 | 30 | 0 | 72 | 307 | 73 | 32 |
| Binary | 11011 | 1010001 | 1101010 | 1001011 | 11000 | 0 | 111010 | 11000111 | 111011 | 11010 |
Color Harmonies of #1B516A
Complementary color
Monochromatic Colors of #1B516A
Black with #1B516A
Text Example
Text Example
White with #1B516A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B516A; }
p { color: rgb(27,81,106); }
H1.HeaderClassName
{
color: #1B516A;
}
.AnyTagClassName
{
color: #1B516A;
}
</style>
background-color css
<style>
a { background-color: #1B516A; }
a { background-color: rgb(27,81,106); }
div.DivClassName
{
background-color: #1B516A;
}
.BgClassName
{
background-color: #1B516A;
}
</style>
border-color css
<style>
span { border-color: #1B516A; }
span { border-color: rgb(27,81,106); }
td.TdClassName
{
border-color: #1B516A;
}
.TagClassName
{
border-color: #1B516A;
}
</style>