Shades of Arapawa #1A5367
Tints of Arapawa #1A5367
RGB
CMYK
RGB Variations
Color information
#1A5367 (or 0x1A5367) is known color: Arapawa. HEX triplet: 1A, 53 and 67. RGB value is (26,83,103). Sum of RGB (Red+Green+Blue) = 26+83+103=212 (28% of max value = 765). Red value is 26 (10.55% from 255 or 12.26% from 212); Green value is 83 (32.81% from 255 or 39.15% from 212); Blue value is 103 (40.62% from 255 or 48.58% from 212); Max value from RGB is 103 - color contains mainly: blue. Hex color #1A5367 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A5367 is #E5AC98. Grayscale: #444444. Windows color (decimal): -15051929 or 6771482. OLE color: 6771482.
HSL color Cylindrical-coordinate representation of color #1A5367: hue angle of 195.58º degrees, saturation: 0.6, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1A5367 is Cyan = 0.75, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 26 | 83 | 103 | - |
| CMYK | 0.75 | 0.19 | 0 | 0.60 |
| HSL | 195.58º | 0.6% | 0.25% | - |
| HSV(B) | 195.58º | 0.75% | 0.4% | - |
| XYZ | 5.97 | 7.39 | 13.94 | - |
| YUV | 68.24 | 147.62 | 97.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 83 | 103 | 0.75 | 0.19 | 0 | 0.60 | 195.58 | 0.6 | 0.25 |
| Hex | 1A | 53 | 67 | 4B | 13 | 0 | 3C | C4 | 3C | 19 |
| Octal | 32 | 123 | 147 | 113 | 23 | 0 | 74 | 304 | 74 | 31 |
| Binary | 11010 | 1010011 | 1100111 | 1001011 | 10011 | 0 | 111100 | 11000100 | 111100 | 11001 |
Color Harmonies of #1A5367
Complementary color
Monochromatic Colors of #1A5367
Black with #1A5367
Text Example
Text Example
White with #1A5367
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A5367; }
p { color: rgb(26,83,103); }
H1.HeaderClassName
{
color: #1A5367;
}
.AnyTagClassName
{
color: #1A5367;
}
</style>
background-color css
<style>
a { background-color: #1A5367; }
a { background-color: rgb(26,83,103); }
div.DivClassName
{
background-color: #1A5367;
}
.BgClassName
{
background-color: #1A5367;
}
</style>
border-color css
<style>
span { border-color: #1A5367; }
span { border-color: rgb(26,83,103); }
td.TdClassName
{
border-color: #1A5367;
}
.TagClassName
{
border-color: #1A5367;
}
</style>