Shades of Denim #0F6CB3
Tints of Denim #0F6CB3
RGB
CMYK
RGB Variations
Color information
#0F6CB3 (or 0x0F6CB3) is known color: Denim. HEX triplet: 0F, 6C and B3. RGB value is (15,108,179). Sum of RGB (Red+Green+Blue) = 15+108+179=302 (40% of max value = 765). Red value is 15 (6.25% from 255 or 4.97% from 302); Green value is 108 (42.58% from 255 or 35.76% from 302); Blue value is 179 (70.31% from 255 or 59.27% from 302); Max value from RGB is 179 - color contains mainly: blue. Hex color #0F6CB3 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0F6CB3 is #F0934C. Grayscale: #575757. Windows color (decimal): -15766349 or 11758607. OLE color: 11758607.
HSL color Cylindrical-coordinate representation of color #0F6CB3: hue angle of 205.98º degrees, saturation: 0.85, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0F6CB3 is Cyan = 0.92, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 15 | 108 | 179 | - |
| CMYK | 0.92 | 0.40 | 0 | 0.30 |
| HSL | 205.98º | 0.85% | 0.38% | - |
| HSV(B) | 205.98º | 0.92% | 0.7% | - |
| XYZ | 13.7 | 14.08 | 44.64 | - |
| YUV | 88.29 | 179.19 | 75.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 108 | 179 | 0.92 | 0.40 | 0 | 0.30 | 205.98 | 0.85 | 0.38 |
| Hex | F | 6C | B3 | 5C | 28 | 0 | 1E | CE | 55 | 26 |
| Octal | 17 | 154 | 263 | 134 | 50 | 0 | 36 | 316 | 125 | 46 |
| Binary | 1111 | 1101100 | 10110011 | 1011100 | 101000 | 0 | 11110 | 11001110 | 1010101 | 100110 |
Color Harmonies of #0F6CB3
Complementary color
Monochromatic Colors of #0F6CB3
Black with #0F6CB3
Text Example
Text Example
White with #0F6CB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F6CB3; }
p { color: rgb(15,108,179); }
H1.HeaderClassName
{
color: #0F6CB3;
}
.AnyTagClassName
{
color: #0F6CB3;
}
</style>
background-color css
<style>
a { background-color: #0F6CB3; }
a { background-color: rgb(15,108,179); }
div.DivClassName
{
background-color: #0F6CB3;
}
.BgClassName
{
background-color: #0F6CB3;
}
</style>
border-color css
<style>
span { border-color: #0F6CB3; }
span { border-color: rgb(15,108,179); }
td.TdClassName
{
border-color: #0F6CB3;
}
.TagClassName
{
border-color: #0F6CB3;
}
</style>