Shades of Blue Whale #1A3148
Tints of Blue Whale #1A3148
RGB
CMYK
RGB Variations
Color information
#1A3148 (or 0x1A3148) is known color: Blue Whale. HEX triplet: 1A, 31 and 48. RGB value is (26,49,72). Sum of RGB (Red+Green+Blue) = 26+49+72=147 (19% of max value = 765). Red value is 26 (10.55% from 255 or 17.69% from 147); Green value is 49 (19.53% from 255 or 33.33% from 147); Blue value is 72 (28.52% from 255 or 48.98% from 147); Max value from RGB is 72 - color contains mainly: blue. Hex color #1A3148 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A3148 is #E5CEB7. Grayscale: #2C2C2C. Windows color (decimal): -15060664 or 4731162. OLE color: 4731162.
HSL color Cylindrical-coordinate representation of color #1A3148: hue angle of 210º degrees, saturation: 0.47, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #1A3148 is Cyan = 0.64, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 26 | 49 | 72 | - |
| CMYK | 0.64 | 0.32 | 0 | 0.72 |
| HSL | 210º | 0.47% | 0.19% | - |
| HSV(B) | 210º | 0.64% | 0.28% | - |
| XYZ | 2.69 | 2.88 | 6.55 | - |
| YUV | 44.75 | 143.38 | 114.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 49 | 72 | 0.64 | 0.32 | 0 | 0.72 | 210 | 0.47 | 0.19 |
| Hex | 1A | 31 | 48 | 40 | 20 | 0 | 48 | D2 | 2F | 13 |
| Octal | 32 | 61 | 110 | 100 | 40 | 0 | 110 | 322 | 57 | 23 |
| Binary | 11010 | 110001 | 1001000 | 1000000 | 100000 | 0 | 1001000 | 11010010 | 101111 | 10011 |
Color Harmonies of #1A3148
Complementary color
Monochromatic Colors of #1A3148
Black with #1A3148
Text Example
Text Example
White with #1A3148
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A3148; }
p { color: rgb(26,49,72); }
H1.HeaderClassName
{
color: #1A3148;
}
.AnyTagClassName
{
color: #1A3148;
}
</style>
background-color css
<style>
a { background-color: #1A3148; }
a { background-color: rgb(26,49,72); }
div.DivClassName
{
background-color: #1A3148;
}
.BgClassName
{
background-color: #1A3148;
}
</style>
border-color css
<style>
span { border-color: #1A3148; }
span { border-color: rgb(26,49,72); }
td.TdClassName
{
border-color: #1A3148;
}
.TagClassName
{
border-color: #1A3148;
}
</style>