Shades of Allports #1F6576
Tints of Allports #1F6576
RGB
CMYK
RGB Variations
Color information
#1F6576 (or 0x1F6576) is known color: Allports. HEX triplet: 1F, 65 and 76. RGB value is (31,101,118). Sum of RGB (Red+Green+Blue) = 31+101+118=250 (33% of max value = 765). Red value is 31 (12.5% from 255 or 12.4% from 250); Green value is 101 (39.84% from 255 or 40.4% from 250); Blue value is 118 (46.48% from 255 or 47.2% from 250); Max value from RGB is 118 - color contains mainly: blue. Hex color #1F6576 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F6576 is #E09A89. Grayscale: #515151. Windows color (decimal): -14719626 or 7759135. OLE color: 7759135.
HSL color Cylindrical-coordinate representation of color #1F6576: hue angle of 191.72º 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 #1F6576 is Cyan = 0.74, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 31 | 101 | 118 | - |
| CMYK | 0.74 | 0.14 | 0 | 0.54 |
| HSL | 191.72º | 0.58% | 0.29% | - |
| HSV(B) | 191.72º | 0.74% | 0.46% | - |
| XYZ | 8.49 | 10.91 | 18.8 | - |
| YUV | 82.01 | 148.31 | 91.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 101 | 118 | 0.74 | 0.14 | 0 | 0.54 | 191.72 | 0.58 | 0.29 |
| Hex | 1F | 65 | 76 | 4A | E | 0 | 36 | C0 | 3A | 1D |
| Octal | 37 | 145 | 166 | 112 | 16 | 0 | 66 | 300 | 72 | 35 |
| Binary | 11111 | 1100101 | 1110110 | 1001010 | 1110 | 0 | 110110 | 11000000 | 111010 | 11101 |
Color Harmonies of #1F6576
Complementary color
Monochromatic Colors of #1F6576
Black with #1F6576
Text Example
Text Example
White with #1F6576
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F6576; }
p { color: rgb(31,101,118); }
H1.HeaderClassName
{
color: #1F6576;
}
.AnyTagClassName
{
color: #1F6576;
}
</style>
background-color css
<style>
a { background-color: #1F6576; }
a { background-color: rgb(31,101,118); }
div.DivClassName
{
background-color: #1F6576;
}
.BgClassName
{
background-color: #1F6576;
}
</style>
border-color css
<style>
span { border-color: #1F6576; }
span { border-color: rgb(31,101,118); }
td.TdClassName
{
border-color: #1F6576;
}
.TagClassName
{
border-color: #1F6576;
}
</style>