Shades of Denim #1B5AA3
Tints of Denim #1B5AA3
RGB
CMYK
RGB Variations
Color information
#1B5AA3 (or 0x1B5AA3) is known color: Denim. HEX triplet: 1B, 5A and A3. RGB value is (27,90,163). Sum of RGB (Red+Green+Blue) = 27+90+163=280 (37% of max value = 765). Red value is 27 (10.94% from 255 or 9.64% from 280); Green value is 90 (35.55% from 255 or 32.14% from 280); Blue value is 163 (64.06% from 255 or 58.21% from 280); Max value from RGB is 163 - color contains mainly: blue. Hex color #1B5AA3 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1B5AA3 is #E4A55C. Grayscale: #4F4F4F. Windows color (decimal): -14984541 or 10705435. OLE color: 10705435.
HSL color Cylindrical-coordinate representation of color #1B5AA3: hue angle of 212.21º degrees, saturation: 0.72, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1B5AA3 is Cyan = 0.83, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 27 | 90 | 163 | - |
| CMYK | 0.83 | 0.45 | 0 | 0.36 |
| HSL | 212.21º | 0.72% | 0.37% | - |
| HSV(B) | 212.21º | 0.83% | 0.64% | - |
| XYZ | 10.72 | 10.19 | 36.05 | - |
| YUV | 79.49 | 175.13 | 90.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 90 | 163 | 0.83 | 0.45 | 0 | 0.36 | 212.21 | 0.72 | 0.37 |
| Hex | 1B | 5A | A3 | 53 | 2D | 0 | 24 | D4 | 48 | 25 |
| Octal | 33 | 132 | 243 | 123 | 55 | 0 | 44 | 324 | 110 | 45 |
| Binary | 11011 | 1011010 | 10100011 | 1010011 | 101101 | 0 | 100100 | 11010100 | 1001000 | 100101 |
Color Harmonies of #1B5AA3
Complementary color
Monochromatic Colors of #1B5AA3
Black with #1B5AA3
Text Example
Text Example
White with #1B5AA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B5AA3; }
p { color: rgb(27,90,163); }
H1.HeaderClassName
{
color: #1B5AA3;
}
.AnyTagClassName
{
color: #1B5AA3;
}
</style>
background-color css
<style>
a { background-color: #1B5AA3; }
a { background-color: rgb(27,90,163); }
div.DivClassName
{
background-color: #1B5AA3;
}
.BgClassName
{
background-color: #1B5AA3;
}
</style>
border-color css
<style>
span { border-color: #1B5AA3; }
span { border-color: rgb(27,90,163); }
td.TdClassName
{
border-color: #1B5AA3;
}
.TagClassName
{
border-color: #1B5AA3;
}
</style>