Shades of Blue Whale #1A394D
Tints of Blue Whale #1A394D
RGB
CMYK
RGB Variations
Color information
#1A394D (or 0x1A394D) is known color: Blue Whale. HEX triplet: 1A, 39 and 4D. RGB value is (26,57,77). Sum of RGB (Red+Green+Blue) = 26+57+77=160 (21% of max value = 765). Red value is 26 (10.55% from 255 or 16.25% from 160); Green value is 57 (22.66% from 255 or 35.62% from 160); Blue value is 77 (30.47% from 255 or 48.12% from 160); Max value from RGB is 77 - color contains mainly: blue. Hex color #1A394D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1A394D is #E5C6B2. Grayscale: #313131. Windows color (decimal): -15058611 or 5060890. OLE color: 5060890.
HSL color Cylindrical-coordinate representation of color #1A394D: hue angle of 203.53º 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 #1A394D is Cyan = 0.66, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 26 | 57 | 77 | - |
| CMYK | 0.66 | 0.26 | 0 | 0.70 |
| HSL | 203.53º | 0.5% | 0.2% | - |
| HSV(B) | 203.53º | 0.66% | 0.3% | - |
| XYZ | 3.23 | 3.68 | 7.56 | - |
| YUV | 50.01 | 143.23 | 110.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 57 | 77 | 0.66 | 0.26 | 0 | 0.70 | 203.53 | 0.5 | 0.2 |
| Hex | 1A | 39 | 4D | 42 | 1A | 0 | 46 | CC | 32 | 14 |
| Octal | 32 | 71 | 115 | 102 | 32 | 0 | 106 | 314 | 62 | 24 |
| Binary | 11010 | 111001 | 1001101 | 1000010 | 11010 | 0 | 1000110 | 11001100 | 110010 | 10100 |
Color Harmonies of #1A394D
Complementary color
Monochromatic Colors of #1A394D
Black with #1A394D
Text Example
Text Example
White with #1A394D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A394D; }
p { color: rgb(26,57,77); }
H1.HeaderClassName
{
color: #1A394D;
}
.AnyTagClassName
{
color: #1A394D;
}
</style>
background-color css
<style>
a { background-color: #1A394D; }
a { background-color: rgb(26,57,77); }
div.DivClassName
{
background-color: #1A394D;
}
.BgClassName
{
background-color: #1A394D;
}
</style>
border-color css
<style>
span { border-color: #1A394D; }
span { border-color: rgb(26,57,77); }
td.TdClassName
{
border-color: #1A394D;
}
.TagClassName
{
border-color: #1A394D;
}
</style>