Shades of Blue Whale #1A344E
Tints of Blue Whale #1A344E
RGB
CMYK
RGB Variations
Color information
#1A344E (or 0x1A344E) is known color: Blue Whale. HEX triplet: 1A, 34 and 4E. RGB value is (26,52,78). Sum of RGB (Red+Green+Blue) = 26+52+78=156 (20% of max value = 765). Red value is 26 (10.55% from 255 or 16.67% from 156); Green value is 52 (20.70% from 255 or 33.33% from 156); Blue value is 78 (30.86% from 255 or 50% from 156); Max value from RGB is 78 - color contains mainly: blue. Hex color #1A344E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1A344E is #E5CBB1. Grayscale: #2F2F2F. Windows color (decimal): -15059890 or 5125146. OLE color: 5125146.
HSL color Cylindrical-coordinate representation of color #1A344E: hue angle of 210º degrees, saturation: 0.5, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #1A344E is Cyan = 0.67, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 26 | 52 | 78 | - |
| CMYK | 0.67 | 0.33 | 0 | 0.69 |
| HSL | 210º | 0.5% | 0.2% | - |
| HSV(B) | 210º | 0.67% | 0.31% | - |
| XYZ | 3.03 | 3.23 | 7.67 | - |
| YUV | 47.19 | 145.39 | 112.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 52 | 78 | 0.67 | 0.33 | 0 | 0.69 | 210 | 0.5 | 0.2 |
| Hex | 1A | 34 | 4E | 43 | 21 | 0 | 45 | D2 | 32 | 14 |
| Octal | 32 | 64 | 116 | 103 | 41 | 0 | 105 | 322 | 62 | 24 |
| Binary | 11010 | 110100 | 1001110 | 1000011 | 100001 | 0 | 1000101 | 11010010 | 110010 | 10100 |
Color Harmonies of #1A344E
Complementary color
Monochromatic Colors of #1A344E
Black with #1A344E
Text Example
Text Example
White with #1A344E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A344E; }
p { color: rgb(26,52,78); }
H1.HeaderClassName
{
color: #1A344E;
}
.AnyTagClassName
{
color: #1A344E;
}
</style>
background-color css
<style>
a { background-color: #1A344E; }
a { background-color: rgb(26,52,78); }
div.DivClassName
{
background-color: #1A344E;
}
.BgClassName
{
background-color: #1A344E;
}
</style>
border-color css
<style>
span { border-color: #1A344E; }
span { border-color: rgb(26,52,78); }
td.TdClassName
{
border-color: #1A344E;
}
.TagClassName
{
border-color: #1A344E;
}
</style>