Shades of Blue Whale #1A3644
Tints of Blue Whale #1A3644
RGB
CMYK
RGB Variations
Color information
#1A3644 (or 0x1A3644) is known color: Blue Whale. HEX triplet: 1A, 36 and 44. RGB value is (26,54,68). Sum of RGB (Red+Green+Blue) = 26+54+68=148 (19% of max value = 765). Red value is 26 (10.55% from 255 or 17.57% from 148); Green value is 54 (21.48% from 255 or 36.49% from 148); Blue value is 68 (26.95% from 255 or 45.95% from 148); Max value from RGB is 68 - color contains mainly: blue. Hex color #1A3644 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A3644 is #E5C9BB. Grayscale: #2F2F2F. Windows color (decimal): -15059388 or 4470298. OLE color: 4470298.
HSL color Cylindrical-coordinate representation of color #1A3644: hue angle of 200º degrees, saturation: 0.45, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #1A3644 is Cyan = 0.62, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 26 | 54 | 68 | - |
| CMYK | 0.62 | 0.21 | 0 | 0.73 |
| HSL | 200º | 0.45% | 0.18% | - |
| HSV(B) | 200º | 0.62% | 0.27% | - |
| XYZ | 2.79 | 3.28 | 5.95 | - |
| YUV | 47.22 | 139.72 | 112.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 54 | 68 | 0.62 | 0.21 | 0 | 0.73 | 200 | 0.45 | 0.18 |
| Hex | 1A | 36 | 44 | 3E | 15 | 0 | 49 | C8 | 2D | 12 |
| Octal | 32 | 66 | 104 | 76 | 25 | 0 | 111 | 310 | 55 | 22 |
| Binary | 11010 | 110110 | 1000100 | 111110 | 10101 | 0 | 1001001 | 11001000 | 101101 | 10010 |
Color Harmonies of #1A3644
Complementary color
Monochromatic Colors of #1A3644
Black with #1A3644
Text Example
Text Example
White with #1A3644
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A3644; }
p { color: rgb(26,54,68); }
H1.HeaderClassName
{
color: #1A3644;
}
.AnyTagClassName
{
color: #1A3644;
}
</style>
background-color css
<style>
a { background-color: #1A3644; }
a { background-color: rgb(26,54,68); }
div.DivClassName
{
background-color: #1A3644;
}
.BgClassName
{
background-color: #1A3644;
}
</style>
border-color css
<style>
span { border-color: #1A3644; }
span { border-color: rgb(26,54,68); }
td.TdClassName
{
border-color: #1A3644;
}
.TagClassName
{
border-color: #1A3644;
}
</style>