Shades of Cobalt #03459C
Tints of Cobalt #03459C
RGB
CMYK
RGB Variations
Color information
#03459C (or 0x03459C) is known color: Cobalt. HEX triplet: 03, 45 and 9C. RGB value is (3,69,156). Sum of RGB (Red+Green+Blue) = 3+69+156=228 (30% of max value = 765). Red value is 3 (1.56% from 255 or 1.32% from 228); Green value is 69 (27.34% from 255 or 30.26% from 228); Blue value is 156 (61.33% from 255 or 68.42% from 228); Max value from RGB is 156 - color contains mainly: blue. Hex color #03459C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #03459C is #FCBA63. Grayscale: #3A3A3A. Windows color (decimal): -16562788 or 10241283. OLE color: 10241283.
HSL color Cylindrical-coordinate representation of color #03459C: hue angle of 214.12º degrees, saturation: 0.96, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03459C is Cyan = 0.98, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 3 | 69 | 156 | - |
| CMYK | 0.98 | 0.56 | 0 | 0.39 |
| HSL | 214.12º | 0.96% | 0.31% | - |
| HSV(B) | 214.12º | 0.98% | 0.61% | - |
| XYZ | 8.17 | 6.68 | 32.31 | - |
| YUV | 59.18 | 182.63 | 87.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 69 | 156 | 0.98 | 0.56 | 0 | 0.39 | 214.12 | 0.96 | 0.31 |
| Hex | 3 | 45 | 9C | 62 | 38 | 0 | 27 | D6 | 60 | 1F |
| Octal | 3 | 105 | 234 | 142 | 70 | 0 | 47 | 326 | 140 | 37 |
| Binary | 11 | 1000101 | 10011100 | 1100010 | 111000 | 0 | 100111 | 11010110 | 1100000 | 11111 |
Color Harmonies of #03459C
Complementary color
Monochromatic Colors of #03459C
Black with #03459C
Text Example
Text Example
White with #03459C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03459C; }
p { color: rgb(3,69,156); }
H1.HeaderClassName
{
color: #03459C;
}
.AnyTagClassName
{
color: #03459C;
}
</style>
background-color css
<style>
a { background-color: #03459C; }
a { background-color: rgb(3,69,156); }
div.DivClassName
{
background-color: #03459C;
}
.BgClassName
{
background-color: #03459C;
}
</style>
border-color css
<style>
span { border-color: #03459C; }
span { border-color: rgb(3,69,156); }
td.TdClassName
{
border-color: #03459C;
}
.TagClassName
{
border-color: #03459C;
}
</style>