Shades of Cobalt #003EBE
Tints of Cobalt #003EBE
RGB
CMYK
RGB Variations
Color information
#003EBE (or 0x003EBE) is known color: Cobalt. HEX triplet: 00, 3E and BE. RGB value is (0,62,190). Sum of RGB (Red+Green+Blue) = 0+62+190=252 (33% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 252); Green value is 62 (24.61% from 255 or 24.60% from 252); Blue value is 190 (74.61% from 255 or 75.40% from 252); Max value from RGB is 190 - color contains mainly: blue. Hex color #003EBE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #003EBE is #FFC141. Grayscale: #393939. Windows color (decimal): -16761154 or 12467712. OLE color: 12467712.
HSL color Cylindrical-coordinate representation of color #003EBE: hue angle of 220.42º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003EBE is Cyan = 1, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 0 | 62 | 190 | - |
| CMYK | 1 | 0.67 | 0 | 0.25 |
| HSL | 220.42º | 1% | 0.37% | - |
| HSV(B) | 220.42º | 1% | 0.75% | - |
| XYZ | 11.02 | 7.16 | 49.52 | - |
| YUV | 58.05 | 202.46 | 86.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 62 | 190 | 1 | 0.67 | 0 | 0.25 | 220.42 | 1 | 0.37 |
| Hex | 0 | 3E | BE | 64 | 43 | 0 | 19 | DC | 64 | 25 |
| Octal | 0 | 76 | 276 | 144 | 103 | 0 | 31 | 334 | 144 | 45 |
| Binary | 0 | 111110 | 10111110 | 1100100 | 1000011 | 0 | 11001 | 11011100 | 1100100 | 100101 |
Color Harmonies of #003EBE
Complementary color
Monochromatic Colors of #003EBE
Black with #003EBE
Text Example
Text Example
White with #003EBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #003EBE; }
p { color: rgb(0,62,190); }
H1.HeaderClassName
{
color: #003EBE;
}
.AnyTagClassName
{
color: #003EBE;
}
</style>
background-color css
<style>
a { background-color: #003EBE; }
a { background-color: rgb(0,62,190); }
div.DivClassName
{
background-color: #003EBE;
}
.BgClassName
{
background-color: #003EBE;
}
</style>
border-color css
<style>
span { border-color: #003EBE; }
span { border-color: rgb(0,62,190); }
td.TdClassName
{
border-color: #003EBE;
}
.TagClassName
{
border-color: #003EBE;
}
</style>