Shades of Denim #255FBA
Tints of Denim #255FBA
RGB
CMYK
RGB Variations
Color information
#255FBA (or 0x255FBA) is known color: Denim. HEX triplet: 25, 5F and BA. RGB value is (37,95,186). Sum of RGB (Red+Green+Blue) = 37+95+186=318 (42% of max value = 765). Red value is 37 (14.84% from 255 or 11.64% from 318); Green value is 95 (37.5% from 255 or 29.87% from 318); Blue value is 186 (73.05% from 255 or 58.49% from 318); Max value from RGB is 186 - color contains mainly: blue. Hex color #255FBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #255FBA is #DAA045. Grayscale: #575757. Windows color (decimal): -14327878 or 12214053. OLE color: 12214053.
HSL color Cylindrical-coordinate representation of color #255FBA: hue angle of 216.64º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #255FBA is Cyan = 0.80, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 37 | 95 | 186 | - |
| CMYK | 0.80 | 0.49 | 0 | 0.27 |
| HSL | 216.64º | 0.67% | 0.44% | - |
| HSV(B) | 216.64º | 0.8% | 0.73% | - |
| XYZ | 13.72 | 12.12 | 48.07 | - |
| YUV | 88.03 | 183.28 | 91.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 95 | 186 | 0.80 | 0.49 | 0 | 0.27 | 216.64 | 0.67 | 0.44 |
| Hex | 25 | 5F | BA | 50 | 31 | 0 | 1B | D9 | 43 | 2C |
| Octal | 45 | 137 | 272 | 120 | 61 | 0 | 33 | 331 | 103 | 54 |
| Binary | 100101 | 1011111 | 10111010 | 1010000 | 110001 | 0 | 11011 | 11011001 | 1000011 | 101100 |
Color Harmonies of #255FBA
Complementary color
Monochromatic Colors of #255FBA
Black with #255FBA
Text Example
Text Example
White with #255FBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #255FBA; }
p { color: rgb(37,95,186); }
H1.HeaderClassName
{
color: #255FBA;
}
.AnyTagClassName
{
color: #255FBA;
}
</style>
background-color css
<style>
a { background-color: #255FBA; }
a { background-color: rgb(37,95,186); }
div.DivClassName
{
background-color: #255FBA;
}
.BgClassName
{
background-color: #255FBA;
}
</style>
border-color css
<style>
span { border-color: #255FBA; }
span { border-color: rgb(37,95,186); }
td.TdClassName
{
border-color: #255FBA;
}
.TagClassName
{
border-color: #255FBA;
}
</style>