Shades of Cobalt #0353AE
Tints of Cobalt #0353AE
RGB
CMYK
RGB Variations
Color information
#0353AE (or 0x0353AE) is known color: Cobalt. HEX triplet: 03, 53 and AE. RGB value is (3,83,174). Sum of RGB (Red+Green+Blue) = 3+83+174=260 (34% of max value = 765). Red value is 3 (1.56% from 255 or 1.15% from 260); Green value is 83 (32.81% from 255 or 31.92% from 260); Blue value is 174 (68.36% from 255 or 66.92% from 260); Max value from RGB is 174 - color contains mainly: blue. Hex color #0353AE is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0353AE is #FCAC51. Grayscale: #454545. Windows color (decimal): -16559186 or 11424515. OLE color: 11424515.
HSL color Cylindrical-coordinate representation of color #0353AE: hue angle of 211.93º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0353AE is Cyan = 0.98, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 3 | 83 | 174 | - |
| CMYK | 0.98 | 0.52 | 0 | 0.32 |
| HSL | 211.93º | 0.97% | 0.35% | - |
| HSV(B) | 211.93º | 0.98% | 0.68% | - |
| XYZ | 10.77 | 9.26 | 41.26 | - |
| YUV | 69.45 | 187 | 80.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 83 | 174 | 0.98 | 0.52 | 0 | 0.32 | 211.93 | 0.97 | 0.35 |
| Hex | 3 | 53 | AE | 62 | 34 | 0 | 20 | D4 | 61 | 23 |
| Octal | 3 | 123 | 256 | 142 | 64 | 0 | 40 | 324 | 141 | 43 |
| Binary | 11 | 1010011 | 10101110 | 1100010 | 110100 | 0 | 100000 | 11010100 | 1100001 | 100011 |
Color Harmonies of #0353AE
Complementary color
Monochromatic Colors of #0353AE
Black with #0353AE
Text Example
Text Example
White with #0353AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0353AE; }
p { color: rgb(3,83,174); }
H1.HeaderClassName
{
color: #0353AE;
}
.AnyTagClassName
{
color: #0353AE;
}
</style>
background-color css
<style>
a { background-color: #0353AE; }
a { background-color: rgb(3,83,174); }
div.DivClassName
{
background-color: #0353AE;
}
.BgClassName
{
background-color: #0353AE;
}
</style>
border-color css
<style>
span { border-color: #0353AE; }
span { border-color: rgb(3,83,174); }
td.TdClassName
{
border-color: #0353AE;
}
.TagClassName
{
border-color: #0353AE;
}
</style>