Shades of Arapawa #1F5267
Tints of Arapawa #1F5267
RGB
CMYK
RGB Variations
Color information
#1F5267 (or 0x1F5267) is known color: Arapawa. HEX triplet: 1F, 52 and 67. RGB value is (31,82,103). Sum of RGB (Red+Green+Blue) = 31+82+103=216 (28% of max value = 765). Red value is 31 (12.5% from 255 or 14.35% from 216); Green value is 82 (32.42% from 255 or 37.96% from 216); Blue value is 103 (40.62% from 255 or 47.69% from 216); Max value from RGB is 103 - color contains mainly: blue. Hex color #1F5267 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F5267 is #E0AD98. Grayscale: #454545. Windows color (decimal): -14724505 or 6771231. OLE color: 6771231.
HSL color Cylindrical-coordinate representation of color #1F5267: hue angle of 197.5º degrees, saturation: 0.54, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #1F5267 is Cyan = 0.70, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 31 | 82 | 103 | - |
| CMYK | 0.70 | 0.20 | 0 | 0.60 |
| HSL | 197.5º | 0.54% | 0.26% | - |
| HSV(B) | 197.5º | 0.7% | 0.4% | - |
| XYZ | 6.03 | 7.31 | 13.92 | - |
| YUV | 69.15 | 147.1 | 100.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 82 | 103 | 0.70 | 0.20 | 0 | 0.60 | 197.5 | 0.54 | 0.26 |
| Hex | 1F | 52 | 67 | 46 | 14 | 0 | 3C | C6 | 36 | 1A |
| Octal | 37 | 122 | 147 | 106 | 24 | 0 | 74 | 306 | 66 | 32 |
| Binary | 11111 | 1010010 | 1100111 | 1000110 | 10100 | 0 | 111100 | 11000110 | 110110 | 11010 |
Color Harmonies of #1F5267
Complementary color
Monochromatic Colors of #1F5267
Black with #1F5267
Text Example
Text Example
White with #1F5267
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F5267; }
p { color: rgb(31,82,103); }
H1.HeaderClassName
{
color: #1F5267;
}
.AnyTagClassName
{
color: #1F5267;
}
</style>
background-color css
<style>
a { background-color: #1F5267; }
a { background-color: rgb(31,82,103); }
div.DivClassName
{
background-color: #1F5267;
}
.BgClassName
{
background-color: #1F5267;
}
</style>
border-color css
<style>
span { border-color: #1F5267; }
span { border-color: rgb(31,82,103); }
td.TdClassName
{
border-color: #1F5267;
}
.TagClassName
{
border-color: #1F5267;
}
</style>