Shades of Denim #0D50CC
Tints of Denim #0D50CC
RGB
CMYK
RGB Variations
Color information
#0D50CC (or 0x0D50CC) is known color: Denim. HEX triplet: 0D, 50 and CC. RGB value is (13,80,204). Sum of RGB (Red+Green+Blue) = 13+80+204=297 (39% of max value = 765). Red value is 13 (5.47% from 255 or 4.38% from 297); Green value is 80 (31.64% from 255 or 26.94% from 297); Blue value is 204 (80.08% from 255 or 68.69% from 297); Max value from RGB is 204 - color contains mainly: blue. Hex color #0D50CC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0D50CC is #F2AF33. Grayscale: #494949. Windows color (decimal): -15904564 or 13389837. OLE color: 13389837.
HSL color Cylindrical-coordinate representation of color #0D50CC: hue angle of 218.95º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0D50CC is Cyan = 0.94, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 13 | 80 | 204 | - |
| CMYK | 0.94 | 0.61 | 0 | 0.2 |
| HSL | 218.95º | 0.88% | 0.43% | - |
| HSV(B) | 218.95º | 0.94% | 0.8% | - |
| XYZ | 13.93 | 10.18 | 58.36 | - |
| YUV | 74.1 | 201.3 | 84.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 80 | 204 | 0.94 | 0.61 | 0 | 0.2 | 218.95 | 0.88 | 0.43 |
| Hex | D | 50 | CC | 5E | 3D | 0 | 14 | DB | 58 | 2B |
| Octal | 15 | 120 | 314 | 136 | 75 | 0 | 24 | 333 | 130 | 53 |
| Binary | 1101 | 1010000 | 11001100 | 1011110 | 111101 | 0 | 10100 | 11011011 | 1011000 | 101011 |
Color Harmonies of #0D50CC
Complementary color
Monochromatic Colors of #0D50CC
Black with #0D50CC
Text Example
Text Example
White with #0D50CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D50CC; }
p { color: rgb(13,80,204); }
H1.HeaderClassName
{
color: #0D50CC;
}
.AnyTagClassName
{
color: #0D50CC;
}
</style>
background-color css
<style>
a { background-color: #0D50CC; }
a { background-color: rgb(13,80,204); }
div.DivClassName
{
background-color: #0D50CC;
}
.BgClassName
{
background-color: #0D50CC;
}
</style>
border-color css
<style>
span { border-color: #0D50CC; }
span { border-color: rgb(13,80,204); }
td.TdClassName
{
border-color: #0D50CC;
}
.TagClassName
{
border-color: #0D50CC;
}
</style>