Shades of Allports #1F6376
Tints of Allports #1F6376
RGB
CMYK
RGB Variations
Color information
#1F6376 (or 0x1F6376) is known color: Allports. HEX triplet: 1F, 63 and 76. RGB value is (31,99,118). Sum of RGB (Red+Green+Blue) = 31+99+118=248 (32% of max value = 765). Red value is 31 (12.5% from 255 or 12.5% from 248); Green value is 99 (39.06% from 255 or 39.92% from 248); Blue value is 118 (46.48% from 255 or 47.58% from 248); Max value from RGB is 118 - color contains mainly: blue. Hex color #1F6376 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F6376 is #E09C89. Grayscale: #505050. Windows color (decimal): -14720138 or 7758623. OLE color: 7758623.
HSL color Cylindrical-coordinate representation of color #1F6376: hue angle of 193.1º degrees, saturation: 0.58, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1F6376 is Cyan = 0.74, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 31 | 99 | 118 | - |
| CMYK | 0.74 | 0.16 | 0 | 0.54 |
| HSL | 193.1º | 0.58% | 0.29% | - |
| HSV(B) | 193.1º | 0.74% | 0.46% | - |
| XYZ | 8.3 | 10.52 | 18.73 | - |
| YUV | 80.83 | 148.97 | 92.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 99 | 118 | 0.74 | 0.16 | 0 | 0.54 | 193.1 | 0.58 | 0.29 |
| Hex | 1F | 63 | 76 | 4A | 10 | 0 | 36 | C1 | 3A | 1D |
| Octal | 37 | 143 | 166 | 112 | 20 | 0 | 66 | 301 | 72 | 35 |
| Binary | 11111 | 1100011 | 1110110 | 1001010 | 10000 | 0 | 110110 | 11000001 | 111010 | 11101 |
Color Harmonies of #1F6376
Complementary color
Monochromatic Colors of #1F6376
Black with #1F6376
Text Example
Text Example
White with #1F6376
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F6376; }
p { color: rgb(31,99,118); }
H1.HeaderClassName
{
color: #1F6376;
}
.AnyTagClassName
{
color: #1F6376;
}
</style>
background-color css
<style>
a { background-color: #1F6376; }
a { background-color: rgb(31,99,118); }
div.DivClassName
{
background-color: #1F6376;
}
.BgClassName
{
background-color: #1F6376;
}
</style>
border-color css
<style>
span { border-color: #1F6376; }
span { border-color: rgb(31,99,118); }
td.TdClassName
{
border-color: #1F6376;
}
.TagClassName
{
border-color: #1F6376;
}
</style>