Shades of Arapawa #1B5465
Tints of Arapawa #1B5465
RGB
CMYK
RGB Variations
Color information
#1B5465 (or 0x1B5465) is known color: Arapawa. HEX triplet: 1B, 54 and 65. RGB value is (27,84,101). Sum of RGB (Red+Green+Blue) = 27+84+101=212 (28% of max value = 765). Red value is 27 (10.94% from 255 or 12.74% from 212); Green value is 84 (33.20% from 255 or 39.62% from 212); Blue value is 101 (39.84% from 255 or 47.64% from 212); Max value from RGB is 101 - color contains mainly: blue. Hex color #1B5465 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1B5465 is #E4AB9A. Grayscale: #444444. Windows color (decimal): -14986139 or 6640667. OLE color: 6640667.
HSL color Cylindrical-coordinate representation of color #1B5465: hue angle of 193.78º 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 #1B5465 is Cyan = 0.73, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 27 | 84 | 101 | - |
| CMYK | 0.73 | 0.17 | 0 | 0.60 |
| HSL | 193.78º | 0.58% | 0.25% | - |
| HSV(B) | 193.78º | 0.73% | 0.4% | - |
| XYZ | 5.97 | 7.51 | 13.45 | - |
| YUV | 68.9 | 146.12 | 98.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 84 | 101 | 0.73 | 0.17 | 0 | 0.60 | 193.78 | 0.58 | 0.25 |
| Hex | 1B | 54 | 65 | 49 | 11 | 0 | 3C | C2 | 3A | 19 |
| Octal | 33 | 124 | 145 | 111 | 21 | 0 | 74 | 302 | 72 | 31 |
| Binary | 11011 | 1010100 | 1100101 | 1001001 | 10001 | 0 | 111100 | 11000010 | 111010 | 11001 |
Color Harmonies of #1B5465
Complementary color
Monochromatic Colors of #1B5465
Black with #1B5465
Text Example
Text Example
White with #1B5465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B5465; }
p { color: rgb(27,84,101); }
H1.HeaderClassName
{
color: #1B5465;
}
.AnyTagClassName
{
color: #1B5465;
}
</style>
background-color css
<style>
a { background-color: #1B5465; }
a { background-color: rgb(27,84,101); }
div.DivClassName
{
background-color: #1B5465;
}
.BgClassName
{
background-color: #1B5465;
}
</style>
border-color css
<style>
span { border-color: #1B5465; }
span { border-color: rgb(27,84,101); }
td.TdClassName
{
border-color: #1B5465;
}
.TagClassName
{
border-color: #1B5465;
}
</style>