Shades of Cobalt #023DBA
Tints of Cobalt #023DBA
RGB
CMYK
RGB Variations
Color information
#023DBA (or 0x023DBA) is known color: Cobalt. HEX triplet: 02, 3D and BA. RGB value is (2,61,186). Sum of RGB (Red+Green+Blue) = 2+61+186=249 (32% of max value = 765). Red value is 2 (1.17% from 255 or 0.80% from 249); Green value is 61 (24.22% from 255 or 24.50% from 249); Blue value is 186 (73.05% from 255 or 74.70% from 249); Max value from RGB is 186 - color contains mainly: blue. Hex color #023DBA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #023DBA is #FDC245. Grayscale: #393939. Windows color (decimal): -16630342 or 12205314. OLE color: 12205314.
HSL color Cylindrical-coordinate representation of color #023DBA: hue angle of 220.76º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #023DBA is Cyan = 0.99, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 2 | 61 | 186 | - |
| CMYK | 0.99 | 0.67 | 0 | 0.27 |
| HSL | 220.76º | 0.98% | 0.37% | - |
| HSV(B) | 220.76º | 0.99% | 0.73% | - |
| XYZ | 10.56 | 6.9 | 47.23 | - |
| YUV | 57.61 | 200.45 | 88.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 61 | 186 | 0.99 | 0.67 | 0 | 0.27 | 220.76 | 0.98 | 0.37 |
| Hex | 2 | 3D | BA | 63 | 43 | 0 | 1B | DD | 62 | 25 |
| Octal | 2 | 75 | 272 | 143 | 103 | 0 | 33 | 335 | 142 | 45 |
| Binary | 10 | 111101 | 10111010 | 1100011 | 1000011 | 0 | 11011 | 11011101 | 1100010 | 100101 |
Color Harmonies of #023DBA
Complementary color
Monochromatic Colors of #023DBA
Black with #023DBA
Text Example
Text Example
White with #023DBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #023DBA; }
p { color: rgb(2,61,186); }
H1.HeaderClassName
{
color: #023DBA;
}
.AnyTagClassName
{
color: #023DBA;
}
</style>
background-color css
<style>
a { background-color: #023DBA; }
a { background-color: rgb(2,61,186); }
div.DivClassName
{
background-color: #023DBA;
}
.BgClassName
{
background-color: #023DBA;
}
</style>
border-color css
<style>
span { border-color: #023DBA; }
span { border-color: rgb(2,61,186); }
td.TdClassName
{
border-color: #023DBA;
}
.TagClassName
{
border-color: #023DBA;
}
</style>