Shades of Denim #0357BA
Tints of Denim #0357BA
RGB
CMYK
RGB Variations
Color information
#0357BA (or 0x0357BA) is known color: Denim. HEX triplet: 03, 57 and BA. RGB value is (3,87,186). Sum of RGB (Red+Green+Blue) = 3+87+186=276 (36% of max value = 765). Red value is 3 (1.56% from 255 or 1.09% from 276); Green value is 87 (34.38% from 255 or 31.52% from 276); Blue value is 186 (73.05% from 255 or 67.39% from 276); Max value from RGB is 186 - color contains mainly: blue. Hex color #0357BA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0357BA is #FCA845. Grayscale: #484848. Windows color (decimal): -16558150 or 12211971. OLE color: 12211971.
HSL color Cylindrical-coordinate representation of color #0357BA: hue angle of 212.46º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0357BA is Cyan = 0.98, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 3 | 87 | 186 | - |
| CMYK | 0.98 | 0.53 | 0 | 0.27 |
| HSL | 212.46º | 0.97% | 0.37% | - |
| HSV(B) | 212.46º | 0.98% | 0.73% | - |
| XYZ | 12.31 | 10.38 | 47.81 | - |
| YUV | 73.17 | 191.67 | 77.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 87 | 186 | 0.98 | 0.53 | 0 | 0.27 | 212.46 | 0.97 | 0.37 |
| Hex | 3 | 57 | BA | 62 | 35 | 0 | 1B | D4 | 61 | 25 |
| Octal | 3 | 127 | 272 | 142 | 65 | 0 | 33 | 324 | 141 | 45 |
| Binary | 11 | 1010111 | 10111010 | 1100010 | 110101 | 0 | 11011 | 11010100 | 1100001 | 100101 |
Color Harmonies of #0357BA
Complementary color
Monochromatic Colors of #0357BA
Black with #0357BA
Text Example
Text Example
White with #0357BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0357BA; }
p { color: rgb(3,87,186); }
H1.HeaderClassName
{
color: #0357BA;
}
.AnyTagClassName
{
color: #0357BA;
}
</style>
background-color css
<style>
a { background-color: #0357BA; }
a { background-color: rgb(3,87,186); }
div.DivClassName
{
background-color: #0357BA;
}
.BgClassName
{
background-color: #0357BA;
}
</style>
border-color css
<style>
span { border-color: #0357BA; }
span { border-color: rgb(3,87,186); }
td.TdClassName
{
border-color: #0357BA;
}
.TagClassName
{
border-color: #0357BA;
}
</style>