Shades of Denim #0F63AE
Tints of Denim #0F63AE
RGB
CMYK
RGB Variations
Color information
#0F63AE (or 0x0F63AE) is known color: Denim. HEX triplet: 0F, 63 and AE. RGB value is (15,99,174). Sum of RGB (Red+Green+Blue) = 15+99+174=288 (38% of max value = 765). Red value is 15 (6.25% from 255 or 5.21% from 288); Green value is 99 (39.06% from 255 or 34.38% from 288); Blue value is 174 (68.36% from 255 or 60.42% from 288); Max value from RGB is 174 - color contains mainly: blue. Hex color #0F63AE is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0F63AE is #F09C51. Grayscale: #525252. Windows color (decimal): -15768658 or 11428623. OLE color: 11428623.
HSL color Cylindrical-coordinate representation of color #0F63AE: hue angle of 208.3º 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 #0F63AE is Cyan = 0.91, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 15 | 99 | 174 | - |
| CMYK | 0.91 | 0.43 | 0 | 0.32 |
| HSL | 208.3º | 0.84% | 0.37% | - |
| HSV(B) | 208.3º | 0.91% | 0.68% | - |
| XYZ | 12.3 | 12.08 | 41.73 | - |
| YUV | 82.43 | 179.67 | 79.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 99 | 174 | 0.91 | 0.43 | 0 | 0.32 | 208.3 | 0.84 | 0.37 |
| Hex | F | 63 | AE | 5B | 2B | 0 | 20 | D0 | 54 | 25 |
| Octal | 17 | 143 | 256 | 133 | 53 | 0 | 40 | 320 | 124 | 45 |
| Binary | 1111 | 1100011 | 10101110 | 1011011 | 101011 | 0 | 100000 | 11010000 | 1010100 | 100101 |
Color Harmonies of #0F63AE
Complementary color
Monochromatic Colors of #0F63AE
Black with #0F63AE
Text Example
Text Example
White with #0F63AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F63AE; }
p { color: rgb(15,99,174); }
H1.HeaderClassName
{
color: #0F63AE;
}
.AnyTagClassName
{
color: #0F63AE;
}
</style>
background-color css
<style>
a { background-color: #0F63AE; }
a { background-color: rgb(15,99,174); }
div.DivClassName
{
background-color: #0F63AE;
}
.BgClassName
{
background-color: #0F63AE;
}
</style>
border-color css
<style>
span { border-color: #0F63AE; }
span { border-color: rgb(15,99,174); }
td.TdClassName
{
border-color: #0F63AE;
}
.TagClassName
{
border-color: #0F63AE;
}
</style>