Shades of Denim #1257CB
Tints of Denim #1257CB
RGB
CMYK
RGB Variations
Color information
#1257CB (or 0x1257CB) is known color: Denim. HEX triplet: 12, 57 and CB. RGB value is (18,87,203). Sum of RGB (Red+Green+Blue) = 18+87+203=308 (40% of max value = 765). Red value is 18 (7.42% from 255 or 5.84% from 308); Green value is 87 (34.38% from 255 or 28.25% from 308); Blue value is 203 (79.69% from 255 or 65.91% from 308); Max value from RGB is 203 - color contains mainly: blue. Hex color #1257CB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1257CB is #EDA834. Grayscale: #4F4F4F. Windows color (decimal): -15575093 or 13326098. OLE color: 13326098.
HSL color Cylindrical-coordinate representation of color #1257CB: hue angle of 217.62º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1257CB is Cyan = 0.91, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 18 | 87 | 203 | - |
| CMYK | 0.91 | 0.57 | 0 | 0.20 |
| HSL | 217.62º | 0.84% | 0.43% | - |
| HSV(B) | 217.62º | 0.91% | 0.8% | - |
| XYZ | 14.44 | 11.26 | 57.91 | - |
| YUV | 79.59 | 197.64 | 84.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 87 | 203 | 0.91 | 0.57 | 0 | 0.20 | 217.62 | 0.84 | 0.43 |
| Hex | 12 | 57 | CB | 5B | 39 | 0 | 14 | DA | 54 | 2B |
| Octal | 22 | 127 | 313 | 133 | 71 | 0 | 24 | 332 | 124 | 53 |
| Binary | 10010 | 1010111 | 11001011 | 1011011 | 111001 | 0 | 10100 | 11011010 | 1010100 | 101011 |
Color Harmonies of #1257CB
Complementary color
Monochromatic Colors of #1257CB
Black with #1257CB
Text Example
Text Example
White with #1257CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1257CB; }
p { color: rgb(18,87,203); }
H1.HeaderClassName
{
color: #1257CB;
}
.AnyTagClassName
{
color: #1257CB;
}
</style>
background-color css
<style>
a { background-color: #1257CB; }
a { background-color: rgb(18,87,203); }
div.DivClassName
{
background-color: #1257CB;
}
.BgClassName
{
background-color: #1257CB;
}
</style>
border-color css
<style>
span { border-color: #1257CB; }
span { border-color: rgb(18,87,203); }
td.TdClassName
{
border-color: #1257CB;
}
.TagClassName
{
border-color: #1257CB;
}
</style>