Shades of Allports #1F6476
Tints of Allports #1F6476
RGB
CMYK
RGB Variations
Color information
#1F6476 (or 0x1F6476) is known color: Allports. HEX triplet: 1F, 64 and 76. RGB value is (31,100,118). Sum of RGB (Red+Green+Blue) = 31+100+118=249 (32% of max value = 765). Red value is 31 (12.5% from 255 or 12.45% from 249); Green value is 100 (39.45% from 255 or 40.16% from 249); Blue value is 118 (46.48% from 255 or 47.39% from 249); Max value from RGB is 118 - color contains mainly: blue. Hex color #1F6476 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F6476 is #E09B89. Grayscale: #515151. Windows color (decimal): -14719882 or 7758879. OLE color: 7758879.
HSL color Cylindrical-coordinate representation of color #1F6476: hue angle of 192.41º 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 #1F6476 is Cyan = 0.74, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 31 | 100 | 118 | - |
| CMYK | 0.74 | 0.15 | 0 | 0.54 |
| HSL | 192.41º | 0.58% | 0.29% | - |
| HSV(B) | 192.41º | 0.74% | 0.46% | - |
| XYZ | 8.39 | 10.71 | 18.77 | - |
| YUV | 81.42 | 148.64 | 92.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 100 | 118 | 0.74 | 0.15 | 0 | 0.54 | 192.41 | 0.58 | 0.29 |
| Hex | 1F | 64 | 76 | 4A | F | 0 | 36 | C0 | 3A | 1D |
| Octal | 37 | 144 | 166 | 112 | 17 | 0 | 66 | 300 | 72 | 35 |
| Binary | 11111 | 1100100 | 1110110 | 1001010 | 1111 | 0 | 110110 | 11000000 | 111010 | 11101 |
Color Harmonies of #1F6476
Complementary color
Monochromatic Colors of #1F6476
Black with #1F6476
Text Example
Text Example
White with #1F6476
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F6476; }
p { color: rgb(31,100,118); }
H1.HeaderClassName
{
color: #1F6476;
}
.AnyTagClassName
{
color: #1F6476;
}
</style>
background-color css
<style>
a { background-color: #1F6476; }
a { background-color: rgb(31,100,118); }
div.DivClassName
{
background-color: #1F6476;
}
.BgClassName
{
background-color: #1F6476;
}
</style>
border-color css
<style>
span { border-color: #1F6476; }
span { border-color: rgb(31,100,118); }
td.TdClassName
{
border-color: #1F6476;
}
.TagClassName
{
border-color: #1F6476;
}
</style>