Shades of Cobalt #1043AF
Tints of Cobalt #1043AF
RGB
CMYK
RGB Variations
Color information
#1043AF (or 0x1043AF) is known color: Cobalt. HEX triplet: 10, 43 and AF. RGB value is (16,67,175). Sum of RGB (Red+Green+Blue) = 16+67+175=258 (34% of max value = 765). Red value is 16 (6.64% from 255 or 6.20% from 258); Green value is 67 (26.56% from 255 or 25.97% from 258); Blue value is 175 (68.75% from 255 or 67.83% from 258); Max value from RGB is 175 - color contains mainly: blue. Hex color #1043AF is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1043AF is #EFBC50. Grayscale: #3F3F3F. Windows color (decimal): -15711313 or 11485968. OLE color: 11485968.
HSL color Cylindrical-coordinate representation of color #1043AF: hue angle of 220.75º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1043AF is Cyan = 0.91, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 16 | 67 | 175 | - |
| CMYK | 0.91 | 0.62 | 0 | 0.31 |
| HSL | 220.75º | 0.83% | 0.37% | - |
| HSV(B) | 220.75º | 0.91% | 0.69% | - |
| XYZ | 9.96 | 7.22 | 41.43 | - |
| YUV | 64.06 | 190.6 | 93.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 67 | 175 | 0.91 | 0.62 | 0 | 0.31 | 220.75 | 0.83 | 0.37 |
| Hex | 10 | 43 | AF | 5B | 3E | 0 | 1F | DD | 53 | 25 |
| Octal | 20 | 103 | 257 | 133 | 76 | 0 | 37 | 335 | 123 | 45 |
| Binary | 10000 | 1000011 | 10101111 | 1011011 | 111110 | 0 | 11111 | 11011101 | 1010011 | 100101 |
Color Harmonies of #1043AF
Complementary color
Monochromatic Colors of #1043AF
Black with #1043AF
Text Example
Text Example
White with #1043AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1043AF; }
p { color: rgb(16,67,175); }
H1.HeaderClassName
{
color: #1043AF;
}
.AnyTagClassName
{
color: #1043AF;
}
</style>
background-color css
<style>
a { background-color: #1043AF; }
a { background-color: rgb(16,67,175); }
div.DivClassName
{
background-color: #1043AF;
}
.BgClassName
{
background-color: #1043AF;
}
</style>
border-color css
<style>
span { border-color: #1043AF; }
span { border-color: rgb(16,67,175); }
td.TdClassName
{
border-color: #1043AF;
}
.TagClassName
{
border-color: #1043AF;
}
</style>