Shades of Allports #1F768A
Tints of Allports #1F768A
RGB
CMYK
RGB Variations
Color information
#1F768A (or 0x1F768A) is known color: Allports. HEX triplet: 1F, 76 and 8A. RGB value is (31,118,138). Sum of RGB (Red+Green+Blue) = 31+118+138=287 (38% of max value = 765). Red value is 31 (12.5% from 255 or 10.80% from 287); Green value is 118 (46.48% from 255 or 41.11% from 287); Blue value is 138 (54.30% from 255 or 48.08% from 287); Max value from RGB is 138 - color contains mainly: blue. Hex color #1F768A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1F768A is #E08975. Grayscale: #5E5E5E. Windows color (decimal): -14715254 or 9074207. OLE color: 9074207.
HSL color Cylindrical-coordinate representation of color #1F768A: hue angle of 191.21º degrees, saturation: 0.63, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1F768A is Cyan = 0.78, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 31 | 118 | 138 | - |
| CMYK | 0.78 | 0.14 | 0 | 0.46 |
| HSL | 191.22º | 0.63% | 0.33% | - |
| HSV(B) | 191.22º | 0.78% | 0.54% | - |
| XYZ | 11.63 | 15.08 | 26.34 | - |
| YUV | 94.27 | 152.68 | 82.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 118 | 138 | 0.78 | 0.14 | 0 | 0.46 | 191.22 | 0.63 | 0.33 |
| Hex | 1F | 76 | 8A | 4E | E | 0 | 2E | BF | 3F | 21 |
| Octal | 37 | 166 | 212 | 116 | 16 | 0 | 56 | 277 | 77 | 41 |
| Binary | 11111 | 1110110 | 10001010 | 1001110 | 1110 | 0 | 101110 | 10111111 | 111111 | 100001 |
Color Harmonies of #1F768A
Complementary color
Monochromatic Colors of #1F768A
Black with #1F768A
Text Example
Text Example
White with #1F768A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F768A; }
p { color: rgb(31,118,138); }
H1.HeaderClassName
{
color: #1F768A;
}
.AnyTagClassName
{
color: #1F768A;
}
</style>
background-color css
<style>
a { background-color: #1F768A; }
a { background-color: rgb(31,118,138); }
div.DivClassName
{
background-color: #1F768A;
}
.BgClassName
{
background-color: #1F768A;
}
</style>
border-color css
<style>
span { border-color: #1F768A; }
span { border-color: rgb(31,118,138); }
td.TdClassName
{
border-color: #1F768A;
}
.TagClassName
{
border-color: #1F768A;
}
</style>