Shades of Allports #1F627B
Tints of Allports #1F627B
RGB
CMYK
RGB Variations
Color information
#1F627B (or 0x1F627B) is known color: Allports. HEX triplet: 1F, 62 and 7B. RGB value is (31,98,123). Sum of RGB (Red+Green+Blue) = 31+98+123=252 (33% of max value = 765). Red value is 31 (12.5% from 255 or 12.30% from 252); Green value is 98 (38.67% from 255 or 38.89% from 252); Blue value is 123 (48.44% from 255 or 48.81% from 252); Max value from RGB is 123 - color contains mainly: blue. Hex color #1F627B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F627B is #E09D84. Grayscale: #505050. Windows color (decimal): -14720389 or 8086047. OLE color: 8086047.
HSL color Cylindrical-coordinate representation of color #1F627B: hue angle of 196.3º degrees, saturation: 0.6, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1F627B is Cyan = 0.75, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 31 | 98 | 123 | - |
| CMYK | 0.75 | 0.20 | 0 | 0.52 |
| HSL | 196.3º | 0.6% | 0.3% | - |
| HSV(B) | 196.3º | 0.75% | 0.48% | - |
| XYZ | 8.51 | 10.46 | 20.31 | - |
| YUV | 80.82 | 151.8 | 92.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 98 | 123 | 0.75 | 0.20 | 0 | 0.52 | 196.3 | 0.6 | 0.3 |
| Hex | 1F | 62 | 7B | 4B | 14 | 0 | 34 | C4 | 3C | 1E |
| Octal | 37 | 142 | 173 | 113 | 24 | 0 | 64 | 304 | 74 | 36 |
| Binary | 11111 | 1100010 | 1111011 | 1001011 | 10100 | 0 | 110100 | 11000100 | 111100 | 11110 |
Color Harmonies of #1F627B
Complementary color
Monochromatic Colors of #1F627B
Black with #1F627B
Text Example
Text Example
White with #1F627B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F627B; }
p { color: rgb(31,98,123); }
H1.HeaderClassName
{
color: #1F627B;
}
.AnyTagClassName
{
color: #1F627B;
}
</style>
background-color css
<style>
a { background-color: #1F627B; }
a { background-color: rgb(31,98,123); }
div.DivClassName
{
background-color: #1F627B;
}
.BgClassName
{
background-color: #1F627B;
}
</style>
border-color css
<style>
span { border-color: #1F627B; }
span { border-color: rgb(31,98,123); }
td.TdClassName
{
border-color: #1F627B;
}
.TagClassName
{
border-color: #1F627B;
}
</style>