Shades of Arapawa #145366
Tints of Arapawa #145366
RGB
CMYK
RGB Variations
Color information
#145366 (or 0x145366) is known color: Arapawa. HEX triplet: 14, 53 and 66. RGB value is (20,83,102). Sum of RGB (Red+Green+Blue) = 20+83+102=205 (27% of max value = 765). Red value is 20 (8.20% from 255 or 9.76% from 205); Green value is 83 (32.81% from 255 or 40.49% from 205); Blue value is 102 (40.23% from 255 or 49.76% from 205); Max value from RGB is 102 - color contains mainly: blue. Hex color #145366 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #145366 is #EBAC99. Grayscale: #424242. Windows color (decimal): -15445146 or 6705940. OLE color: 6705940.
HSL color Cylindrical-coordinate representation of color #145366: hue angle of 193.9º degrees, saturation: 0.67, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #145366 is Cyan = 0.80, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 20 | 83 | 102 | - |
| CMYK | 0.80 | 0.19 | 0 | 0.6 |
| HSL | 193.9º | 0.67% | 0.24% | - |
| HSV(B) | 193.9º | 0.8% | 0.4% | - |
| XYZ | 5.78 | 7.29 | 13.67 | - |
| YUV | 66.33 | 148.13 | 94.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 83 | 102 | 0.80 | 0.19 | 0 | 0.6 | 193.9 | 0.67 | 0.24 |
| Hex | 14 | 53 | 66 | 50 | 13 | 0 | 3C | C2 | 43 | 18 |
| Octal | 24 | 123 | 146 | 120 | 23 | 0 | 74 | 302 | 103 | 30 |
| Binary | 10100 | 1010011 | 1100110 | 1010000 | 10011 | 0 | 111100 | 11000010 | 1000011 | 11000 |
Color Harmonies of #145366
Complementary color
Monochromatic Colors of #145366
Black with #145366
Text Example
Text Example
White with #145366
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #145366; }
p { color: rgb(20,83,102); }
H1.HeaderClassName
{
color: #145366;
}
.AnyTagClassName
{
color: #145366;
}
</style>
background-color css
<style>
a { background-color: #145366; }
a { background-color: rgb(20,83,102); }
div.DivClassName
{
background-color: #145366;
}
.BgClassName
{
background-color: #145366;
}
</style>
border-color css
<style>
span { border-color: #145366; }
span { border-color: rgb(20,83,102); }
td.TdClassName
{
border-color: #145366;
}
.TagClassName
{
border-color: #145366;
}
</style>