Shades of Bilbao #257103
Tints of Bilbao #257103
RGB
CMYK
RGB Variations
Color information
#257103 (or 0x257103) is known color: Bilbao. HEX triplet: 25, 71 and 03. RGB value is (37,113,3). Sum of RGB (Red+Green+Blue) = 37+113+3=153 (20% of max value = 765). Red value is 37 (14.84% from 255 or 24.18% from 153); Green value is 113 (44.53% from 255 or 73.86% from 153); Blue value is 3 (1.56% from 255 or 1.96% from 153); Max value from RGB is 113 - color contains mainly: green. Hex color #257103 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #257103 is #DA8EFC. Grayscale: #4E4E4E. Windows color (decimal): -14323453 or 225573. OLE color: 225573.
HSL color Cylindrical-coordinate representation of color #257103: hue angle of 101.45º degrees, saturation: 0.95, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #257103 is Cyan = 0.67, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 37 | 113 | 3 | - |
| CMYK | 0.67 | 0 | 0.97 | 0.56 |
| HSL | 101.45º | 0.95% | 0.23% | - |
| HSV(B) | 101.45º | 0.97% | 0.44% | - |
| XYZ | 6.68 | 12.21 | 2.09 | - |
| YUV | 77.74 | 85.82 | 98.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 113 | 3 | 0.67 | 0 | 0.97 | 0.56 | 101.45 | 0.95 | 0.23 |
| Hex | 25 | 71 | 3 | 43 | 0 | 61 | 38 | 65 | 5F | 17 |
| Octal | 45 | 161 | 3 | 103 | 0 | 141 | 70 | 145 | 137 | 27 |
| Binary | 100101 | 1110001 | 11 | 1000011 | 0 | 1100001 | 111000 | 1100101 | 1011111 | 10111 |
Color Harmonies of #257103
Complementary color
Monochromatic Colors of #257103
Black with #257103
Text Example
Text Example
White with #257103
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #257103; }
p { color: rgb(37,113,3); }
H1.HeaderClassName
{
color: #257103;
}
.AnyTagClassName
{
color: #257103;
}
</style>
background-color css
<style>
a { background-color: #257103; }
a { background-color: rgb(37,113,3); }
div.DivClassName
{
background-color: #257103;
}
.BgClassName
{
background-color: #257103;
}
</style>
border-color css
<style>
span { border-color: #257103; }
span { border-color: rgb(37,113,3); }
td.TdClassName
{
border-color: #257103;
}
.TagClassName
{
border-color: #257103;
}
</style>