Shades of Allports #1F6276
Tints of Allports #1F6276
RGB
CMYK
RGB Variations
Color information
#1F6276 (or 0x1F6276) is known color: Allports. HEX triplet: 1F, 62 and 76. RGB value is (31,98,118). Sum of RGB (Red+Green+Blue) = 31+98+118=247 (32% of max value = 765). Red value is 31 (12.5% from 255 or 12.55% from 247); Green value is 98 (38.67% from 255 or 39.68% from 247); Blue value is 118 (46.48% from 255 or 47.77% from 247); Max value from RGB is 118 - color contains mainly: blue. Hex color #1F6276 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F6276 is #E09D89. Grayscale: #505050. Windows color (decimal): -14720394 or 7758367. OLE color: 7758367.
HSL color Cylindrical-coordinate representation of color #1F6276: hue angle of 193.79º 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 #1F6276 is Cyan = 0.74, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 31 | 98 | 118 | - |
| CMYK | 0.74 | 0.17 | 0 | 0.54 |
| HSL | 193.79º | 0.58% | 0.29% | - |
| HSV(B) | 193.79º | 0.74% | 0.46% | - |
| XYZ | 8.2 | 10.33 | 18.7 | - |
| YUV | 80.25 | 149.3 | 92.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 98 | 118 | 0.74 | 0.17 | 0 | 0.54 | 193.79 | 0.58 | 0.29 |
| Hex | 1F | 62 | 76 | 4A | 11 | 0 | 36 | C2 | 3A | 1D |
| Octal | 37 | 142 | 166 | 112 | 21 | 0 | 66 | 302 | 72 | 35 |
| Binary | 11111 | 1100010 | 1110110 | 1001010 | 10001 | 0 | 110110 | 11000010 | 111010 | 11101 |
Color Harmonies of #1F6276
Complementary color
Monochromatic Colors of #1F6276
Black with #1F6276
Text Example
Text Example
White with #1F6276
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F6276; }
p { color: rgb(31,98,118); }
H1.HeaderClassName
{
color: #1F6276;
}
.AnyTagClassName
{
color: #1F6276;
}
</style>
background-color css
<style>
a { background-color: #1F6276; }
a { background-color: rgb(31,98,118); }
div.DivClassName
{
background-color: #1F6276;
}
.BgClassName
{
background-color: #1F6276;
}
</style>
border-color css
<style>
span { border-color: #1F6276; }
span { border-color: rgb(31,98,118); }
td.TdClassName
{
border-color: #1F6276;
}
.TagClassName
{
border-color: #1F6276;
}
</style>