Shades of Blue Whale #1A364E
Tints of Blue Whale #1A364E
RGB
CMYK
RGB Variations
Color information
#1A364E (or 0x1A364E) is known color: Blue Whale. HEX triplet: 1A, 36 and 4E. RGB value is (26,54,78). Sum of RGB (Red+Green+Blue) = 26+54+78=158 (20% of max value = 765). Red value is 26 (10.55% from 255 or 16.46% from 158); Green value is 54 (21.48% from 255 or 34.18% from 158); Blue value is 78 (30.86% from 255 or 49.37% from 158); Max value from RGB is 78 - color contains mainly: blue. Hex color #1A364E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1A364E is #E5C9B1. Grayscale: #303030. Windows color (decimal): -15059378 or 5125658. OLE color: 5125658.
HSL color Cylindrical-coordinate representation of color #1A364E: hue angle of 207.69º 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 #1A364E is Cyan = 0.67, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 26 | 54 | 78 | - |
| CMYK | 0.67 | 0.31 | 0 | 0.69 |
| HSL | 207.69º | 0.5% | 0.2% | - |
| HSV(B) | 207.69º | 0.67% | 0.31% | - |
| XYZ | 3.12 | 3.41 | 7.7 | - |
| YUV | 48.36 | 144.72 | 112.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 54 | 78 | 0.67 | 0.31 | 0 | 0.69 | 207.69 | 0.5 | 0.2 |
| Hex | 1A | 36 | 4E | 43 | 1F | 0 | 45 | D0 | 32 | 14 |
| Octal | 32 | 66 | 116 | 103 | 37 | 0 | 105 | 320 | 62 | 24 |
| Binary | 11010 | 110110 | 1001110 | 1000011 | 11111 | 0 | 1000101 | 11010000 | 110010 | 10100 |
Color Harmonies of #1A364E
Complementary color
Monochromatic Colors of #1A364E
Black with #1A364E
Text Example
Text Example
White with #1A364E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A364E; }
p { color: rgb(26,54,78); }
H1.HeaderClassName
{
color: #1A364E;
}
.AnyTagClassName
{
color: #1A364E;
}
</style>
background-color css
<style>
a { background-color: #1A364E; }
a { background-color: rgb(26,54,78); }
div.DivClassName
{
background-color: #1A364E;
}
.BgClassName
{
background-color: #1A364E;
}
</style>
border-color css
<style>
span { border-color: #1A364E; }
span { border-color: rgb(26,54,78); }
td.TdClassName
{
border-color: #1A364E;
}
.TagClassName
{
border-color: #1A364E;
}
</style>