Shades of Cobalt #0041AE
Tints of Cobalt #0041AE
RGB
CMYK
RGB Variations
Color information
#0041AE (or 0x0041AE) is known color: Cobalt. HEX triplet: 00, 41 and AE. RGB value is (0,65,174). Sum of RGB (Red+Green+Blue) = 0+65+174=239 (31% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 239); Green value is 65 (25.78% from 255 or 27.20% from 239); Blue value is 174 (68.36% from 255 or 72.80% from 239); Max value from RGB is 174 - color contains mainly: blue. Hex color #0041AE is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0041AE is #FFBE51. Grayscale: #393939. Windows color (decimal): -16760402 or 11419904. OLE color: 11419904.
HSL color Cylindrical-coordinate representation of color #0041AE: hue angle of 217.59º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0041AE is Cyan = 1, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 0 | 65 | 174 | - |
| CMYK | 1 | 0.63 | 0 | 0.32 |
| HSL | 217.59º | 1% | 0.34% | - |
| HSV(B) | 217.59º | 1% | 0.68% | - |
| XYZ | 9.53 | 6.84 | 40.86 | - |
| YUV | 57.99 | 193.47 | 86.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 65 | 174 | 1 | 0.63 | 0 | 0.32 | 217.59 | 1 | 0.34 |
| Hex | 0 | 41 | AE | 64 | 3F | 0 | 20 | DA | 64 | 22 |
| Octal | 0 | 101 | 256 | 144 | 77 | 0 | 40 | 332 | 144 | 42 |
| Binary | 0 | 1000001 | 10101110 | 1100100 | 111111 | 0 | 100000 | 11011010 | 1100100 | 100010 |
Color Harmonies of #0041AE
Complementary color
Monochromatic Colors of #0041AE
Black with #0041AE
Text Example
Text Example
White with #0041AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0041AE; }
p { color: rgb(0,65,174); }
H1.HeaderClassName
{
color: #0041AE;
}
.AnyTagClassName
{
color: #0041AE;
}
</style>
background-color css
<style>
a { background-color: #0041AE; }
a { background-color: rgb(0,65,174); }
div.DivClassName
{
background-color: #0041AE;
}
.BgClassName
{
background-color: #0041AE;
}
</style>
border-color css
<style>
span { border-color: #0041AE; }
span { border-color: rgb(0,65,174); }
td.TdClassName
{
border-color: #0041AE;
}
.TagClassName
{
border-color: #0041AE;
}
</style>