Shades of Allports #15768B
Tints of Allports #15768B
RGB
CMYK
RGB Variations
Color information
#15768B (or 0x15768B) is known color: Allports. HEX triplet: 15, 76 and 8B. RGB value is (21,118,139). Sum of RGB (Red+Green+Blue) = 21+118+139=278 (36% of max value = 765). Red value is 21 (8.59% from 255 or 7.55% from 278); Green value is 118 (46.48% from 255 or 42.45% from 278); Blue value is 139 (54.69% from 255 or 50% from 278); Max value from RGB is 139 - color contains mainly: blue. Hex color #15768B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #15768B is #EA8974. Grayscale: #5B5B5B. Windows color (decimal): -15370613 or 9139733. OLE color: 9139733.
HSL color Cylindrical-coordinate representation of color #15768B: hue angle of 190.68º degrees, saturation: 0.74, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #15768B is Cyan = 0.85, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 21 | 118 | 139 | - |
| CMYK | 0.85 | 0.15 | 0 | 0.45 |
| HSL | 190.68º | 0.74% | 0.31% | - |
| HSV(B) | 190.68º | 0.85% | 0.55% | - |
| XYZ | 11.45 | 14.98 | 26.71 | - |
| YUV | 91.39 | 154.86 | 77.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 118 | 139 | 0.85 | 0.15 | 0 | 0.45 | 190.68 | 0.74 | 0.31 |
| Hex | 15 | 76 | 8B | 55 | F | 0 | 2D | BF | 4A | 1F |
| Octal | 25 | 166 | 213 | 125 | 17 | 0 | 55 | 277 | 112 | 37 |
| Binary | 10101 | 1110110 | 10001011 | 1010101 | 1111 | 0 | 101101 | 10111111 | 1001010 | 11111 |
Color Harmonies of #15768B
Complementary color
Monochromatic Colors of #15768B
Black with #15768B
Text Example
Text Example
White with #15768B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15768B; }
p { color: rgb(21,118,139); }
H1.HeaderClassName
{
color: #15768B;
}
.AnyTagClassName
{
color: #15768B;
}
</style>
background-color css
<style>
a { background-color: #15768B; }
a { background-color: rgb(21,118,139); }
div.DivClassName
{
background-color: #15768B;
}
.BgClassName
{
background-color: #15768B;
}
</style>
border-color css
<style>
span { border-color: #15768B; }
span { border-color: rgb(21,118,139); }
td.TdClassName
{
border-color: #15768B;
}
.TagClassName
{
border-color: #15768B;
}
</style>