Shades of Blue Whale #1A374D
Tints of Blue Whale #1A374D
RGB
CMYK
RGB Variations
Color information
#1A374D (or 0x1A374D) is known color: Blue Whale. HEX triplet: 1A, 37 and 4D. RGB value is (26,55,77). Sum of RGB (Red+Green+Blue) = 26+55+77=158 (20% of max value = 765). Red value is 26 (10.55% from 255 or 16.46% from 158); Green value is 55 (21.88% from 255 or 34.81% from 158); Blue value is 77 (30.47% from 255 or 48.73% from 158); Max value from RGB is 77 - color contains mainly: blue. Hex color #1A374D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1A374D is #E5C8B2. Grayscale: #303030. Windows color (decimal): -15059123 or 5060378. OLE color: 5060378.
HSL color Cylindrical-coordinate representation of color #1A374D: hue angle of 205.88º degrees, saturation: 0.5, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #1A374D is Cyan = 0.66, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 26 | 55 | 77 | - |
| CMYK | 0.66 | 0.29 | 0 | 0.70 |
| HSL | 205.88º | 0.5% | 0.2% | - |
| HSV(B) | 205.88º | 0.66% | 0.3% | - |
| XYZ | 3.13 | 3.49 | 7.53 | - |
| YUV | 48.84 | 143.89 | 111.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 55 | 77 | 0.66 | 0.29 | 0 | 0.70 | 205.88 | 0.5 | 0.2 |
| Hex | 1A | 37 | 4D | 42 | 1D | 0 | 46 | CE | 32 | 14 |
| Octal | 32 | 67 | 115 | 102 | 35 | 0 | 106 | 316 | 62 | 24 |
| Binary | 11010 | 110111 | 1001101 | 1000010 | 11101 | 0 | 1000110 | 11001110 | 110010 | 10100 |
Color Harmonies of #1A374D
Complementary color
Monochromatic Colors of #1A374D
Black with #1A374D
Text Example
Text Example
White with #1A374D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A374D; }
p { color: rgb(26,55,77); }
H1.HeaderClassName
{
color: #1A374D;
}
.AnyTagClassName
{
color: #1A374D;
}
</style>
background-color css
<style>
a { background-color: #1A374D; }
a { background-color: rgb(26,55,77); }
div.DivClassName
{
background-color: #1A374D;
}
.BgClassName
{
background-color: #1A374D;
}
</style>
border-color css
<style>
span { border-color: #1A374D; }
span { border-color: rgb(26,55,77); }
td.TdClassName
{
border-color: #1A374D;
}
.TagClassName
{
border-color: #1A374D;
}
</style>