Shades of Arapawa #1F4B5F
Tints of Arapawa #1F4B5F
RGB
CMYK
RGB Variations
Color information
#1F4B5F (or 0x1F4B5F) is known color: Arapawa. HEX triplet: 1F, 4B and 5F. RGB value is (31,75,95). Sum of RGB (Red+Green+Blue) = 31+75+95=201 (26% of max value = 765). Red value is 31 (12.5% from 255 or 15.42% from 201); Green value is 75 (29.69% from 255 or 37.31% from 201); Blue value is 95 (37.5% from 255 or 47.26% from 201); Max value from RGB is 95 - color contains mainly: blue. Hex color #1F4B5F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F4B5F is #E0B4A0. Grayscale: #404040. Windows color (decimal): -14726305 or 6245151. OLE color: 6245151.
HSL color Cylindrical-coordinate representation of color #1F4B5F: hue angle of 198.75º degrees, saturation: 0.51, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #1F4B5F is Cyan = 0.67, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 31 | 75 | 95 | - |
| CMYK | 0.67 | 0.21 | 0 | 0.63 |
| HSL | 198.75º | 0.51% | 0.25% | - |
| HSV(B) | 198.75º | 0.67% | 0.37% | - |
| XYZ | 5.15 | 6.15 | 11.74 | - |
| YUV | 64.12 | 145.42 | 104.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 75 | 95 | 0.67 | 0.21 | 0 | 0.63 | 198.75 | 0.51 | 0.25 |
| Hex | 1F | 4B | 5F | 43 | 15 | 0 | 3F | C7 | 33 | 19 |
| Octal | 37 | 113 | 137 | 103 | 25 | 0 | 77 | 307 | 63 | 31 |
| Binary | 11111 | 1001011 | 1011111 | 1000011 | 10101 | 0 | 111111 | 11000111 | 110011 | 11001 |
Color Harmonies of #1F4B5F
Complementary color
Monochromatic Colors of #1F4B5F
Black with #1F4B5F
Text Example
Text Example
White with #1F4B5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F4B5F; }
p { color: rgb(31,75,95); }
H1.HeaderClassName
{
color: #1F4B5F;
}
.AnyTagClassName
{
color: #1F4B5F;
}
</style>
background-color css
<style>
a { background-color: #1F4B5F; }
a { background-color: rgb(31,75,95); }
div.DivClassName
{
background-color: #1F4B5F;
}
.BgClassName
{
background-color: #1F4B5F;
}
</style>
border-color css
<style>
span { border-color: #1F4B5F; }
span { border-color: rgb(31,75,95); }
td.TdClassName
{
border-color: #1F4B5F;
}
.TagClassName
{
border-color: #1F4B5F;
}
</style>