Shades of Blue Whale #1A3547
Tints of Blue Whale #1A3547
RGB
CMYK
RGB Variations
Color information
#1A3547 (or 0x1A3547) is known color: Blue Whale. HEX triplet: 1A, 35 and 47. RGB value is (26,53,71). Sum of RGB (Red+Green+Blue) = 26+53+71=150 (19% of max value = 765). Red value is 26 (10.55% from 255 or 17.33% from 150); Green value is 53 (21.09% from 255 or 35.33% from 150); Blue value is 71 (28.12% from 255 or 47.33% from 150); Max value from RGB is 71 - color contains mainly: blue. Hex color #1A3547 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A3547 is #E5CAB8. Grayscale: #2E2E2E. Windows color (decimal): -15059641 or 4666650. OLE color: 4666650.
HSL color Cylindrical-coordinate representation of color #1A3547: hue angle of 204º degrees, saturation: 0.46, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #1A3547 is Cyan = 0.63, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 26 | 53 | 71 | - |
| CMYK | 0.63 | 0.25 | 0 | 0.72 |
| HSL | 204º | 0.46% | 0.19% | - |
| HSV(B) | 204º | 0.63% | 0.28% | - |
| XYZ | 2.84 | 3.22 | 6.43 | - |
| YUV | 46.98 | 141.55 | 113.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 53 | 71 | 0.63 | 0.25 | 0 | 0.72 | 204 | 0.46 | 0.19 |
| Hex | 1A | 35 | 47 | 3F | 19 | 0 | 48 | CC | 2E | 13 |
| Octal | 32 | 65 | 107 | 77 | 31 | 0 | 110 | 314 | 56 | 23 |
| Binary | 11010 | 110101 | 1000111 | 111111 | 11001 | 0 | 1001000 | 11001100 | 101110 | 10011 |
Color Harmonies of #1A3547
Complementary color
Monochromatic Colors of #1A3547
Black with #1A3547
Text Example
Text Example
White with #1A3547
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A3547; }
p { color: rgb(26,53,71); }
H1.HeaderClassName
{
color: #1A3547;
}
.AnyTagClassName
{
color: #1A3547;
}
</style>
background-color css
<style>
a { background-color: #1A3547; }
a { background-color: rgb(26,53,71); }
div.DivClassName
{
background-color: #1A3547;
}
.BgClassName
{
background-color: #1A3547;
}
</style>
border-color css
<style>
span { border-color: #1A3547; }
span { border-color: rgb(26,53,71); }
td.TdClassName
{
border-color: #1A3547;
}
.TagClassName
{
border-color: #1A3547;
}
</style>