Shades of Arapawa #1B5368
Tints of Arapawa #1B5368
RGB
CMYK
RGB Variations
Color information
#1B5368 (or 0x1B5368) is known color: Arapawa. HEX triplet: 1B, 53 and 68. RGB value is (27,83,104). Sum of RGB (Red+Green+Blue) = 27+83+104=214 (28% of max value = 765). Red value is 27 (10.94% from 255 or 12.62% from 214); Green value is 83 (32.81% from 255 or 38.79% from 214); Blue value is 104 (41.02% from 255 or 48.60% from 214); Max value from RGB is 104 - color contains mainly: blue. Hex color #1B5368 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1B5368 is #E4AC97. Grayscale: #444444. Windows color (decimal): -14986392 or 6837019. OLE color: 6837019.
HSL color Cylindrical-coordinate representation of color #1B5368: hue angle of 196.36º 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 #1B5368 is Cyan = 0.74, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 27 | 83 | 104 | - |
| CMYK | 0.74 | 0.20 | 0 | 0.59 |
| HSL | 196.36º | 0.59% | 0.26% | - |
| HSV(B) | 196.36º | 0.74% | 0.41% | - |
| XYZ | 6.04 | 7.42 | 14.21 | - |
| YUV | 68.65 | 147.95 | 98.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 83 | 104 | 0.74 | 0.20 | 0 | 0.59 | 196.36 | 0.59 | 0.26 |
| Hex | 1B | 53 | 68 | 4A | 14 | 0 | 3B | C4 | 3B | 1A |
| Octal | 33 | 123 | 150 | 112 | 24 | 0 | 73 | 304 | 73 | 32 |
| Binary | 11011 | 1010011 | 1101000 | 1001010 | 10100 | 0 | 111011 | 11000100 | 111011 | 11010 |
Color Harmonies of #1B5368
Complementary color
Monochromatic Colors of #1B5368
Black with #1B5368
Text Example
Text Example
White with #1B5368
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B5368; }
p { color: rgb(27,83,104); }
H1.HeaderClassName
{
color: #1B5368;
}
.AnyTagClassName
{
color: #1B5368;
}
</style>
background-color css
<style>
a { background-color: #1B5368; }
a { background-color: rgb(27,83,104); }
div.DivClassName
{
background-color: #1B5368;
}
.BgClassName
{
background-color: #1B5368;
}
</style>
border-color css
<style>
span { border-color: #1B5368; }
span { border-color: rgb(27,83,104); }
td.TdClassName
{
border-color: #1B5368;
}
.TagClassName
{
border-color: #1B5368;
}
</style>