Shades of Cobalt #0043B8
Tints of Cobalt #0043B8
RGB
CMYK
RGB Variations
Color information
#0043B8 (or 0x0043B8) is known color: Cobalt. HEX triplet: 00, 43 and B8. RGB value is (0,67,184). Sum of RGB (Red+Green+Blue) = 0+67+184=251 (33% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 251); Green value is 67 (26.56% from 255 or 26.69% from 251); Blue value is 184 (72.27% from 255 or 73.31% from 251); Max value from RGB is 184 - color contains mainly: blue. Hex color #0043B8 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0043B8 is #FFBC47. Grayscale: #3B3B3B. Windows color (decimal): -16759880 or 12075776. OLE color: 12075776.
HSL color Cylindrical-coordinate representation of color #0043B8: hue angle of 218.15º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0043B8 is Cyan = 1, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 0 | 67 | 184 | - |
| CMYK | 1 | 0.64 | 0 | 0.28 |
| HSL | 218.15º | 1% | 0.36% | - |
| HSV(B) | 218.15º | 1% | 0.72% | - |
| XYZ | 10.66 | 7.48 | 46.23 | - |
| YUV | 60.31 | 197.8 | 84.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 67 | 184 | 1 | 0.64 | 0 | 0.28 | 218.15 | 1 | 0.36 |
| Hex | 0 | 43 | B8 | 64 | 40 | 0 | 1C | DA | 64 | 24 |
| Octal | 0 | 103 | 270 | 144 | 100 | 0 | 34 | 332 | 144 | 44 |
| Binary | 0 | 1000011 | 10111000 | 1100100 | 1000000 | 0 | 11100 | 11011010 | 1100100 | 100100 |
Color Harmonies of #0043B8
Complementary color
Monochromatic Colors of #0043B8
Black with #0043B8
Text Example
Text Example
White with #0043B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0043B8; }
p { color: rgb(0,67,184); }
H1.HeaderClassName
{
color: #0043B8;
}
.AnyTagClassName
{
color: #0043B8;
}
</style>
background-color css
<style>
a { background-color: #0043B8; }
a { background-color: rgb(0,67,184); }
div.DivClassName
{
background-color: #0043B8;
}
.BgClassName
{
background-color: #0043B8;
}
</style>
border-color css
<style>
span { border-color: #0043B8; }
span { border-color: rgb(0,67,184); }
td.TdClassName
{
border-color: #0043B8;
}
.TagClassName
{
border-color: #0043B8;
}
</style>