Shades of Blue Whale #1A354D
Tints of Blue Whale #1A354D
RGB
CMYK
RGB Variations
Color information
#1A354D (or 0x1A354D) is known color: Blue Whale. HEX triplet: 1A, 35 and 4D. RGB value is (26,53,77). Sum of RGB (Red+Green+Blue) = 26+53+77=156 (20% of max value = 765). Red value is 26 (10.55% from 255 or 16.67% from 156); Green value is 53 (21.09% from 255 or 33.97% from 156); Blue value is 77 (30.47% from 255 or 49.36% from 156); Max value from RGB is 77 - color contains mainly: blue. Hex color #1A354D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1A354D is #E5CAB2. Grayscale: #2F2F2F. Windows color (decimal): -15059635 or 5059866. OLE color: 5059866.
HSL color Cylindrical-coordinate representation of color #1A354D: hue angle of 208.24º 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 #1A354D is Cyan = 0.66, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 26 | 53 | 77 | - |
| CMYK | 0.66 | 0.31 | 0 | 0.70 |
| HSL | 208.24º | 0.5% | 0.2% | - |
| HSV(B) | 208.24º | 0.66% | 0.3% | - |
| XYZ | 3.04 | 3.3 | 7.5 | - |
| YUV | 47.66 | 144.55 | 112.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 53 | 77 | 0.66 | 0.31 | 0 | 0.70 | 208.24 | 0.5 | 0.2 |
| Hex | 1A | 35 | 4D | 42 | 1F | 0 | 46 | D0 | 32 | 14 |
| Octal | 32 | 65 | 115 | 102 | 37 | 0 | 106 | 320 | 62 | 24 |
| Binary | 11010 | 110101 | 1001101 | 1000010 | 11111 | 0 | 1000110 | 11010000 | 110010 | 10100 |
Color Harmonies of #1A354D
Complementary color
Monochromatic Colors of #1A354D
Black with #1A354D
Text Example
Text Example
White with #1A354D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A354D; }
p { color: rgb(26,53,77); }
H1.HeaderClassName
{
color: #1A354D;
}
.AnyTagClassName
{
color: #1A354D;
}
</style>
background-color css
<style>
a { background-color: #1A354D; }
a { background-color: rgb(26,53,77); }
div.DivClassName
{
background-color: #1A354D;
}
.BgClassName
{
background-color: #1A354D;
}
</style>
border-color css
<style>
span { border-color: #1A354D; }
span { border-color: rgb(26,53,77); }
td.TdClassName
{
border-color: #1A354D;
}
.TagClassName
{
border-color: #1A354D;
}
</style>