Shades of Blue Whale #1A3443
Tints of Blue Whale #1A3443
RGB
CMYK
RGB Variations
Color information
#1A3443 (or 0x1A3443) is known color: Blue Whale. HEX triplet: 1A, 34 and 43. RGB value is (26,52,67). Sum of RGB (Red+Green+Blue) = 26+52+67=145 (19% of max value = 765). Red value is 26 (10.55% from 255 or 17.93% from 145); Green value is 52 (20.70% from 255 or 35.86% from 145); Blue value is 67 (26.56% from 255 or 46.21% from 145); Max value from RGB is 67 - color contains mainly: blue. Hex color #1A3443 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A3443 is #E5CBBC. Grayscale: #2D2D2D. Windows color (decimal): -15059901 or 4404250. OLE color: 4404250.
HSL color Cylindrical-coordinate representation of color #1A3443: hue angle of 201.95º degrees, saturation: 0.44, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #1A3443 is Cyan = 0.61, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 26 | 52 | 67 | - |
| CMYK | 0.61 | 0.22 | 0 | 0.74 |
| HSL | 201.95º | 0.44% | 0.18% | - |
| HSV(B) | 201.95º | 0.61% | 0.26% | - |
| XYZ | 2.67 | 3.08 | 5.76 | - |
| YUV | 45.94 | 139.89 | 113.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 52 | 67 | 0.61 | 0.22 | 0 | 0.74 | 201.95 | 0.44 | 0.18 |
| Hex | 1A | 34 | 43 | 3D | 16 | 0 | 4A | CA | 2C | 12 |
| Octal | 32 | 64 | 103 | 75 | 26 | 0 | 112 | 312 | 54 | 22 |
| Binary | 11010 | 110100 | 1000011 | 111101 | 10110 | 0 | 1001010 | 11001010 | 101100 | 10010 |
Color Harmonies of #1A3443
Complementary color
Monochromatic Colors of #1A3443
Black with #1A3443
Text Example
Text Example
White with #1A3443
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A3443; }
p { color: rgb(26,52,67); }
H1.HeaderClassName
{
color: #1A3443;
}
.AnyTagClassName
{
color: #1A3443;
}
</style>
background-color css
<style>
a { background-color: #1A3443; }
a { background-color: rgb(26,52,67); }
div.DivClassName
{
background-color: #1A3443;
}
.BgClassName
{
background-color: #1A3443;
}
</style>
border-color css
<style>
span { border-color: #1A3443; }
span { border-color: rgb(26,52,67); }
td.TdClassName
{
border-color: #1A3443;
}
.TagClassName
{
border-color: #1A3443;
}
</style>