Shades of Arapawa #1B5065
Tints of Arapawa #1B5065
RGB
CMYK
RGB Variations
Color information
#1B5065 (or 0x1B5065) is known color: Arapawa. HEX triplet: 1B, 50 and 65. RGB value is (27,80,101). Sum of RGB (Red+Green+Blue) = 27+80+101=208 (27% of max value = 765). Red value is 27 (10.94% from 255 or 12.98% from 208); Green value is 80 (31.64% from 255 or 38.46% from 208); Blue value is 101 (39.84% from 255 or 48.56% from 208); Max value from RGB is 101 - color contains mainly: blue. Hex color #1B5065 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1B5065 is #E4AF9A. Grayscale: #424242. Windows color (decimal): -14987163 or 6639643. OLE color: 6639643.
HSL color Cylindrical-coordinate representation of color #1B5065: hue angle of 197.03º degrees, saturation: 0.58, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #1B5065 is Cyan = 0.73, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 27 | 80 | 101 | - |
| CMYK | 0.73 | 0.21 | 0 | 0.60 |
| HSL | 197.03º | 0.58% | 0.25% | - |
| HSV(B) | 197.03º | 0.73% | 0.4% | - |
| XYZ | 5.67 | 6.91 | 13.35 | - |
| YUV | 66.55 | 147.44 | 99.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 80 | 101 | 0.73 | 0.21 | 0 | 0.60 | 197.03 | 0.58 | 0.25 |
| Hex | 1B | 50 | 65 | 49 | 15 | 0 | 3C | C5 | 3A | 19 |
| Octal | 33 | 120 | 145 | 111 | 25 | 0 | 74 | 305 | 72 | 31 |
| Binary | 11011 | 1010000 | 1100101 | 1001001 | 10101 | 0 | 111100 | 11000101 | 111010 | 11001 |
Color Harmonies of #1B5065
Complementary color
Monochromatic Colors of #1B5065
Black with #1B5065
Text Example
Text Example
White with #1B5065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B5065; }
p { color: rgb(27,80,101); }
H1.HeaderClassName
{
color: #1B5065;
}
.AnyTagClassName
{
color: #1B5065;
}
</style>
background-color css
<style>
a { background-color: #1B5065; }
a { background-color: rgb(27,80,101); }
div.DivClassName
{
background-color: #1B5065;
}
.BgClassName
{
background-color: #1B5065;
}
</style>
border-color css
<style>
span { border-color: #1B5065; }
span { border-color: rgb(27,80,101); }
td.TdClassName
{
border-color: #1B5065;
}
.TagClassName
{
border-color: #1B5065;
}
</style>