Shades of Cobalt #0954AF
Tints of Cobalt #0954AF
RGB
CMYK
RGB Variations
Color information
#0954AF (or 0x0954AF) is known color: Cobalt. HEX triplet: 09, 54 and AF. RGB value is (9,84,175). Sum of RGB (Red+Green+Blue) = 9+84+175=268 (35% of max value = 765). Red value is 9 (3.91% from 255 or 3.36% from 268); Green value is 84 (33.20% from 255 or 31.34% from 268); Blue value is 175 (68.75% from 255 or 65.30% from 268); Max value from RGB is 175 - color contains mainly: blue. Hex color #0954AF is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0954AF is #F6AB50. Grayscale: #474747. Windows color (decimal): -16165713 or 11490313. OLE color: 11490313.
HSL color Cylindrical-coordinate representation of color #0954AF: hue angle of 212.89º degrees, saturation: 0.9, 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 #0954AF is Cyan = 0.95, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 9 | 84 | 175 | - |
| CMYK | 0.95 | 0.52 | 0 | 0.31 |
| HSL | 212.89º | 0.9% | 0.36% | - |
| HSV(B) | 212.89º | 0.95% | 0.69% | - |
| XYZ | 11.02 | 9.49 | 41.81 | - |
| YUV | 71.95 | 186.15 | 83.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 84 | 175 | 0.95 | 0.52 | 0 | 0.31 | 212.89 | 0.9 | 0.36 |
| Hex | 9 | 54 | AF | 5F | 34 | 0 | 1F | D5 | 5A | 24 |
| Octal | 11 | 124 | 257 | 137 | 64 | 0 | 37 | 325 | 132 | 44 |
| Binary | 1001 | 1010100 | 10101111 | 1011111 | 110100 | 0 | 11111 | 11010101 | 1011010 | 100100 |
Color Harmonies of #0954AF
Complementary color
Monochromatic Colors of #0954AF
Black with #0954AF
Text Example
Text Example
White with #0954AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0954AF; }
p { color: rgb(9,84,175); }
H1.HeaderClassName
{
color: #0954AF;
}
.AnyTagClassName
{
color: #0954AF;
}
</style>
background-color css
<style>
a { background-color: #0954AF; }
a { background-color: rgb(9,84,175); }
div.DivClassName
{
background-color: #0954AF;
}
.BgClassName
{
background-color: #0954AF;
}
</style>
border-color css
<style>
span { border-color: #0954AF; }
span { border-color: rgb(9,84,175); }
td.TdClassName
{
border-color: #0954AF;
}
.TagClassName
{
border-color: #0954AF;
}
</style>