Shades of Cobalt #1454A5
Tints of Cobalt #1454A5
RGB
CMYK
RGB Variations
Color information
#1454A5 (or 0x1454A5) is known color: Cobalt. HEX triplet: 14, 54 and A5. RGB value is (20,84,165). Sum of RGB (Red+Green+Blue) = 20+84+165=269 (35% of max value = 765). Red value is 20 (8.20% from 255 or 7.43% from 269); Green value is 84 (33.20% from 255 or 31.23% from 269); Blue value is 165 (64.84% from 255 or 61.34% from 269); Max value from RGB is 165 - color contains mainly: blue. Hex color #1454A5 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1454A5 is #EBAB5A. Grayscale: #494949. Windows color (decimal): -15444827 or 10834964. OLE color: 10834964.
HSL color Cylindrical-coordinate representation of color #1454A5: hue angle of 213.52º degrees, saturation: 0.78, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1454A5 is Cyan = 0.88, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 20 | 84 | 165 | - |
| CMYK | 0.88 | 0.49 | 0 | 0.35 |
| HSL | 213.52º | 0.78% | 0.36% | - |
| HSV(B) | 213.52º | 0.88% | 0.65% | - |
| XYZ | 10.25 | 9.21 | 36.83 | - |
| YUV | 74.1 | 179.3 | 89.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 84 | 165 | 0.88 | 0.49 | 0 | 0.35 | 213.52 | 0.78 | 0.36 |
| Hex | 14 | 54 | A5 | 58 | 31 | 0 | 23 | D6 | 4E | 24 |
| Octal | 24 | 124 | 245 | 130 | 61 | 0 | 43 | 326 | 116 | 44 |
| Binary | 10100 | 1010100 | 10100101 | 1011000 | 110001 | 0 | 100011 | 11010110 | 1001110 | 100100 |
Color Harmonies of #1454A5
Complementary color
Monochromatic Colors of #1454A5
Black with #1454A5
Text Example
Text Example
White with #1454A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1454A5; }
p { color: rgb(20,84,165); }
H1.HeaderClassName
{
color: #1454A5;
}
.AnyTagClassName
{
color: #1454A5;
}
</style>
background-color css
<style>
a { background-color: #1454A5; }
a { background-color: rgb(20,84,165); }
div.DivClassName
{
background-color: #1454A5;
}
.BgClassName
{
background-color: #1454A5;
}
</style>
border-color css
<style>
span { border-color: #1454A5; }
span { border-color: rgb(20,84,165); }
td.TdClassName
{
border-color: #1454A5;
}
.TagClassName
{
border-color: #1454A5;
}
</style>