Shades of Arapawa #135366
Tints of Arapawa #135366
RGB
CMYK
RGB Variations
Color information
#135366 (or 0x135366) is known color: Arapawa. HEX triplet: 13, 53 and 66. RGB value is (19,83,102). Sum of RGB (Red+Green+Blue) = 19+83+102=204 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.31% from 204); Green value is 83 (32.81% from 255 or 40.69% from 204); Blue value is 102 (40.23% from 255 or 50% from 204); Max value from RGB is 102 - color contains mainly: blue. Hex color #135366 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #135366 is #ECAC99. Grayscale: #414141. Windows color (decimal): -15510682 or 6705939. OLE color: 6705939.
HSL color Cylindrical-coordinate representation of color #135366: hue angle of 193.73º degrees, saturation: 0.69, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #135366 is Cyan = 0.81, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 19 | 83 | 102 | - |
| CMYK | 0.81 | 0.19 | 0 | 0.6 |
| HSL | 193.73º | 0.69% | 0.24% | - |
| HSV(B) | 193.73º | 0.81% | 0.4% | - |
| XYZ | 5.76 | 7.28 | 13.67 | - |
| YUV | 66.03 | 148.3 | 94.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 83 | 102 | 0.81 | 0.19 | 0 | 0.6 | 193.73 | 0.69 | 0.24 |
| Hex | 13 | 53 | 66 | 51 | 13 | 0 | 3C | C2 | 45 | 18 |
| Octal | 23 | 123 | 146 | 121 | 23 | 0 | 74 | 302 | 105 | 30 |
| Binary | 10011 | 1010011 | 1100110 | 1010001 | 10011 | 0 | 111100 | 11000010 | 1000101 | 11000 |
Color Harmonies of #135366
Complementary color
Monochromatic Colors of #135366
Black with #135366
Text Example
Text Example
White with #135366
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #135366; }
p { color: rgb(19,83,102); }
H1.HeaderClassName
{
color: #135366;
}
.AnyTagClassName
{
color: #135366;
}
</style>
background-color css
<style>
a { background-color: #135366; }
a { background-color: rgb(19,83,102); }
div.DivClassName
{
background-color: #135366;
}
.BgClassName
{
background-color: #135366;
}
</style>
border-color css
<style>
span { border-color: #135366; }
span { border-color: rgb(19,83,102); }
td.TdClassName
{
border-color: #135366;
}
.TagClassName
{
border-color: #135366;
}
</style>