Shades of Cobalt #1454A6
Tints of Cobalt #1454A6
RGB
CMYK
RGB Variations
Color information
#1454A6 (or 0x1454A6) is known color: Cobalt. HEX triplet: 14, 54 and A6. RGB value is (20,84,166). Sum of RGB (Red+Green+Blue) = 20+84+166=270 (35% of max value = 765). Red value is 20 (8.20% from 255 or 7.41% from 270); Green value is 84 (33.20% from 255 or 31.11% 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 #1454A6 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1454A6 is #EBAB59. Grayscale: #494949. Windows color (decimal): -15444826 or 10900500. OLE color: 10900500.
HSL color Cylindrical-coordinate representation of color #1454A6: hue angle of 213.7º 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 #1454A6 is Cyan = 0.88, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 20 | 84 | 166 | - |
| CMYK | 0.88 | 0.49 | 0 | 0.35 |
| HSL | 213.7º | 0.78% | 0.36% | - |
| HSV(B) | 213.7º | 0.88% | 0.65% | - |
| XYZ | 10.34 | 9.24 | 37.32 | - |
| YUV | 74.21 | 179.8 | 89.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 84 | 166 | 0.88 | 0.49 | 0 | 0.35 | 213.7 | 0.78 | 0.36 |
| Hex | 14 | 54 | A6 | 58 | 31 | 0 | 23 | D6 | 4E | 24 |
| Octal | 24 | 124 | 246 | 130 | 61 | 0 | 43 | 326 | 116 | 44 |
| Binary | 10100 | 1010100 | 10100110 | 1011000 | 110001 | 0 | 100011 | 11010110 | 1001110 | 100100 |
Color Harmonies of #1454A6
Complementary color
Monochromatic Colors of #1454A6
Black with #1454A6
Text Example
Text Example
White with #1454A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1454A6; }
p { color: rgb(20,84,166); }
H1.HeaderClassName
{
color: #1454A6;
}
.AnyTagClassName
{
color: #1454A6;
}
</style>
background-color css
<style>
a { background-color: #1454A6; }
a { background-color: rgb(20,84,166); }
div.DivClassName
{
background-color: #1454A6;
}
.BgClassName
{
background-color: #1454A6;
}
</style>
border-color css
<style>
span { border-color: #1454A6; }
span { border-color: rgb(20,84,166); }
td.TdClassName
{
border-color: #1454A6;
}
.TagClassName
{
border-color: #1454A6;
}
</style>