Shades of Blue Whale #1A324E
Tints of Blue Whale #1A324E
RGB
CMYK
RGB Variations
Color information
#1A324E (or 0x1A324E) is known color: Blue Whale. HEX triplet: 1A, 32 and 4E. RGB value is (26,50,78). Sum of RGB (Red+Green+Blue) = 26+50+78=154 (20% of max value = 765). Red value is 26 (10.55% from 255 or 16.88% from 154); Green value is 50 (19.92% from 255 or 32.47% from 154); Blue value is 78 (30.86% from 255 or 50.65% from 154); Max value from RGB is 78 - color contains mainly: blue. Hex color #1A324E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1A324E is #E5CDB1. Grayscale: #2D2D2D. Windows color (decimal): -15060402 or 5124634. OLE color: 5124634.
HSL color Cylindrical-coordinate representation of color #1A324E: hue angle of 212.31º 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 #1A324E is Cyan = 0.67, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 26 | 50 | 78 | - |
| CMYK | 0.67 | 0.36 | 0 | 0.69 |
| HSL | 212.31º | 0.5% | 0.2% | - |
| HSV(B) | 212.31º | 0.67% | 0.31% | - |
| XYZ | 2.94 | 3.05 | 7.64 | - |
| YUV | 46.02 | 146.05 | 113.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 50 | 78 | 0.67 | 0.36 | 0 | 0.69 | 212.31 | 0.5 | 0.2 |
| Hex | 1A | 32 | 4E | 43 | 24 | 0 | 45 | D4 | 32 | 14 |
| Octal | 32 | 62 | 116 | 103 | 44 | 0 | 105 | 324 | 62 | 24 |
| Binary | 11010 | 110010 | 1001110 | 1000011 | 100100 | 0 | 1000101 | 11010100 | 110010 | 10100 |
Color Harmonies of #1A324E
Complementary color
Monochromatic Colors of #1A324E
Black with #1A324E
Text Example
Text Example
White with #1A324E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A324E; }
p { color: rgb(26,50,78); }
H1.HeaderClassName
{
color: #1A324E;
}
.AnyTagClassName
{
color: #1A324E;
}
</style>
background-color css
<style>
a { background-color: #1A324E; }
a { background-color: rgb(26,50,78); }
div.DivClassName
{
background-color: #1A324E;
}
.BgClassName
{
background-color: #1A324E;
}
</style>
border-color css
<style>
span { border-color: #1A324E; }
span { border-color: rgb(26,50,78); }
td.TdClassName
{
border-color: #1A324E;
}
.TagClassName
{
border-color: #1A324E;
}
</style>