Shades of Denim #0F5AAE
Tints of Denim #0F5AAE
RGB
CMYK
RGB Variations
Color information
#0F5AAE (or 0x0F5AAE) is known color: Denim. HEX triplet: 0F, 5A and AE. RGB value is (15,90,174). Sum of RGB (Red+Green+Blue) = 15+90+174=279 (36% of max value = 765). Red value is 15 (6.25% from 255 or 5.38% from 279); Green value is 90 (35.55% from 255 or 32.26% from 279); Blue value is 174 (68.36% from 255 or 62.37% from 279); Max value from RGB is 174 - color contains mainly: blue. Hex color #0F5AAE is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0F5AAE is #F0A551. Grayscale: #4C4C4C. Windows color (decimal): -15770962 or 11426319. OLE color: 11426319.
HSL color Cylindrical-coordinate representation of color #0F5AAE: hue angle of 211.7º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0F5AAE is Cyan = 0.91, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 15 | 90 | 174 | - |
| CMYK | 0.91 | 0.48 | 0 | 0.32 |
| HSL | 211.7º | 0.84% | 0.37% | - |
| HSV(B) | 211.7º | 0.91% | 0.68% | - |
| XYZ | 11.49 | 10.47 | 41.46 | - |
| YUV | 77.15 | 182.65 | 83.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 90 | 174 | 0.91 | 0.48 | 0 | 0.32 | 211.7 | 0.84 | 0.37 |
| Hex | F | 5A | AE | 5B | 30 | 0 | 20 | D4 | 54 | 25 |
| Octal | 17 | 132 | 256 | 133 | 60 | 0 | 40 | 324 | 124 | 45 |
| Binary | 1111 | 1011010 | 10101110 | 1011011 | 110000 | 0 | 100000 | 11010100 | 1010100 | 100101 |
Color Harmonies of #0F5AAE
Complementary color
Monochromatic Colors of #0F5AAE
Black with #0F5AAE
Text Example
Text Example
White with #0F5AAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F5AAE; }
p { color: rgb(15,90,174); }
H1.HeaderClassName
{
color: #0F5AAE;
}
.AnyTagClassName
{
color: #0F5AAE;
}
</style>
background-color css
<style>
a { background-color: #0F5AAE; }
a { background-color: rgb(15,90,174); }
div.DivClassName
{
background-color: #0F5AAE;
}
.BgClassName
{
background-color: #0F5AAE;
}
</style>
border-color css
<style>
span { border-color: #0F5AAE; }
span { border-color: rgb(15,90,174); }
td.TdClassName
{
border-color: #0F5AAE;
}
.TagClassName
{
border-color: #0F5AAE;
}
</style>