Shades of Arapawa #145068
Tints of Arapawa #145068
RGB
CMYK
RGB Variations
Color information
#145068 (or 0x145068) is known color: Arapawa. HEX triplet: 14, 50 and 68. RGB value is (20,80,104). Sum of RGB (Red+Green+Blue) = 20+80+104=204 (27% of max value = 765). Red value is 20 (8.20% from 255 or 9.80% from 204); Green value is 80 (31.64% from 255 or 39.22% from 204); Blue value is 104 (41.02% from 255 or 50.98% from 204); Max value from RGB is 104 - color contains mainly: blue. Hex color #145068 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #145068 is #EBAF97. Grayscale: #404040. Windows color (decimal): -15445912 or 6836244. OLE color: 6836244.
HSL color Cylindrical-coordinate representation of color #145068: hue angle of 197.14º degrees, saturation: 0.68, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #145068 is Cyan = 0.81, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 20 | 80 | 104 | - |
| CMYK | 0.81 | 0.23 | 0 | 0.59 |
| HSL | 197.14º | 0.68% | 0.24% | - |
| HSV(B) | 197.14º | 0.81% | 0.41% | - |
| XYZ | 5.66 | 6.89 | 14.13 | - |
| YUV | 64.8 | 150.12 | 96.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 80 | 104 | 0.81 | 0.23 | 0 | 0.59 | 197.14 | 0.68 | 0.24 |
| Hex | 14 | 50 | 68 | 51 | 17 | 0 | 3B | C5 | 44 | 18 |
| Octal | 24 | 120 | 150 | 121 | 27 | 0 | 73 | 305 | 104 | 30 |
| Binary | 10100 | 1010000 | 1101000 | 1010001 | 10111 | 0 | 111011 | 11000101 | 1000100 | 11000 |
Color Harmonies of #145068
Complementary color
Monochromatic Colors of #145068
Black with #145068
Text Example
Text Example
White with #145068
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #145068; }
p { color: rgb(20,80,104); }
H1.HeaderClassName
{
color: #145068;
}
.AnyTagClassName
{
color: #145068;
}
</style>
background-color css
<style>
a { background-color: #145068; }
a { background-color: rgb(20,80,104); }
div.DivClassName
{
background-color: #145068;
}
.BgClassName
{
background-color: #145068;
}
</style>
border-color css
<style>
span { border-color: #145068; }
span { border-color: rgb(20,80,104); }
td.TdClassName
{
border-color: #145068;
}
.TagClassName
{
border-color: #145068;
}
</style>