Shades of Allports #15768A
Tints of Allports #15768A
RGB
CMYK
RGB Variations
Color information
#15768A (or 0x15768A) is known color: Allports. HEX triplet: 15, 76 and 8A. RGB value is (21,118,138). Sum of RGB (Red+Green+Blue) = 21+118+138=277 (36% of max value = 765). Red value is 21 (8.59% from 255 or 7.58% from 277); Green value is 118 (46.48% from 255 or 42.60% from 277); Blue value is 138 (54.30% from 255 or 49.82% from 277); Max value from RGB is 138 - color contains mainly: blue. Hex color #15768A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #15768A is #EA8975. Grayscale: #5B5B5B. Windows color (decimal): -15370614 or 9074197. OLE color: 9074197.
HSL color Cylindrical-coordinate representation of color #15768A: hue angle of 190.26º degrees, saturation: 0.74, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #15768A is Cyan = 0.85, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 21 | 118 | 138 | - |
| CMYK | 0.85 | 0.14 | 0 | 0.46 |
| HSL | 190.26º | 0.74% | 0.31% | - |
| HSV(B) | 190.26º | 0.85% | 0.54% | - |
| XYZ | 11.38 | 14.95 | 26.33 | - |
| YUV | 91.28 | 154.36 | 77.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 118 | 138 | 0.85 | 0.14 | 0 | 0.46 | 190.26 | 0.74 | 0.31 |
| Hex | 15 | 76 | 8A | 55 | E | 0 | 2E | BE | 4A | 1F |
| Octal | 25 | 166 | 212 | 125 | 16 | 0 | 56 | 276 | 112 | 37 |
| Binary | 10101 | 1110110 | 10001010 | 1010101 | 1110 | 0 | 101110 | 10111110 | 1001010 | 11111 |
Color Harmonies of #15768A
Complementary color
Monochromatic Colors of #15768A
Black with #15768A
Text Example
Text Example
White with #15768A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15768A; }
p { color: rgb(21,118,138); }
H1.HeaderClassName
{
color: #15768A;
}
.AnyTagClassName
{
color: #15768A;
}
</style>
background-color css
<style>
a { background-color: #15768A; }
a { background-color: rgb(21,118,138); }
div.DivClassName
{
background-color: #15768A;
}
.BgClassName
{
background-color: #15768A;
}
</style>
border-color css
<style>
span { border-color: #15768A; }
span { border-color: rgb(21,118,138); }
td.TdClassName
{
border-color: #15768A;
}
.TagClassName
{
border-color: #15768A;
}
</style>