Shades of Allports #1F6678
Tints of Allports #1F6678
RGB
CMYK
RGB Variations
Color information
#1F6678 (or 0x1F6678) is known color: Allports. HEX triplet: 1F, 66 and 78. RGB value is (31,102,120). Sum of RGB (Red+Green+Blue) = 31+102+120=253 (33% of max value = 765). Red value is 31 (12.5% from 255 or 12.25% from 253); Green value is 102 (40.23% from 255 or 40.32% from 253); Blue value is 120 (47.27% from 255 or 47.43% from 253); Max value from RGB is 120 - color contains mainly: blue. Hex color #1F6678 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F6678 is #E09987. Grayscale: #525252. Windows color (decimal): -14719368 or 7890463. OLE color: 7890463.
HSL color Cylindrical-coordinate representation of color #1F6678: hue angle of 192.13º degrees, saturation: 0.59, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1F6678 is Cyan = 0.74, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 31 | 102 | 120 | - |
| CMYK | 0.74 | 0.15 | 0 | 0.53 |
| HSL | 192.13º | 0.59% | 0.3% | - |
| HSV(B) | 192.13º | 0.74% | 0.47% | - |
| XYZ | 8.71 | 11.15 | 19.46 | - |
| YUV | 82.82 | 148.98 | 91.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 102 | 120 | 0.74 | 0.15 | 0 | 0.53 | 192.13 | 0.59 | 0.3 |
| Hex | 1F | 66 | 78 | 4A | F | 0 | 35 | C0 | 3B | 1E |
| Octal | 37 | 146 | 170 | 112 | 17 | 0 | 65 | 300 | 73 | 36 |
| Binary | 11111 | 1100110 | 1111000 | 1001010 | 1111 | 0 | 110101 | 11000000 | 111011 | 11110 |
Color Harmonies of #1F6678
Complementary color
Monochromatic Colors of #1F6678
Black with #1F6678
Text Example
Text Example
White with #1F6678
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F6678; }
p { color: rgb(31,102,120); }
H1.HeaderClassName
{
color: #1F6678;
}
.AnyTagClassName
{
color: #1F6678;
}
</style>
background-color css
<style>
a { background-color: #1F6678; }
a { background-color: rgb(31,102,120); }
div.DivClassName
{
background-color: #1F6678;
}
.BgClassName
{
background-color: #1F6678;
}
</style>
border-color css
<style>
span { border-color: #1F6678; }
span { border-color: rgb(31,102,120); }
td.TdClassName
{
border-color: #1F6678;
}
.TagClassName
{
border-color: #1F6678;
}
</style>