Shades of Denim #0359BD
Tints of Denim #0359BD
RGB
CMYK
RGB Variations
Color information
#0359BD (or 0x0359BD) is known color: Denim. HEX triplet: 03, 59 and BD. RGB value is (3,89,189). Sum of RGB (Red+Green+Blue) = 3+89+189=281 (37% of max value = 765). Red value is 3 (1.56% from 255 or 1.07% from 281); Green value is 89 (35.16% from 255 or 31.67% from 281); Blue value is 189 (74.22% from 255 or 67.26% from 281); Max value from RGB is 189 - color contains mainly: blue. Hex color #0359BD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0359BD is #FCA642. Grayscale: #4A4A4A. Windows color (decimal): -16557635 or 12409091. OLE color: 12409091.
HSL color Cylindrical-coordinate representation of color #0359BD: hue angle of 212.26º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0359BD is Cyan = 0.98, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 3 | 89 | 189 | - |
| CMYK | 0.98 | 0.53 | 0 | 0.26 |
| HSL | 212.26º | 0.97% | 0.38% | - |
| HSV(B) | 212.26º | 0.98% | 0.74% | - |
| XYZ | 12.8 | 10.84 | 49.56 | - |
| YUV | 74.69 | 192.51 | 76.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 89 | 189 | 0.98 | 0.53 | 0 | 0.26 | 212.26 | 0.97 | 0.38 |
| Hex | 3 | 59 | BD | 62 | 35 | 0 | 1A | D4 | 61 | 26 |
| Octal | 3 | 131 | 275 | 142 | 65 | 0 | 32 | 324 | 141 | 46 |
| Binary | 11 | 1011001 | 10111101 | 1100010 | 110101 | 0 | 11010 | 11010100 | 1100001 | 100110 |
Color Harmonies of #0359BD
Complementary color
Monochromatic Colors of #0359BD
Black with #0359BD
Text Example
Text Example
White with #0359BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0359BD; }
p { color: rgb(3,89,189); }
H1.HeaderClassName
{
color: #0359BD;
}
.AnyTagClassName
{
color: #0359BD;
}
</style>
background-color css
<style>
a { background-color: #0359BD; }
a { background-color: rgb(3,89,189); }
div.DivClassName
{
background-color: #0359BD;
}
.BgClassName
{
background-color: #0359BD;
}
</style>
border-color css
<style>
span { border-color: #0359BD; }
span { border-color: rgb(3,89,189); }
td.TdClassName
{
border-color: #0359BD;
}
.TagClassName
{
border-color: #0359BD;
}
</style>