Shades of Cobalt #1B4DA6
Tints of Cobalt #1B4DA6
RGB
CMYK
RGB Variations
Color information
#1B4DA6 (or 0x1B4DA6) is known color: Cobalt. HEX triplet: 1B, 4D and A6. RGB value is (27,77,166). Sum of RGB (Red+Green+Blue) = 27+77+166=270 (35% of max value = 765). Red value is 27 (10.94% from 255 or 10% from 270); Green value is 77 (30.47% from 255 or 28.52% from 270); Blue value is 166 (65.23% from 255 or 61.48% from 270); Max value from RGB is 166 - color contains mainly: blue. Hex color #1B4DA6 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1B4DA6 is #E4B259. Grayscale: #474747. Windows color (decimal): -14987866 or 10898715. OLE color: 10898715.
HSL color Cylindrical-coordinate representation of color #1B4DA6: hue angle of 218.42º degrees, saturation: 0.72, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1B4DA6 is Cyan = 0.84, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 27 | 77 | 166 | - |
| CMYK | 0.84 | 0.54 | 0 | 0.35 |
| HSL | 218.42º | 0.72% | 0.38% | - |
| HSV(B) | 218.42º | 0.84% | 0.65% | - |
| XYZ | 9.99 | 8.29 | 37.15 | - |
| YUV | 72.2 | 180.94 | 95.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 77 | 166 | 0.84 | 0.54 | 0 | 0.35 | 218.42 | 0.72 | 0.38 |
| Hex | 1B | 4D | A6 | 54 | 36 | 0 | 23 | DA | 48 | 26 |
| Octal | 33 | 115 | 246 | 124 | 66 | 0 | 43 | 332 | 110 | 46 |
| Binary | 11011 | 1001101 | 10100110 | 1010100 | 110110 | 0 | 100011 | 11011010 | 1001000 | 100110 |
Color Harmonies of #1B4DA6
Complementary color
Monochromatic Colors of #1B4DA6
Black with #1B4DA6
Text Example
Text Example
White with #1B4DA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B4DA6; }
p { color: rgb(27,77,166); }
H1.HeaderClassName
{
color: #1B4DA6;
}
.AnyTagClassName
{
color: #1B4DA6;
}
</style>
background-color css
<style>
a { background-color: #1B4DA6; }
a { background-color: rgb(27,77,166); }
div.DivClassName
{
background-color: #1B4DA6;
}
.BgClassName
{
background-color: #1B4DA6;
}
</style>
border-color css
<style>
span { border-color: #1B4DA6; }
span { border-color: rgb(27,77,166); }
td.TdClassName
{
border-color: #1B4DA6;
}
.TagClassName
{
border-color: #1B4DA6;
}
</style>