Shades of Blue Whale #1A3843
Tints of Blue Whale #1A3843
RGB
CMYK
RGB Variations
Color information
#1A3843 (or 0x1A3843) is known color: Blue Whale. HEX triplet: 1A, 38 and 43. RGB value is (26,56,67). Sum of RGB (Red+Green+Blue) = 26+56+67=149 (19% of max value = 765). Red value is 26 (10.55% from 255 or 17.45% from 149); Green value is 56 (22.27% from 255 or 37.58% from 149); Blue value is 67 (26.56% from 255 or 44.97% from 149); Max value from RGB is 67 - color contains mainly: blue. Hex color #1A3843 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A3843 is #E5C7BC. Grayscale: #303030. Windows color (decimal): -15058877 or 4405274. OLE color: 4405274.
HSL color Cylindrical-coordinate representation of color #1A3843: hue angle of 196.1º 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 #1A3843 is Cyan = 0.61, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 26 | 56 | 67 | - |
| CMYK | 0.61 | 0.16 | 0 | 0.74 |
| HSL | 196.1º | 0.44% | 0.18% | - |
| HSV(B) | 196.1º | 0.61% | 0.26% | - |
| XYZ | 2.85 | 3.45 | 5.83 | - |
| YUV | 48.28 | 138.56 | 112.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 56 | 67 | 0.61 | 0.16 | 0 | 0.74 | 196.1 | 0.44 | 0.18 |
| Hex | 1A | 38 | 43 | 3D | 10 | 0 | 4A | C4 | 2C | 12 |
| Octal | 32 | 70 | 103 | 75 | 20 | 0 | 112 | 304 | 54 | 22 |
| Binary | 11010 | 111000 | 1000011 | 111101 | 10000 | 0 | 1001010 | 11000100 | 101100 | 10010 |
Color Harmonies of #1A3843
Complementary color
Monochromatic Colors of #1A3843
Black with #1A3843
Text Example
Text Example
White with #1A3843
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A3843; }
p { color: rgb(26,56,67); }
H1.HeaderClassName
{
color: #1A3843;
}
.AnyTagClassName
{
color: #1A3843;
}
</style>
background-color css
<style>
a { background-color: #1A3843; }
a { background-color: rgb(26,56,67); }
div.DivClassName
{
background-color: #1A3843;
}
.BgClassName
{
background-color: #1A3843;
}
</style>
border-color css
<style>
span { border-color: #1A3843; }
span { border-color: rgb(26,56,67); }
td.TdClassName
{
border-color: #1A3843;
}
.TagClassName
{
border-color: #1A3843;
}
</style>