Shades of Denim #0D4BCC
Tints of Denim #0D4BCC
RGB
CMYK
RGB Variations
Color information
#0D4BCC (or 0x0D4BCC) is known color: Denim. HEX triplet: 0D, 4B and CC. RGB value is (13,75,204). Sum of RGB (Red+Green+Blue) = 13+75+204=292 (38% of max value = 765). Red value is 13 (5.47% from 255 or 4.45% from 292); Green value is 75 (29.69% from 255 or 25.68% from 292); Blue value is 204 (80.08% from 255 or 69.86% from 292); Max value from RGB is 204 - color contains mainly: blue. Hex color #0D4BCC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0D4BCC is #F2B433. Grayscale: #464646. Windows color (decimal): -15905844 or 13388557. OLE color: 13388557.
HSL color Cylindrical-coordinate representation of color #0D4BCC: hue angle of 220.52º 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 #0D4BCC is Cyan = 0.94, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 13 | 75 | 204 | - |
| CMYK | 0.94 | 0.63 | 0 | 0.2 |
| HSL | 220.52º | 0.88% | 0.43% | - |
| HSV(B) | 220.52º | 0.94% | 0.8% | - |
| XYZ | 13.58 | 9.48 | 58.24 | - |
| YUV | 71.17 | 202.96 | 86.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 75 | 204 | 0.94 | 0.63 | 0 | 0.2 | 220.52 | 0.88 | 0.43 |
| Hex | D | 4B | CC | 5E | 3F | 0 | 14 | DD | 58 | 2B |
| Octal | 15 | 113 | 314 | 136 | 77 | 0 | 24 | 335 | 130 | 53 |
| Binary | 1101 | 1001011 | 11001100 | 1011110 | 111111 | 0 | 10100 | 11011101 | 1011000 | 101011 |
Color Harmonies of #0D4BCC
Complementary color
Monochromatic Colors of #0D4BCC
Black with #0D4BCC
Text Example
Text Example
White with #0D4BCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D4BCC; }
p { color: rgb(13,75,204); }
H1.HeaderClassName
{
color: #0D4BCC;
}
.AnyTagClassName
{
color: #0D4BCC;
}
</style>
background-color css
<style>
a { background-color: #0D4BCC; }
a { background-color: rgb(13,75,204); }
div.DivClassName
{
background-color: #0D4BCC;
}
.BgClassName
{
background-color: #0D4BCC;
}
</style>
border-color css
<style>
span { border-color: #0D4BCC; }
span { border-color: rgb(13,75,204); }
td.TdClassName
{
border-color: #0D4BCC;
}
.TagClassName
{
border-color: #0D4BCC;
}
</style>