Shades of Cobalt #0948AF
Tints of Cobalt #0948AF
RGB
CMYK
RGB Variations
Color information
#0948AF (or 0x0948AF) is known color: Cobalt. HEX triplet: 09, 48 and AF. RGB value is (9,72,175). Sum of RGB (Red+Green+Blue) = 9+72+175=256 (33% of max value = 765). Red value is 9 (3.91% from 255 or 3.52% from 256); Green value is 72 (28.52% from 255 or 28.12% from 256); Blue value is 175 (68.75% from 255 or 68.36% from 256); Max value from RGB is 175 - color contains mainly: blue. Hex color #0948AF is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0948AF is #F6B750. Grayscale: #404040. Windows color (decimal): -16168785 or 11487241. OLE color: 11487241.
HSL color Cylindrical-coordinate representation of color #0948AF: hue angle of 217.23º 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 #0948AF is Cyan = 0.95, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 9 | 72 | 175 | - |
| CMYK | 0.95 | 0.59 | 0 | 0.31 |
| HSL | 217.23º | 0.9% | 0.36% | - |
| HSV(B) | 217.23º | 0.95% | 0.69% | - |
| XYZ | 10.17 | 7.79 | 41.52 | - |
| YUV | 64.91 | 190.13 | 88.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 72 | 175 | 0.95 | 0.59 | 0 | 0.31 | 217.23 | 0.9 | 0.36 |
| Hex | 9 | 48 | AF | 5F | 3B | 0 | 1F | D9 | 5A | 24 |
| Octal | 11 | 110 | 257 | 137 | 73 | 0 | 37 | 331 | 132 | 44 |
| Binary | 1001 | 1001000 | 10101111 | 1011111 | 111011 | 0 | 11111 | 11011001 | 1011010 | 100100 |
Color Harmonies of #0948AF
Complementary color
Monochromatic Colors of #0948AF
Black with #0948AF
Text Example
Text Example
White with #0948AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0948AF; }
p { color: rgb(9,72,175); }
H1.HeaderClassName
{
color: #0948AF;
}
.AnyTagClassName
{
color: #0948AF;
}
</style>
background-color css
<style>
a { background-color: #0948AF; }
a { background-color: rgb(9,72,175); }
div.DivClassName
{
background-color: #0948AF;
}
.BgClassName
{
background-color: #0948AF;
}
</style>
border-color css
<style>
span { border-color: #0948AF; }
span { border-color: rgb(9,72,175); }
td.TdClassName
{
border-color: #0948AF;
}
.TagClassName
{
border-color: #0948AF;
}
</style>