Shades of Blue Whale #1A334E
Tints of Blue Whale #1A334E
RGB
CMYK
RGB Variations
Color information
#1A334E (or 0x1A334E) is known color: Blue Whale. HEX triplet: 1A, 33 and 4E. RGB value is (26,51,78). Sum of RGB (Red+Green+Blue) = 26+51+78=155 (20% of max value = 765). Red value is 26 (10.55% from 255 or 16.77% from 155); Green value is 51 (20.31% from 255 or 32.90% from 155); Blue value is 78 (30.86% from 255 or 50.32% from 155); Max value from RGB is 78 - color contains mainly: blue. Hex color #1A334E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1A334E is #E5CCB1. Grayscale: #2E2E2E. Windows color (decimal): -15060146 or 5124890. OLE color: 5124890.
HSL color Cylindrical-coordinate representation of color #1A334E: hue angle of 211.15º 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 #1A334E is Cyan = 0.67, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 26 | 51 | 78 | - |
| CMYK | 0.67 | 0.35 | 0 | 0.69 |
| HSL | 211.15º | 0.5% | 0.2% | - |
| HSV(B) | 211.15º | 0.67% | 0.31% | - |
| XYZ | 2.98 | 3.14 | 7.66 | - |
| YUV | 46.6 | 145.72 | 113.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 51 | 78 | 0.67 | 0.35 | 0 | 0.69 | 211.15 | 0.5 | 0.2 |
| Hex | 1A | 33 | 4E | 43 | 23 | 0 | 45 | D3 | 32 | 14 |
| Octal | 32 | 63 | 116 | 103 | 43 | 0 | 105 | 323 | 62 | 24 |
| Binary | 11010 | 110011 | 1001110 | 1000011 | 100011 | 0 | 1000101 | 11010011 | 110010 | 10100 |
Color Harmonies of #1A334E
Complementary color
Monochromatic Colors of #1A334E
Black with #1A334E
Text Example
Text Example
White with #1A334E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A334E; }
p { color: rgb(26,51,78); }
H1.HeaderClassName
{
color: #1A334E;
}
.AnyTagClassName
{
color: #1A334E;
}
</style>
background-color css
<style>
a { background-color: #1A334E; }
a { background-color: rgb(26,51,78); }
div.DivClassName
{
background-color: #1A334E;
}
.BgClassName
{
background-color: #1A334E;
}
</style>
border-color css
<style>
span { border-color: #1A334E; }
span { border-color: rgb(26,51,78); }
td.TdClassName
{
border-color: #1A334E;
}
.TagClassName
{
border-color: #1A334E;
}
</style>