Shades of Cobalt #05439D
Tints of Cobalt #05439D
RGB
CMYK
RGB Variations
Color information
#05439D (or 0x05439D) is known color: Cobalt. HEX triplet: 05, 43 and 9D. RGB value is (5,67,157). Sum of RGB (Red+Green+Blue) = 5+67+157=229 (30% of max value = 765). Red value is 5 (2.34% from 255 or 2.18% from 229); Green value is 67 (26.56% from 255 or 29.26% from 229); Blue value is 157 (61.72% from 255 or 68.56% from 229); Max value from RGB is 157 - color contains mainly: blue. Hex color #05439D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #05439D is #FABC62. Grayscale: #3A3A3A. Windows color (decimal): -16432227 or 10306309. OLE color: 10306309.
HSL color Cylindrical-coordinate representation of color #05439D: hue angle of 215.53º degrees, saturation: 0.94, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #05439D is Cyan = 0.97, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 5 | 67 | 157 | - |
| CMYK | 0.97 | 0.57 | 0 | 0.38 |
| HSL | 215.53º | 0.94% | 0.32% | - |
| HSV(B) | 215.53º | 0.97% | 0.62% | - |
| XYZ | 8.16 | 6.48 | 32.72 | - |
| YUV | 58.72 | 183.46 | 89.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 67 | 157 | 0.97 | 0.57 | 0 | 0.38 | 215.53 | 0.94 | 0.32 |
| Hex | 5 | 43 | 9D | 61 | 39 | 0 | 26 | D8 | 5E | 20 |
| Octal | 5 | 103 | 235 | 141 | 71 | 0 | 46 | 330 | 136 | 40 |
| Binary | 101 | 1000011 | 10011101 | 1100001 | 111001 | 0 | 100110 | 11011000 | 1011110 | 100000 |
Color Harmonies of #05439D
Complementary color
Monochromatic Colors of #05439D
Black with #05439D
Text Example
Text Example
White with #05439D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05439D; }
p { color: rgb(5,67,157); }
H1.HeaderClassName
{
color: #05439D;
}
.AnyTagClassName
{
color: #05439D;
}
</style>
background-color css
<style>
a { background-color: #05439D; }
a { background-color: rgb(5,67,157); }
div.DivClassName
{
background-color: #05439D;
}
.BgClassName
{
background-color: #05439D;
}
</style>
border-color css
<style>
span { border-color: #05439D; }
span { border-color: rgb(5,67,157); }
td.TdClassName
{
border-color: #05439D;
}
.TagClassName
{
border-color: #05439D;
}
</style>