Shades of Denim #0949CF
Tints of Denim #0949CF
RGB
CMYK
RGB Variations
Color information
#0949CF (or 0x0949CF) is known color: Denim. HEX triplet: 09, 49 and CF. RGB value is (9,73,207). Sum of RGB (Red+Green+Blue) = 9+73+207=289 (38% of max value = 765). Red value is 9 (3.91% from 255 or 3.11% from 289); Green value is 73 (28.91% from 255 or 25.26% from 289); Blue value is 207 (81.25% from 255 or 71.63% from 289); Max value from RGB is 207 - color contains mainly: blue. Hex color #0949CF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0949CF is #F6B630. Grayscale: #444444. Windows color (decimal): -16168497 or 13584649. OLE color: 13584649.
HSL color Cylindrical-coordinate representation of color #0949CF: hue angle of 220.61º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0949CF is Cyan = 0.96, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 9 | 73 | 207 | - |
| CMYK | 0.96 | 0.65 | 0 | 0.19 |
| HSL | 220.61º | 0.92% | 0.42% | - |
| HSV(B) | 220.61º | 0.96% | 0.81% | - |
| XYZ | 13.76 | 9.33 | 60.11 | - |
| YUV | 69.14 | 205.8 | 85.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 73 | 207 | 0.96 | 0.65 | 0 | 0.19 | 220.61 | 0.92 | 0.42 |
| Hex | 9 | 49 | CF | 60 | 41 | 0 | 13 | DD | 5C | 2A |
| Octal | 11 | 111 | 317 | 140 | 101 | 0 | 23 | 335 | 134 | 52 |
| Binary | 1001 | 1001001 | 11001111 | 1100000 | 1000001 | 0 | 10011 | 11011101 | 1011100 | 101010 |
Color Harmonies of #0949CF
Complementary color
Monochromatic Colors of #0949CF
Black with #0949CF
Text Example
Text Example
White with #0949CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0949CF; }
p { color: rgb(9,73,207); }
H1.HeaderClassName
{
color: #0949CF;
}
.AnyTagClassName
{
color: #0949CF;
}
</style>
background-color css
<style>
a { background-color: #0949CF; }
a { background-color: rgb(9,73,207); }
div.DivClassName
{
background-color: #0949CF;
}
.BgClassName
{
background-color: #0949CF;
}
</style>
border-color css
<style>
span { border-color: #0949CF; }
span { border-color: rgb(9,73,207); }
td.TdClassName
{
border-color: #0949CF;
}
.TagClassName
{
border-color: #0949CF;
}
</style>