Shades of Blue Whale #1A374C
Tints of Blue Whale #1A374C
RGB
CMYK
RGB Variations
Color information
#1A374C (or 0x1A374C) is known color: Blue Whale. HEX triplet: 1A, 37 and 4C. RGB value is (26,55,76). Sum of RGB (Red+Green+Blue) = 26+55+76=157 (20% of max value = 765). Red value is 26 (10.55% from 255 or 16.56% from 157); Green value is 55 (21.88% from 255 or 35.03% from 157); Blue value is 76 (30.08% from 255 or 48.41% from 157); Max value from RGB is 76 - color contains mainly: blue. Hex color #1A374C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A374C is #E5C8B3. Grayscale: #303030. Windows color (decimal): -15059124 or 4994842. OLE color: 4994842.
HSL color Cylindrical-coordinate representation of color #1A374C: hue angle of 205.2º degrees, saturation: 0.49, 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 #1A374C is Cyan = 0.66, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 26 | 55 | 76 | - |
| CMYK | 0.66 | 0.28 | 0 | 0.70 |
| HSL | 205.2º | 0.49% | 0.2% | - |
| HSV(B) | 205.2º | 0.66% | 0.3% | - |
| XYZ | 3.1 | 3.47 | 7.34 | - |
| YUV | 48.72 | 143.39 | 111.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 55 | 76 | 0.66 | 0.28 | 0 | 0.70 | 205.2 | 0.49 | 0.2 |
| Hex | 1A | 37 | 4C | 42 | 1C | 0 | 46 | CD | 31 | 14 |
| Octal | 32 | 67 | 114 | 102 | 34 | 0 | 106 | 315 | 61 | 24 |
| Binary | 11010 | 110111 | 1001100 | 1000010 | 11100 | 0 | 1000110 | 11001101 | 110001 | 10100 |
Color Harmonies of #1A374C
Complementary color
Monochromatic Colors of #1A374C
Black with #1A374C
Text Example
Text Example
White with #1A374C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A374C; }
p { color: rgb(26,55,76); }
H1.HeaderClassName
{
color: #1A374C;
}
.AnyTagClassName
{
color: #1A374C;
}
</style>
background-color css
<style>
a { background-color: #1A374C; }
a { background-color: rgb(26,55,76); }
div.DivClassName
{
background-color: #1A374C;
}
.BgClassName
{
background-color: #1A374C;
}
</style>
border-color css
<style>
span { border-color: #1A374C; }
span { border-color: rgb(26,55,76); }
td.TdClassName
{
border-color: #1A374C;
}
.TagClassName
{
border-color: #1A374C;
}
</style>