Shades of Cobalt #03459F
Tints of Cobalt #03459F
RGB
CMYK
RGB Variations
Color information
#03459F (or 0x03459F) is known color: Cobalt. HEX triplet: 03, 45 and 9F. RGB value is (3,69,159). Sum of RGB (Red+Green+Blue) = 3+69+159=231 (30% of max value = 765). Red value is 3 (1.56% from 255 or 1.30% from 231); Green value is 69 (27.34% from 255 or 29.87% from 231); Blue value is 159 (62.5% from 255 or 68.83% from 231); Max value from RGB is 159 - color contains mainly: blue. Hex color #03459F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #03459F is #FCBA60. Grayscale: #3B3B3B. Windows color (decimal): -16562785 or 10437891. OLE color: 10437891.
HSL color Cylindrical-coordinate representation of color #03459F: hue angle of 214.62º degrees, saturation: 0.96, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03459F is Cyan = 0.98, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 3 | 69 | 159 | - |
| CMYK | 0.98 | 0.57 | 0 | 0.38 |
| HSL | 214.62º | 0.96% | 0.32% | - |
| HSV(B) | 214.62º | 0.98% | 0.62% | - |
| XYZ | 8.42 | 6.78 | 33.67 | - |
| YUV | 59.53 | 184.13 | 87.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 69 | 159 | 0.98 | 0.57 | 0 | 0.38 | 214.62 | 0.96 | 0.32 |
| Hex | 3 | 45 | 9F | 62 | 39 | 0 | 26 | D7 | 60 | 20 |
| Octal | 3 | 105 | 237 | 142 | 71 | 0 | 46 | 327 | 140 | 40 |
| Binary | 11 | 1000101 | 10011111 | 1100010 | 111001 | 0 | 100110 | 11010111 | 1100000 | 100000 |
Color Harmonies of #03459F
Complementary color
Monochromatic Colors of #03459F
Black with #03459F
Text Example
Text Example
White with #03459F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03459F; }
p { color: rgb(3,69,159); }
H1.HeaderClassName
{
color: #03459F;
}
.AnyTagClassName
{
color: #03459F;
}
</style>
background-color css
<style>
a { background-color: #03459F; }
a { background-color: rgb(3,69,159); }
div.DivClassName
{
background-color: #03459F;
}
.BgClassName
{
background-color: #03459F;
}
</style>
border-color css
<style>
span { border-color: #03459F; }
span { border-color: rgb(3,69,159); }
td.TdClassName
{
border-color: #03459F;
}
.TagClassName
{
border-color: #03459F;
}
</style>