Shades of Blue Whale #1A353E
Tints of Blue Whale #1A353E
RGB
CMYK
RGB Variations
Color information
#1A353E (or 0x1A353E) is known color: Blue Whale. HEX triplet: 1A, 35 and 3E. RGB value is (26,53,62). Sum of RGB (Red+Green+Blue) = 26+53+62=141 (18% of max value = 765). Red value is 26 (10.55% from 255 or 18.44% from 141); Green value is 53 (21.09% from 255 or 37.59% from 141); Blue value is 62 (24.61% from 255 or 43.97% from 141); Max value from RGB is 62 - color contains mainly: blue. Hex color #1A353E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A353E is #E5CAC1. Grayscale: #2D2D2D. Windows color (decimal): -15059650 or 4076826. OLE color: 4076826.
HSL color Cylindrical-coordinate representation of color #1A353E: hue angle of 195º degrees, saturation: 0.41, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #1A353E is Cyan = 0.58, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 26 | 53 | 62 | - |
| CMYK | 0.58 | 0.15 | 0 | 0.76 |
| HSL | 195º | 0.41% | 0.17% | - |
| HSV(B) | 195º | 0.58% | 0.24% | - |
| XYZ | 2.57 | 3.11 | 5.02 | - |
| YUV | 45.95 | 137.05 | 113.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 53 | 62 | 0.58 | 0.15 | 0 | 0.76 | 195 | 0.41 | 0.17 |
| Hex | 1A | 35 | 3E | 3A | F | 0 | 4C | C3 | 29 | 11 |
| Octal | 32 | 65 | 76 | 72 | 17 | 0 | 114 | 303 | 51 | 21 |
| Binary | 11010 | 110101 | 111110 | 111010 | 1111 | 0 | 1001100 | 11000011 | 101001 | 10001 |
Color Harmonies of #1A353E
Complementary color
Monochromatic Colors of #1A353E
Black with #1A353E
Text Example
Text Example
White with #1A353E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A353E; }
p { color: rgb(26,53,62); }
H1.HeaderClassName
{
color: #1A353E;
}
.AnyTagClassName
{
color: #1A353E;
}
</style>
background-color css
<style>
a { background-color: #1A353E; }
a { background-color: rgb(26,53,62); }
div.DivClassName
{
background-color: #1A353E;
}
.BgClassName
{
background-color: #1A353E;
}
</style>
border-color css
<style>
span { border-color: #1A353E; }
span { border-color: rgb(26,53,62); }
td.TdClassName
{
border-color: #1A353E;
}
.TagClassName
{
border-color: #1A353E;
}
</style>