Shades of Arapawa #154F69
Tints of Arapawa #154F69
RGB
CMYK
RGB Variations
Color information
#154F69 (or 0x154F69) is known color: Arapawa. HEX triplet: 15, 4F and 69. RGB value is (21,79,105). Sum of RGB (Red+Green+Blue) = 21+79+105=205 (27% of max value = 765). Red value is 21 (8.59% from 255 or 10.24% from 205); Green value is 79 (31.25% from 255 or 38.54% from 205); Blue value is 105 (41.41% from 255 or 51.22% from 205); Max value from RGB is 105 - color contains mainly: blue. Hex color #154F69 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #154F69 is #EAB096. Grayscale: #404040. Windows color (decimal): -15380631 or 6901525. OLE color: 6901525.
HSL color Cylindrical-coordinate representation of color #154F69: hue angle of 198.57º degrees, saturation: 0.67, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #154F69 is Cyan = 0.80, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 21 | 79 | 105 | - |
| CMYK | 0.80 | 0.25 | 0 | 0.59 |
| HSL | 198.57º | 0.67% | 0.25% | - |
| HSV(B) | 198.57º | 0.8% | 0.41% | - |
| XYZ | 5.66 | 6.77 | 14.37 | - |
| YUV | 64.62 | 150.78 | 96.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 79 | 105 | 0.80 | 0.25 | 0 | 0.59 | 198.57 | 0.67 | 0.25 |
| Hex | 15 | 4F | 69 | 50 | 19 | 0 | 3B | C7 | 43 | 19 |
| Octal | 25 | 117 | 151 | 120 | 31 | 0 | 73 | 307 | 103 | 31 |
| Binary | 10101 | 1001111 | 1101001 | 1010000 | 11001 | 0 | 111011 | 11000111 | 1000011 | 11001 |
Color Harmonies of #154F69
Complementary color
Monochromatic Colors of #154F69
Black with #154F69
Text Example
Text Example
White with #154F69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #154F69; }
p { color: rgb(21,79,105); }
H1.HeaderClassName
{
color: #154F69;
}
.AnyTagClassName
{
color: #154F69;
}
</style>
background-color css
<style>
a { background-color: #154F69; }
a { background-color: rgb(21,79,105); }
div.DivClassName
{
background-color: #154F69;
}
.BgClassName
{
background-color: #154F69;
}
</style>
border-color css
<style>
span { border-color: #154F69; }
span { border-color: rgb(21,79,105); }
td.TdClassName
{
border-color: #154F69;
}
.TagClassName
{
border-color: #154F69;
}
</style>