Shades of Denim #0F65BD
Tints of Denim #0F65BD
RGB
CMYK
RGB Variations
Color information
#0F65BD (or 0x0F65BD) is known color: Denim. HEX triplet: 0F, 65 and BD. RGB value is (15,101,189). Sum of RGB (Red+Green+Blue) = 15+101+189=305 (40% of max value = 765). Red value is 15 (6.25% from 255 or 4.92% from 305); Green value is 101 (39.84% from 255 or 33.11% from 305); Blue value is 189 (74.22% from 255 or 61.97% from 305); Max value from RGB is 189 - color contains mainly: blue. Hex color #0F65BD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0F65BD is #F09A42. Grayscale: #545454. Windows color (decimal): -15768131 or 12412175. OLE color: 12412175.
HSL color Cylindrical-coordinate representation of color #0F65BD: hue angle of 210.34º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0F65BD is Cyan = 0.92, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 15 | 101 | 189 | - |
| CMYK | 0.92 | 0.47 | 0 | 0.26 |
| HSL | 210.34º | 0.85% | 0.4% | - |
| HSV(B) | 210.34º | 0.92% | 0.74% | - |
| XYZ | 14.04 | 13.08 | 49.93 | - |
| YUV | 85.32 | 186.51 | 77.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 101 | 189 | 0.92 | 0.47 | 0 | 0.26 | 210.34 | 0.85 | 0.4 |
| Hex | F | 65 | BD | 5C | 2F | 0 | 1A | D2 | 55 | 28 |
| Octal | 17 | 145 | 275 | 134 | 57 | 0 | 32 | 322 | 125 | 50 |
| Binary | 1111 | 1100101 | 10111101 | 1011100 | 101111 | 0 | 11010 | 11010010 | 1010101 | 101000 |
Color Harmonies of #0F65BD
Complementary color
Monochromatic Colors of #0F65BD
Black with #0F65BD
Text Example
Text Example
White with #0F65BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F65BD; }
p { color: rgb(15,101,189); }
H1.HeaderClassName
{
color: #0F65BD;
}
.AnyTagClassName
{
color: #0F65BD;
}
</style>
background-color css
<style>
a { background-color: #0F65BD; }
a { background-color: rgb(15,101,189); }
div.DivClassName
{
background-color: #0F65BD;
}
.BgClassName
{
background-color: #0F65BD;
}
</style>
border-color css
<style>
span { border-color: #0F65BD; }
span { border-color: rgb(15,101,189); }
td.TdClassName
{
border-color: #0F65BD;
}
.TagClassName
{
border-color: #0F65BD;
}
</style>