Shades of Allports #1B6774
Tints of Allports #1B6774
RGB
CMYK
RGB Variations
Color information
#1B6774 (or 0x1B6774) is known color: Allports. HEX triplet: 1B, 67 and 74. RGB value is (27,103,116). Sum of RGB (Red+Green+Blue) = 27+103+116=246 (32% of max value = 765). Red value is 27 (10.94% from 255 or 10.98% from 246); Green value is 103 (40.62% from 255 or 41.87% from 246); Blue value is 116 (45.70% from 255 or 47.15% from 246); Max value from RGB is 116 - color contains mainly: blue. Hex color #1B6774 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1B6774 is #E4988B. Grayscale: #515151. Windows color (decimal): -14981260 or 7628571. OLE color: 7628571.
HSL color Cylindrical-coordinate representation of color #1B6774: hue angle of 188.76º degrees, saturation: 0.62, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1B6774 is Cyan = 0.77, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 27 | 103 | 116 | - |
| CMYK | 0.77 | 0.11 | 0 | 0.55 |
| HSL | 188.76º | 0.62% | 0.28% | - |
| HSV(B) | 188.76º | 0.77% | 0.45% | - |
| XYZ | 8.45 | 11.19 | 18.24 | - |
| YUV | 81.76 | 147.32 | 88.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 103 | 116 | 0.77 | 0.11 | 0 | 0.55 | 188.76 | 0.62 | 0.28 |
| Hex | 1B | 67 | 74 | 4D | B | 0 | 37 | BD | 3E | 1C |
| Octal | 33 | 147 | 164 | 115 | 13 | 0 | 67 | 275 | 76 | 34 |
| Binary | 11011 | 1100111 | 1110100 | 1001101 | 1011 | 0 | 110111 | 10111101 | 111110 | 11100 |
Color Harmonies of #1B6774
Complementary color
Monochromatic Colors of #1B6774
Black with #1B6774
Text Example
Text Example
White with #1B6774
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B6774; }
p { color: rgb(27,103,116); }
H1.HeaderClassName
{
color: #1B6774;
}
.AnyTagClassName
{
color: #1B6774;
}
</style>
background-color css
<style>
a { background-color: #1B6774; }
a { background-color: rgb(27,103,116); }
div.DivClassName
{
background-color: #1B6774;
}
.BgClassName
{
background-color: #1B6774;
}
</style>
border-color css
<style>
span { border-color: #1B6774; }
span { border-color: rgb(27,103,116); }
td.TdClassName
{
border-color: #1B6774;
}
.TagClassName
{
border-color: #1B6774;
}
</style>