Shades of Cobalt #1A4EA3
Tints of Cobalt #1A4EA3
RGB
CMYK
RGB Variations
Color information
#1A4EA3 (or 0x1A4EA3) is known color: Cobalt. HEX triplet: 1A, 4E and A3. RGB value is (26,78,163). Sum of RGB (Red+Green+Blue) = 26+78+163=267 (35% of max value = 765). Red value is 26 (10.55% from 255 or 9.74% from 267); Green value is 78 (30.86% from 255 or 29.21% from 267); Blue value is 163 (64.06% from 255 or 61.05% from 267); Max value from RGB is 163 - color contains mainly: blue. Hex color #1A4EA3 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1A4EA3 is #E5B15C. Grayscale: #474747. Windows color (decimal): -15053149 or 10702362. OLE color: 10702362.
HSL color Cylindrical-coordinate representation of color #1A4EA3: hue angle of 217.23º degrees, saturation: 0.72, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1A4EA3 is Cyan = 0.84, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 26 | 78 | 163 | - |
| CMYK | 0.84 | 0.52 | 0 | 0.36 |
| HSL | 217.23º | 0.72% | 0.37% | - |
| HSV(B) | 217.23º | 0.84% | 0.64% | - |
| XYZ | 9.76 | 8.31 | 35.74 | - |
| YUV | 72.14 | 179.27 | 95.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 78 | 163 | 0.84 | 0.52 | 0 | 0.36 | 217.23 | 0.72 | 0.37 |
| Hex | 1A | 4E | A3 | 54 | 34 | 0 | 24 | D9 | 48 | 25 |
| Octal | 32 | 116 | 243 | 124 | 64 | 0 | 44 | 331 | 110 | 45 |
| Binary | 11010 | 1001110 | 10100011 | 1010100 | 110100 | 0 | 100100 | 11011001 | 1001000 | 100101 |
Color Harmonies of #1A4EA3
Complementary color
Monochromatic Colors of #1A4EA3
Black with #1A4EA3
Text Example
Text Example
White with #1A4EA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A4EA3; }
p { color: rgb(26,78,163); }
H1.HeaderClassName
{
color: #1A4EA3;
}
.AnyTagClassName
{
color: #1A4EA3;
}
</style>
background-color css
<style>
a { background-color: #1A4EA3; }
a { background-color: rgb(26,78,163); }
div.DivClassName
{
background-color: #1A4EA3;
}
.BgClassName
{
background-color: #1A4EA3;
}
</style>
border-color css
<style>
span { border-color: #1A4EA3; }
span { border-color: rgb(26,78,163); }
td.TdClassName
{
border-color: #1A4EA3;
}
.TagClassName
{
border-color: #1A4EA3;
}
</style>