Shades of Arapawa #154C6D
Tints of Arapawa #154C6D
RGB
CMYK
RGB Variations
Color information
#154C6D (or 0x154C6D) is known color: Arapawa. HEX triplet: 15, 4C and 6D. RGB value is (21,76,109). Sum of RGB (Red+Green+Blue) = 21+76+109=206 (27% of max value = 765). Red value is 21 (8.59% from 255 or 10.19% from 206); Green value is 76 (30.08% from 255 or 36.89% from 206); Blue value is 109 (42.97% from 255 or 52.91% from 206); Max value from RGB is 109 - color contains mainly: blue. Hex color #154C6D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #154C6D is #EAB392. Grayscale: #3F3F3F. Windows color (decimal): -15381395 or 7162901. OLE color: 7162901.
HSL color Cylindrical-coordinate representation of color #154C6D: hue angle of 202.5º degrees, saturation: 0.68, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #154C6D is Cyan = 0.81, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 21 | 76 | 109 | - |
| CMYK | 0.81 | 0.30 | 0 | 0.57 |
| HSL | 202.5º | 0.68% | 0.25% | - |
| HSV(B) | 202.5º | 0.81% | 0.43% | - |
| XYZ | 5.65 | 6.43 | 15.41 | - |
| YUV | 63.32 | 153.78 | 97.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 76 | 109 | 0.81 | 0.30 | 0 | 0.57 | 202.5 | 0.68 | 0.25 |
| Hex | 15 | 4C | 6D | 51 | 1E | 0 | 39 | CA | 44 | 19 |
| Octal | 25 | 114 | 155 | 121 | 36 | 0 | 71 | 312 | 104 | 31 |
| Binary | 10101 | 1001100 | 1101101 | 1010001 | 11110 | 0 | 111001 | 11001010 | 1000100 | 11001 |
Color Harmonies of #154C6D
Complementary color
Monochromatic Colors of #154C6D
Black with #154C6D
Text Example
Text Example
White with #154C6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #154C6D; }
p { color: rgb(21,76,109); }
H1.HeaderClassName
{
color: #154C6D;
}
.AnyTagClassName
{
color: #154C6D;
}
</style>
background-color css
<style>
a { background-color: #154C6D; }
a { background-color: rgb(21,76,109); }
div.DivClassName
{
background-color: #154C6D;
}
.BgClassName
{
background-color: #154C6D;
}
</style>
border-color css
<style>
span { border-color: #154C6D; }
span { border-color: rgb(21,76,109); }
td.TdClassName
{
border-color: #154C6D;
}
.TagClassName
{
border-color: #154C6D;
}
</style>