Shades of Arapawa #1B5163
Tints of Arapawa #1B5163
RGB
CMYK
RGB Variations
Color information
#1B5163 (or 0x1B5163) is known color: Arapawa. HEX triplet: 1B, 51 and 63. RGB value is (27,81,99). Sum of RGB (Red+Green+Blue) = 27+81+99=207 (27% of max value = 765). Red value is 27 (10.94% from 255 or 13.04% from 207); Green value is 81 (32.03% from 255 or 39.13% from 207); Blue value is 99 (39.06% from 255 or 47.83% from 207); Max value from RGB is 99 - color contains mainly: blue. Hex color #1B5163 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1B5163 is #E4AE9C. Grayscale: #424242. Windows color (decimal): -14986909 or 6508827. OLE color: 6508827.
HSL color Cylindrical-coordinate representation of color #1B5163: hue angle of 195º degrees, saturation: 0.57, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #1B5163 is Cyan = 0.73, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 27 | 81 | 99 | - |
| CMYK | 0.73 | 0.18 | 0 | 0.61 |
| HSL | 195º | 0.57% | 0.25% | - |
| HSV(B) | 195º | 0.73% | 0.39% | - |
| XYZ | 5.65 | 7.02 | 12.86 | - |
| YUV | 66.91 | 146.11 | 99.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 81 | 99 | 0.73 | 0.18 | 0 | 0.61 | 195 | 0.57 | 0.25 |
| Hex | 1B | 51 | 63 | 49 | 12 | 0 | 3D | C3 | 39 | 19 |
| Octal | 33 | 121 | 143 | 111 | 22 | 0 | 75 | 303 | 71 | 31 |
| Binary | 11011 | 1010001 | 1100011 | 1001001 | 10010 | 0 | 111101 | 11000011 | 111001 | 11001 |
Color Harmonies of #1B5163
Complementary color
Monochromatic Colors of #1B5163
Black with #1B5163
Text Example
Text Example
White with #1B5163
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B5163; }
p { color: rgb(27,81,99); }
H1.HeaderClassName
{
color: #1B5163;
}
.AnyTagClassName
{
color: #1B5163;
}
</style>
background-color css
<style>
a { background-color: #1B5163; }
a { background-color: rgb(27,81,99); }
div.DivClassName
{
background-color: #1B5163;
}
.BgClassName
{
background-color: #1B5163;
}
</style>
border-color css
<style>
span { border-color: #1B5163; }
span { border-color: rgb(27,81,99); }
td.TdClassName
{
border-color: #1B5163;
}
.TagClassName
{
border-color: #1B5163;
}
</style>