Shades of Blue Whale #1A3340
Tints of Blue Whale #1A3340
RGB
CMYK
RGB Variations
Color information
#1A3340 (or 0x1A3340) is known color: Blue Whale. HEX triplet: 1A, 33 and 40. RGB value is (26,51,64). Sum of RGB (Red+Green+Blue) = 26+51+64=141 (18% of max value = 765). Red value is 26 (10.55% from 255 or 18.44% from 141); Green value is 51 (20.31% from 255 or 36.17% from 141); Blue value is 64 (25.39% from 255 or 45.39% from 141); Max value from RGB is 64 - color contains mainly: blue. Hex color #1A3340 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A3340 is #E5CCBF. Grayscale: #2C2C2C. Windows color (decimal): -15060160 or 4207386. OLE color: 4207386.
HSL color Cylindrical-coordinate representation of color #1A3340: hue angle of 200.53º 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 #1A3340 is Cyan = 0.59, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 26 | 51 | 64 | - |
| CMYK | 0.59 | 0.20 | 0 | 0.75 |
| HSL | 200.53º | 0.42% | 0.18% | - |
| HSV(B) | 200.53º | 0.59% | 0.25% | - |
| XYZ | 2.54 | 2.96 | 5.29 | - |
| YUV | 45.01 | 138.72 | 114.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 51 | 64 | 0.59 | 0.20 | 0 | 0.75 | 200.53 | 0.42 | 0.18 |
| Hex | 1A | 33 | 40 | 3B | 14 | 0 | 4B | C9 | 2A | 12 |
| Octal | 32 | 63 | 100 | 73 | 24 | 0 | 113 | 311 | 52 | 22 |
| Binary | 11010 | 110011 | 1000000 | 111011 | 10100 | 0 | 1001011 | 11001001 | 101010 | 10010 |
Color Harmonies of #1A3340
Complementary color
Monochromatic Colors of #1A3340
Black with #1A3340
Text Example
Text Example
White with #1A3340
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A3340; }
p { color: rgb(26,51,64); }
H1.HeaderClassName
{
color: #1A3340;
}
.AnyTagClassName
{
color: #1A3340;
}
</style>
background-color css
<style>
a { background-color: #1A3340; }
a { background-color: rgb(26,51,64); }
div.DivClassName
{
background-color: #1A3340;
}
.BgClassName
{
background-color: #1A3340;
}
</style>
border-color css
<style>
span { border-color: #1A3340; }
span { border-color: rgb(26,51,64); }
td.TdClassName
{
border-color: #1A3340;
}
.TagClassName
{
border-color: #1A3340;
}
</style>