Shades of Blue Whale #1A364A
Tints of Blue Whale #1A364A
RGB
CMYK
RGB Variations
Color information
#1A364A (or 0x1A364A) is known color: Blue Whale. HEX triplet: 1A, 36 and 4A. RGB value is (26,54,74). Sum of RGB (Red+Green+Blue) = 26+54+74=154 (20% of max value = 765). Red value is 26 (10.55% from 255 or 16.88% from 154); Green value is 54 (21.48% from 255 or 35.06% from 154); Blue value is 74 (29.30% from 255 or 48.05% from 154); Max value from RGB is 74 - color contains mainly: blue. Hex color #1A364A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A364A is #E5C9B5. Grayscale: #2F2F2F. Windows color (decimal): -15059382 or 4863514. OLE color: 4863514.
HSL color Cylindrical-coordinate representation of color #1A364A: hue angle of 205º degrees, saturation: 0.48, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #1A364A is Cyan = 0.65, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 26 | 54 | 74 | - |
| CMYK | 0.65 | 0.27 | 0 | 0.71 |
| HSL | 205º | 0.48% | 0.2% | - |
| HSV(B) | 205º | 0.65% | 0.29% | - |
| XYZ | 2.98 | 3.35 | 6.97 | - |
| YUV | 47.91 | 142.72 | 112.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 54 | 74 | 0.65 | 0.27 | 0 | 0.71 | 205 | 0.48 | 0.2 |
| Hex | 1A | 36 | 4A | 41 | 1B | 0 | 47 | CD | 30 | 14 |
| Octal | 32 | 66 | 112 | 101 | 33 | 0 | 107 | 315 | 60 | 24 |
| Binary | 11010 | 110110 | 1001010 | 1000001 | 11011 | 0 | 1000111 | 11001101 | 110000 | 10100 |
Color Harmonies of #1A364A
Complementary color
Monochromatic Colors of #1A364A
Black with #1A364A
Text Example
Text Example
White with #1A364A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A364A; }
p { color: rgb(26,54,74); }
H1.HeaderClassName
{
color: #1A364A;
}
.AnyTagClassName
{
color: #1A364A;
}
</style>
background-color css
<style>
a { background-color: #1A364A; }
a { background-color: rgb(26,54,74); }
div.DivClassName
{
background-color: #1A364A;
}
.BgClassName
{
background-color: #1A364A;
}
</style>
border-color css
<style>
span { border-color: #1A364A; }
span { border-color: rgb(26,54,74); }
td.TdClassName
{
border-color: #1A364A;
}
.TagClassName
{
border-color: #1A364A;
}
</style>