Shades of Cobalt #045AAF
Tints of Cobalt #045AAF
RGB
CMYK
RGB Variations
Color information
#045AAF (or 0x045AAF) is known color: Cobalt. HEX triplet: 04, 5A and AF. RGB value is (4,90,175). Sum of RGB (Red+Green+Blue) = 4+90+175=269 (35% of max value = 765). Red value is 4 (1.95% from 255 or 1.49% from 269); Green value is 90 (35.55% from 255 or 33.46% from 269); Blue value is 175 (68.75% from 255 or 65.06% from 269); Max value from RGB is 175 - color contains mainly: blue. Hex color #045AAF is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #045AAF is #FBA550. Grayscale: #494949. Windows color (decimal): -16491857 or 11491844. OLE color: 11491844.
HSL color Cylindrical-coordinate representation of color #045AAF: hue angle of 209.82º degrees, saturation: 0.96, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #045AAF is Cyan = 0.98, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 4 | 90 | 175 | - |
| CMYK | 0.98 | 0.49 | 0 | 0.31 |
| HSL | 209.82º | 0.96% | 0.35% | - |
| HSV(B) | 209.82º | 0.98% | 0.69% | - |
| XYZ | 11.44 | 10.43 | 41.97 | - |
| YUV | 73.98 | 185.01 | 78.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 90 | 175 | 0.98 | 0.49 | 0 | 0.31 | 209.82 | 0.96 | 0.35 |
| Hex | 4 | 5A | AF | 62 | 31 | 0 | 1F | D2 | 60 | 23 |
| Octal | 4 | 132 | 257 | 142 | 61 | 0 | 37 | 322 | 140 | 43 |
| Binary | 100 | 1011010 | 10101111 | 1100010 | 110001 | 0 | 11111 | 11010010 | 1100000 | 100011 |
Color Harmonies of #045AAF
Complementary color
Monochromatic Colors of #045AAF
Black with #045AAF
Text Example
Text Example
White with #045AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #045AAF; }
p { color: rgb(4,90,175); }
H1.HeaderClassName
{
color: #045AAF;
}
.AnyTagClassName
{
color: #045AAF;
}
</style>
background-color css
<style>
a { background-color: #045AAF; }
a { background-color: rgb(4,90,175); }
div.DivClassName
{
background-color: #045AAF;
}
.BgClassName
{
background-color: #045AAF;
}
</style>
border-color css
<style>
span { border-color: #045AAF; }
span { border-color: rgb(4,90,175); }
td.TdClassName
{
border-color: #045AAF;
}
.TagClassName
{
border-color: #045AAF;
}
</style>