Shades of Blue Whale #1A334B
Tints of Blue Whale #1A334B
RGB
CMYK
RGB Variations
Color information
#1A334B (or 0x1A334B) is known color: Blue Whale. HEX triplet: 1A, 33 and 4B. RGB value is (26,51,75). Sum of RGB (Red+Green+Blue) = 26+51+75=152 (20% of max value = 765). Red value is 26 (10.55% from 255 or 17.11% from 152); Green value is 51 (20.31% from 255 or 33.55% from 152); Blue value is 75 (29.69% from 255 or 49.34% from 152); Max value from RGB is 75 - color contains mainly: blue. Hex color #1A334B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A334B is #E5CCB4. Grayscale: #2E2E2E. Windows color (decimal): -15060149 or 4928282. OLE color: 4928282.
HSL color Cylindrical-coordinate representation of color #1A334B: hue angle of 209.39º degrees, saturation: 0.49, 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 #1A334B is Cyan = 0.65, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 26 | 51 | 75 | - |
| CMYK | 0.65 | 0.32 | 0 | 0.71 |
| HSL | 209.39º | 0.49% | 0.2% | - |
| HSV(B) | 209.39º | 0.65% | 0.29% | - |
| XYZ | 2.88 | 3.1 | 7.1 | - |
| YUV | 46.26 | 144.22 | 113.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 51 | 75 | 0.65 | 0.32 | 0 | 0.71 | 209.39 | 0.49 | 0.2 |
| Hex | 1A | 33 | 4B | 41 | 20 | 0 | 47 | D1 | 31 | 14 |
| Octal | 32 | 63 | 113 | 101 | 40 | 0 | 107 | 321 | 61 | 24 |
| Binary | 11010 | 110011 | 1001011 | 1000001 | 100000 | 0 | 1000111 | 11010001 | 110001 | 10100 |
Color Harmonies of #1A334B
Complementary color
Monochromatic Colors of #1A334B
Black with #1A334B
Text Example
Text Example
White with #1A334B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A334B; }
p { color: rgb(26,51,75); }
H1.HeaderClassName
{
color: #1A334B;
}
.AnyTagClassName
{
color: #1A334B;
}
</style>
background-color css
<style>
a { background-color: #1A334B; }
a { background-color: rgb(26,51,75); }
div.DivClassName
{
background-color: #1A334B;
}
.BgClassName
{
background-color: #1A334B;
}
</style>
border-color css
<style>
span { border-color: #1A334B; }
span { border-color: rgb(26,51,75); }
td.TdClassName
{
border-color: #1A334B;
}
.TagClassName
{
border-color: #1A334B;
}
</style>