Shades of Arapawa #1B5069
Tints of Arapawa #1B5069
RGB
CMYK
RGB Variations
Color information
#1B5069 (or 0x1B5069) is known color: Arapawa. HEX triplet: 1B, 50 and 69. RGB value is (27,80,105). Sum of RGB (Red+Green+Blue) = 27+80+105=212 (28% of max value = 765). Red value is 27 (10.94% from 255 or 12.74% from 212); Green value is 80 (31.64% from 255 or 37.74% from 212); Blue value is 105 (41.41% from 255 or 49.53% from 212); Max value from RGB is 105 - color contains mainly: blue. Hex color #1B5069 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1B5069 is #E4AF96. Grayscale: #424242. Windows color (decimal): -14987159 or 6901787. OLE color: 6901787.
HSL color Cylindrical-coordinate representation of color #1B5069: hue angle of 199.23º 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 #1B5069 is Cyan = 0.74, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 27 | 80 | 105 | - |
| CMYK | 0.74 | 0.24 | 0 | 0.59 |
| HSL | 199.23º | 0.59% | 0.26% | - |
| HSV(B) | 199.23º | 0.74% | 0.41% | - |
| XYZ | 5.87 | 6.99 | 14.4 | - |
| YUV | 67 | 149.44 | 99.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 80 | 105 | 0.74 | 0.24 | 0 | 0.59 | 199.23 | 0.59 | 0.26 |
| Hex | 1B | 50 | 69 | 4A | 18 | 0 | 3B | C7 | 3B | 1A |
| Octal | 33 | 120 | 151 | 112 | 30 | 0 | 73 | 307 | 73 | 32 |
| Binary | 11011 | 1010000 | 1101001 | 1001010 | 11000 | 0 | 111011 | 11000111 | 111011 | 11010 |
Color Harmonies of #1B5069
Complementary color
Monochromatic Colors of #1B5069
Black with #1B5069
Text Example
Text Example
White with #1B5069
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B5069; }
p { color: rgb(27,80,105); }
H1.HeaderClassName
{
color: #1B5069;
}
.AnyTagClassName
{
color: #1B5069;
}
</style>
background-color css
<style>
a { background-color: #1B5069; }
a { background-color: rgb(27,80,105); }
div.DivClassName
{
background-color: #1B5069;
}
.BgClassName
{
background-color: #1B5069;
}
</style>
border-color css
<style>
span { border-color: #1B5069; }
span { border-color: rgb(27,80,105); }
td.TdClassName
{
border-color: #1B5069;
}
.TagClassName
{
border-color: #1B5069;
}
</style>