Shades of Arapawa #1B5269
Tints of Arapawa #1B5269
RGB
CMYK
RGB Variations
Color information
#1B5269 (or 0x1B5269) is known color: Arapawa. HEX triplet: 1B, 52 and 69. RGB value is (27,82,105). Sum of RGB (Red+Green+Blue) = 27+82+105=214 (28% of max value = 765). Red value is 27 (10.94% from 255 or 12.62% from 214); Green value is 82 (32.42% from 255 or 38.32% from 214); Blue value is 105 (41.41% from 255 or 49.07% from 214); Max value from RGB is 105 - color contains mainly: blue. Hex color #1B5269 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1B5269 is #E4AD96. Grayscale: #444444. Windows color (decimal): -14986647 or 6902299. OLE color: 6902299.
HSL color Cylindrical-coordinate representation of color #1B5269: hue angle of 197.69º degrees, saturation: 0.59, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1B5269 is Cyan = 0.74, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 27 | 82 | 105 | - |
| CMYK | 0.74 | 0.22 | 0 | 0.59 |
| HSL | 197.69º | 0.59% | 0.26% | - |
| HSV(B) | 197.69º | 0.74% | 0.41% | - |
| XYZ | 6.02 | 7.29 | 14.45 | - |
| YUV | 68.18 | 148.78 | 98.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 82 | 105 | 0.74 | 0.22 | 0 | 0.59 | 197.69 | 0.59 | 0.26 |
| Hex | 1B | 52 | 69 | 4A | 16 | 0 | 3B | C6 | 3B | 1A |
| Octal | 33 | 122 | 151 | 112 | 26 | 0 | 73 | 306 | 73 | 32 |
| Binary | 11011 | 1010010 | 1101001 | 1001010 | 10110 | 0 | 111011 | 11000110 | 111011 | 11010 |
Color Harmonies of #1B5269
Complementary color
Monochromatic Colors of #1B5269
Black with #1B5269
Text Example
Text Example
White with #1B5269
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B5269; }
p { color: rgb(27,82,105); }
H1.HeaderClassName
{
color: #1B5269;
}
.AnyTagClassName
{
color: #1B5269;
}
</style>
background-color css
<style>
a { background-color: #1B5269; }
a { background-color: rgb(27,82,105); }
div.DivClassName
{
background-color: #1B5269;
}
.BgClassName
{
background-color: #1B5269;
}
</style>
border-color css
<style>
span { border-color: #1B5269; }
span { border-color: rgb(27,82,105); }
td.TdClassName
{
border-color: #1B5269;
}
.TagClassName
{
border-color: #1B5269;
}
</style>