Shades of Cobalt #045DA3
Tints of Cobalt #045DA3
RGB
CMYK
RGB Variations
Color information
#045DA3 (or 0x045DA3) is known color: Cobalt. HEX triplet: 04, 5D and A3. RGB value is (4,93,163). Sum of RGB (Red+Green+Blue) = 4+93+163=260 (34% of max value = 765). Red value is 4 (1.95% from 255 or 1.54% from 260); Green value is 93 (36.72% from 255 or 35.77% from 260); Blue value is 163 (64.06% from 255 or 62.69% from 260); Max value from RGB is 163 - color contains mainly: blue. Hex color #045DA3 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #045DA3 is #FBA25C. Grayscale: #4A4A4A. Windows color (decimal): -16491101 or 10706180. OLE color: 10706180.
HSL color Cylindrical-coordinate representation of color #045DA3: hue angle of 206.42º degrees, saturation: 0.95, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #045DA3 is Cyan = 0.98, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 4 | 93 | 163 | - |
| CMYK | 0.98 | 0.43 | 0 | 0.36 |
| HSL | 206.42º | 0.95% | 0.33% | - |
| HSV(B) | 206.42º | 0.98% | 0.64% | - |
| XYZ | 10.58 | 10.5 | 36.12 | - |
| YUV | 74.37 | 178.01 | 77.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 93 | 163 | 0.98 | 0.43 | 0 | 0.36 | 206.42 | 0.95 | 0.33 |
| Hex | 4 | 5D | A3 | 62 | 2B | 0 | 24 | CE | 5F | 21 |
| Octal | 4 | 135 | 243 | 142 | 53 | 0 | 44 | 316 | 137 | 41 |
| Binary | 100 | 1011101 | 10100011 | 1100010 | 101011 | 0 | 100100 | 11001110 | 1011111 | 100001 |
Color Harmonies of #045DA3
Complementary color
Monochromatic Colors of #045DA3
Black with #045DA3
Text Example
Text Example
White with #045DA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #045DA3; }
p { color: rgb(4,93,163); }
H1.HeaderClassName
{
color: #045DA3;
}
.AnyTagClassName
{
color: #045DA3;
}
</style>
background-color css
<style>
a { background-color: #045DA3; }
a { background-color: rgb(4,93,163); }
div.DivClassName
{
background-color: #045DA3;
}
.BgClassName
{
background-color: #045DA3;
}
</style>
border-color css
<style>
span { border-color: #045DA3; }
span { border-color: rgb(4,93,163); }
td.TdClassName
{
border-color: #045DA3;
}
.TagClassName
{
border-color: #045DA3;
}
</style>