Shades of Blue Whale #1A3641
Tints of Blue Whale #1A3641
RGB
CMYK
RGB Variations
Color information
#1A3641 (or 0x1A3641) is known color: Blue Whale. HEX triplet: 1A, 36 and 41. RGB value is (26,54,65). Sum of RGB (Red+Green+Blue) = 26+54+65=145 (19% of max value = 765). Red value is 26 (10.55% from 255 or 17.93% from 145); Green value is 54 (21.48% from 255 or 37.24% from 145); Blue value is 65 (25.78% from 255 or 44.83% from 145); Max value from RGB is 65 - color contains mainly: blue. Hex color #1A3641 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A3641 is #E5C9BE. Grayscale: #2E2E2E. Windows color (decimal): -15059391 or 4273690. OLE color: 4273690.
HSL color Cylindrical-coordinate representation of color #1A3641: hue angle of 196.92º degrees, saturation: 0.43, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #1A3641 is Cyan = 0.60, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 26 | 54 | 65 | - |
| CMYK | 0.60 | 0.17 | 0 | 0.75 |
| HSL | 196.92º | 0.43% | 0.18% | - |
| HSV(B) | 196.92º | 0.6% | 0.25% | - |
| XYZ | 2.7 | 3.24 | 5.48 | - |
| YUV | 46.88 | 138.22 | 113.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 54 | 65 | 0.60 | 0.17 | 0 | 0.75 | 196.92 | 0.43 | 0.18 |
| Hex | 1A | 36 | 41 | 3C | 11 | 0 | 4B | C5 | 2B | 12 |
| Octal | 32 | 66 | 101 | 74 | 21 | 0 | 113 | 305 | 53 | 22 |
| Binary | 11010 | 110110 | 1000001 | 111100 | 10001 | 0 | 1001011 | 11000101 | 101011 | 10010 |
Color Harmonies of #1A3641
Complementary color
Monochromatic Colors of #1A3641
Black with #1A3641
Text Example
Text Example
White with #1A3641
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A3641; }
p { color: rgb(26,54,65); }
H1.HeaderClassName
{
color: #1A3641;
}
.AnyTagClassName
{
color: #1A3641;
}
</style>
background-color css
<style>
a { background-color: #1A3641; }
a { background-color: rgb(26,54,65); }
div.DivClassName
{
background-color: #1A3641;
}
.BgClassName
{
background-color: #1A3641;
}
</style>
border-color css
<style>
span { border-color: #1A3641; }
span { border-color: rgb(26,54,65); }
td.TdClassName
{
border-color: #1A3641;
}
.TagClassName
{
border-color: #1A3641;
}
</style>