Shades of Cobalt #0353A3
Tints of Cobalt #0353A3
RGB
CMYK
RGB Variations
Color information
#0353A3 (or 0x0353A3) is known color: Cobalt. HEX triplet: 03, 53 and A3. RGB value is (3,83,163). Sum of RGB (Red+Green+Blue) = 3+83+163=249 (32% of max value = 765). Red value is 3 (1.56% from 255 or 1.20% from 249); Green value is 83 (32.81% from 255 or 33.33% from 249); Blue value is 163 (64.06% from 255 or 65.46% from 249); Max value from RGB is 163 - color contains mainly: blue. Hex color #0353A3 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0353A3 is #FCAC5C. Grayscale: #434343. Windows color (decimal): -16559197 or 10703619. OLE color: 10703619.
HSL color Cylindrical-coordinate representation of color #0353A3: hue angle of 210º degrees, saturation: 0.96, 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 #0353A3 is Cyan = 0.98, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 3 | 83 | 163 | - |
| CMYK | 0.98 | 0.49 | 0 | 0.36 |
| HSL | 210º | 0.96% | 0.33% | - |
| HSV(B) | 210º | 0.98% | 0.64% | - |
| XYZ | 9.74 | 8.85 | 35.85 | - |
| YUV | 68.2 | 181.5 | 81.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 83 | 163 | 0.98 | 0.49 | 0 | 0.36 | 210 | 0.96 | 0.33 |
| Hex | 3 | 53 | A3 | 62 | 31 | 0 | 24 | D2 | 60 | 21 |
| Octal | 3 | 123 | 243 | 142 | 61 | 0 | 44 | 322 | 140 | 41 |
| Binary | 11 | 1010011 | 10100011 | 1100010 | 110001 | 0 | 100100 | 11010010 | 1100000 | 100001 |
Color Harmonies of #0353A3
Complementary color
Monochromatic Colors of #0353A3
Black with #0353A3
Text Example
Text Example
White with #0353A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0353A3; }
p { color: rgb(3,83,163); }
H1.HeaderClassName
{
color: #0353A3;
}
.AnyTagClassName
{
color: #0353A3;
}
</style>
background-color css
<style>
a { background-color: #0353A3; }
a { background-color: rgb(3,83,163); }
div.DivClassName
{
background-color: #0353A3;
}
.BgClassName
{
background-color: #0353A3;
}
</style>
border-color css
<style>
span { border-color: #0353A3; }
span { border-color: rgb(3,83,163); }
td.TdClassName
{
border-color: #0353A3;
}
.TagClassName
{
border-color: #0353A3;
}
</style>