Shades of Cobalt #0843AF
Tints of Cobalt #0843AF
RGB
CMYK
RGB Variations
Color information
#0843AF (or 0x0843AF) is known color: Cobalt. HEX triplet: 08, 43 and AF. RGB value is (8,67,175). Sum of RGB (Red+Green+Blue) = 8+67+175=250 (33% of max value = 765). Red value is 8 (3.52% from 255 or 3.2% from 250); Green value is 67 (26.56% from 255 or 26.8% from 250); Blue value is 175 (68.75% from 255 or 70% from 250); Max value from RGB is 175 - color contains mainly: blue. Hex color #0843AF is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0843AF is #F7BC50. Grayscale: #3D3D3D. Windows color (decimal): -16235601 or 11485960. OLE color: 11485960.
HSL color Cylindrical-coordinate representation of color #0843AF: hue angle of 218.8º degrees, saturation: 0.91, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0843AF is Cyan = 0.95, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 8 | 67 | 175 | - |
| CMYK | 0.95 | 0.62 | 0 | 0.31 |
| HSL | 218.8º | 0.91% | 0.36% | - |
| HSV(B) | 218.8º | 0.95% | 0.69% | - |
| XYZ | 9.85 | 7.16 | 41.42 | - |
| YUV | 61.67 | 191.95 | 89.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 67 | 175 | 0.95 | 0.62 | 0 | 0.31 | 218.8 | 0.91 | 0.36 |
| Hex | 8 | 43 | AF | 5F | 3E | 0 | 1F | DB | 5B | 24 |
| Octal | 10 | 103 | 257 | 137 | 76 | 0 | 37 | 333 | 133 | 44 |
| Binary | 1000 | 1000011 | 10101111 | 1011111 | 111110 | 0 | 11111 | 11011011 | 1011011 | 100100 |
Color Harmonies of #0843AF
Complementary color
Monochromatic Colors of #0843AF
Black with #0843AF
Text Example
Text Example
White with #0843AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0843AF; }
p { color: rgb(8,67,175); }
H1.HeaderClassName
{
color: #0843AF;
}
.AnyTagClassName
{
color: #0843AF;
}
</style>
background-color css
<style>
a { background-color: #0843AF; }
a { background-color: rgb(8,67,175); }
div.DivClassName
{
background-color: #0843AF;
}
.BgClassName
{
background-color: #0843AF;
}
</style>
border-color css
<style>
span { border-color: #0843AF; }
span { border-color: rgb(8,67,175); }
td.TdClassName
{
border-color: #0843AF;
}
.TagClassName
{
border-color: #0843AF;
}
</style>