Shades of Blue Whale #1A3747
Tints of Blue Whale #1A3747
RGB
CMYK
RGB Variations
Color information
#1A3747 (or 0x1A3747) is known color: Blue Whale. HEX triplet: 1A, 37 and 47. RGB value is (26,55,71). Sum of RGB (Red+Green+Blue) = 26+55+71=152 (20% of max value = 765). Red value is 26 (10.55% from 255 or 17.11% from 152); Green value is 55 (21.88% from 255 or 36.18% from 152); Blue value is 71 (28.12% from 255 or 46.71% from 152); Max value from RGB is 71 - color contains mainly: blue. Hex color #1A3747 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A3747 is #E5C8B8. Grayscale: #303030. Windows color (decimal): -15059129 or 4667162. OLE color: 4667162.
HSL color Cylindrical-coordinate representation of color #1A3747: hue angle of 201.33º 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 #1A3747 is Cyan = 0.63, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 26 | 55 | 71 | - |
| CMYK | 0.63 | 0.23 | 0 | 0.72 |
| HSL | 201.33º | 0.46% | 0.19% | - |
| HSV(B) | 201.33º | 0.63% | 0.28% | - |
| XYZ | 2.93 | 3.41 | 6.46 | - |
| YUV | 48.15 | 140.89 | 112.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 55 | 71 | 0.63 | 0.23 | 0 | 0.72 | 201.33 | 0.46 | 0.19 |
| Hex | 1A | 37 | 47 | 3F | 17 | 0 | 48 | C9 | 2E | 13 |
| Octal | 32 | 67 | 107 | 77 | 27 | 0 | 110 | 311 | 56 | 23 |
| Binary | 11010 | 110111 | 1000111 | 111111 | 10111 | 0 | 1001000 | 11001001 | 101110 | 10011 |
Color Harmonies of #1A3747
Complementary color
Monochromatic Colors of #1A3747
Black with #1A3747
Text Example
Text Example
White with #1A3747
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A3747; }
p { color: rgb(26,55,71); }
H1.HeaderClassName
{
color: #1A3747;
}
.AnyTagClassName
{
color: #1A3747;
}
</style>
background-color css
<style>
a { background-color: #1A3747; }
a { background-color: rgb(26,55,71); }
div.DivClassName
{
background-color: #1A3747;
}
.BgClassName
{
background-color: #1A3747;
}
</style>
border-color css
<style>
span { border-color: #1A3747; }
span { border-color: rgb(26,55,71); }
td.TdClassName
{
border-color: #1A3747;
}
.TagClassName
{
border-color: #1A3747;
}
</style>