Shades of Blue Whale #1A3140
Tints of Blue Whale #1A3140
RGB
CMYK
RGB Variations
Color information
#1A3140 (or 0x1A3140) is known color: Blue Whale. HEX triplet: 1A, 31 and 40. RGB value is (26,49,64). Sum of RGB (Red+Green+Blue) = 26+49+64=139 (18% of max value = 765). Red value is 26 (10.55% from 255 or 18.71% from 139); Green value is 49 (19.53% from 255 or 35.25% from 139); Blue value is 64 (25.39% from 255 or 46.04% from 139); Max value from RGB is 64 - color contains mainly: blue. Hex color #1A3140 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A3140 is #E5CEBF. Grayscale: #2B2B2B. Windows color (decimal): -15060672 or 4206874. OLE color: 4206874.
HSL color Cylindrical-coordinate representation of color #1A3140: hue angle of 203.68º degrees, saturation: 0.42, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #1A3140 is Cyan = 0.59, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 26 | 49 | 64 | - |
| CMYK | 0.59 | 0.23 | 0 | 0.75 |
| HSL | 203.68º | 0.42% | 0.18% | - |
| HSV(B) | 203.68º | 0.59% | 0.25% | - |
| XYZ | 2.45 | 2.79 | 5.26 | - |
| YUV | 43.83 | 139.38 | 115.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 49 | 64 | 0.59 | 0.23 | 0 | 0.75 | 203.68 | 0.42 | 0.18 |
| Hex | 1A | 31 | 40 | 3B | 17 | 0 | 4B | CC | 2A | 12 |
| Octal | 32 | 61 | 100 | 73 | 27 | 0 | 113 | 314 | 52 | 22 |
| Binary | 11010 | 110001 | 1000000 | 111011 | 10111 | 0 | 1001011 | 11001100 | 101010 | 10010 |
Color Harmonies of #1A3140
Complementary color
Monochromatic Colors of #1A3140
Black with #1A3140
Text Example
Text Example
White with #1A3140
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A3140; }
p { color: rgb(26,49,64); }
H1.HeaderClassName
{
color: #1A3140;
}
.AnyTagClassName
{
color: #1A3140;
}
</style>
background-color css
<style>
a { background-color: #1A3140; }
a { background-color: rgb(26,49,64); }
div.DivClassName
{
background-color: #1A3140;
}
.BgClassName
{
background-color: #1A3140;
}
</style>
border-color css
<style>
span { border-color: #1A3140; }
span { border-color: rgb(26,49,64); }
td.TdClassName
{
border-color: #1A3140;
}
.TagClassName
{
border-color: #1A3140;
}
</style>