Shades of Cobalt #0357AB
Tints of Cobalt #0357AB
RGB
CMYK
RGB Variations
Color information
#0357AB (or 0x0357AB) is known color: Cobalt. HEX triplet: 03, 57 and AB. RGB value is (3,87,171). Sum of RGB (Red+Green+Blue) = 3+87+171=261 (34% of max value = 765). Red value is 3 (1.56% from 255 or 1.15% from 261); Green value is 87 (34.38% from 255 or 33.33% from 261); Blue value is 171 (67.19% from 255 or 65.52% from 261); Max value from RGB is 171 - color contains mainly: blue. Hex color #0357AB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0357AB is #FCA854. Grayscale: #474747. Windows color (decimal): -16558165 or 11228931. OLE color: 11228931.
HSL color Cylindrical-coordinate representation of color #0357AB: hue angle of 210º degrees, saturation: 0.97, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0357AB is Cyan = 0.98, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 3 | 87 | 171 | - |
| CMYK | 0.98 | 0.49 | 0 | 0.33 |
| HSL | 210º | 0.97% | 0.34% | - |
| HSV(B) | 210º | 0.98% | 0.67% | - |
| XYZ | 10.8 | 9.78 | 39.85 | - |
| YUV | 71.46 | 184.17 | 79.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 87 | 171 | 0.98 | 0.49 | 0 | 0.33 | 210 | 0.97 | 0.34 |
| Hex | 3 | 57 | AB | 62 | 31 | 0 | 21 | D2 | 61 | 22 |
| Octal | 3 | 127 | 253 | 142 | 61 | 0 | 41 | 322 | 141 | 42 |
| Binary | 11 | 1010111 | 10101011 | 1100010 | 110001 | 0 | 100001 | 11010010 | 1100001 | 100010 |
Color Harmonies of #0357AB
Complementary color
Monochromatic Colors of #0357AB
Black with #0357AB
Text Example
Text Example
White with #0357AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0357AB; }
p { color: rgb(3,87,171); }
H1.HeaderClassName
{
color: #0357AB;
}
.AnyTagClassName
{
color: #0357AB;
}
</style>
background-color css
<style>
a { background-color: #0357AB; }
a { background-color: rgb(3,87,171); }
div.DivClassName
{
background-color: #0357AB;
}
.BgClassName
{
background-color: #0357AB;
}
</style>
border-color css
<style>
span { border-color: #0357AB; }
span { border-color: rgb(3,87,171); }
td.TdClassName
{
border-color: #0357AB;
}
.TagClassName
{
border-color: #0357AB;
}
</style>