Shades of Denim #0F66AB
Tints of Denim #0F66AB
RGB
CMYK
RGB Variations
Color information
#0F66AB (or 0x0F66AB) is known color: Denim. HEX triplet: 0F, 66 and AB. RGB value is (15,102,171). Sum of RGB (Red+Green+Blue) = 15+102+171=288 (38% of max value = 765). Red value is 15 (6.25% from 255 or 5.21% from 288); Green value is 102 (40.23% from 255 or 35.42% from 288); Blue value is 171 (67.19% from 255 or 59.38% from 288); Max value from RGB is 171 - color contains mainly: blue. Hex color #0F66AB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0F66AB is #F09954. Grayscale: #535353. Windows color (decimal): -15767893 or 11232783. OLE color: 11232783.
HSL color Cylindrical-coordinate representation of color #0F66AB: hue angle of 206.54º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0F66AB is Cyan = 0.91, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 15 | 102 | 171 | - |
| CMYK | 0.91 | 0.40 | 0 | 0.33 |
| HSL | 206.54º | 0.84% | 0.36% | - |
| HSV(B) | 206.54º | 0.91% | 0.67% | - |
| XYZ | 12.3 | 12.54 | 40.3 | - |
| YUV | 83.85 | 177.18 | 78.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 102 | 171 | 0.91 | 0.40 | 0 | 0.33 | 206.54 | 0.84 | 0.36 |
| Hex | F | 66 | AB | 5B | 28 | 0 | 21 | CF | 54 | 24 |
| Octal | 17 | 146 | 253 | 133 | 50 | 0 | 41 | 317 | 124 | 44 |
| Binary | 1111 | 1100110 | 10101011 | 1011011 | 101000 | 0 | 100001 | 11001111 | 1010100 | 100100 |
Color Harmonies of #0F66AB
Complementary color
Monochromatic Colors of #0F66AB
Black with #0F66AB
Text Example
Text Example
White with #0F66AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F66AB; }
p { color: rgb(15,102,171); }
H1.HeaderClassName
{
color: #0F66AB;
}
.AnyTagClassName
{
color: #0F66AB;
}
</style>
background-color css
<style>
a { background-color: #0F66AB; }
a { background-color: rgb(15,102,171); }
div.DivClassName
{
background-color: #0F66AB;
}
.BgClassName
{
background-color: #0F66AB;
}
</style>
border-color css
<style>
span { border-color: #0F66AB; }
span { border-color: rgb(15,102,171); }
td.TdClassName
{
border-color: #0F66AB;
}
.TagClassName
{
border-color: #0F66AB;
}
</style>