Shades of Denim #0D69BE
Tints of Denim #0D69BE
RGB
CMYK
RGB Variations
Color information
#0D69BE (or 0x0D69BE) is known color: Denim. HEX triplet: 0D, 69 and BE. RGB value is (13,105,190). Sum of RGB (Red+Green+Blue) = 13+105+190=308 (40% of max value = 765). Red value is 13 (5.47% from 255 or 4.22% from 308); Green value is 105 (41.41% from 255 or 34.09% from 308); Blue value is 190 (74.61% from 255 or 61.69% from 308); Max value from RGB is 190 - color contains mainly: blue. Hex color #0D69BE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0D69BE is #F29641. Grayscale: #565656. Windows color (decimal): -15898178 or 12478733. OLE color: 12478733.
HSL color Cylindrical-coordinate representation of color #0D69BE: hue angle of 208.81º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0D69BE is Cyan = 0.93, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 13 | 105 | 190 | - |
| CMYK | 0.93 | 0.45 | 0 | 0.25 |
| HSL | 208.81º | 0.87% | 0.4% | - |
| HSV(B) | 208.81º | 0.93% | 0.75% | - |
| XYZ | 14.51 | 13.91 | 50.63 | - |
| YUV | 87.18 | 186.02 | 75.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 105 | 190 | 0.93 | 0.45 | 0 | 0.25 | 208.81 | 0.87 | 0.4 |
| Hex | D | 69 | BE | 5D | 2D | 0 | 19 | D1 | 57 | 28 |
| Octal | 15 | 151 | 276 | 135 | 55 | 0 | 31 | 321 | 127 | 50 |
| Binary | 1101 | 1101001 | 10111110 | 1011101 | 101101 | 0 | 11001 | 11010001 | 1010111 | 101000 |
Color Harmonies of #0D69BE
Complementary color
Monochromatic Colors of #0D69BE
Black with #0D69BE
Text Example
Text Example
White with #0D69BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D69BE; }
p { color: rgb(13,105,190); }
H1.HeaderClassName
{
color: #0D69BE;
}
.AnyTagClassName
{
color: #0D69BE;
}
</style>
background-color css
<style>
a { background-color: #0D69BE; }
a { background-color: rgb(13,105,190); }
div.DivClassName
{
background-color: #0D69BE;
}
.BgClassName
{
background-color: #0D69BE;
}
</style>
border-color css
<style>
span { border-color: #0D69BE; }
span { border-color: rgb(13,105,190); }
td.TdClassName
{
border-color: #0D69BE;
}
.TagClassName
{
border-color: #0D69BE;
}
</style>