Shades of Blue Whale #1A313F
Tints of Blue Whale #1A313F
RGB
CMYK
RGB Variations
Color information
#1A313F (or 0x1A313F) is known color: Blue Whale. HEX triplet: 1A, 31 and 3F. RGB value is (26,49,63). Sum of RGB (Red+Green+Blue) = 26+49+63=138 (18% of max value = 765). Red value is 26 (10.55% from 255 or 18.84% from 138); Green value is 49 (19.53% from 255 or 35.51% from 138); Blue value is 63 (25% from 255 or 45.65% from 138); Max value from RGB is 63 - color contains mainly: blue. Hex color #1A313F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A313F is #E5CEC0. Grayscale: #2B2B2B. Windows color (decimal): -15060673 or 4141338. OLE color: 4141338.
HSL color Cylindrical-coordinate representation of color #1A313F: hue angle of 202.7º degrees, saturation: 0.42, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #1A313F is Cyan = 0.59, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 26 | 49 | 63 | - |
| CMYK | 0.59 | 0.22 | 0 | 0.75 |
| HSL | 202.7º | 0.42% | 0.17% | - |
| HSV(B) | 202.7º | 0.59% | 0.25% | - |
| XYZ | 2.42 | 2.78 | 5.11 | - |
| YUV | 43.72 | 138.88 | 115.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 49 | 63 | 0.59 | 0.22 | 0 | 0.75 | 202.7 | 0.42 | 0.17 |
| Hex | 1A | 31 | 3F | 3B | 16 | 0 | 4B | CB | 2A | 11 |
| Octal | 32 | 61 | 77 | 73 | 26 | 0 | 113 | 313 | 52 | 21 |
| Binary | 11010 | 110001 | 111111 | 111011 | 10110 | 0 | 1001011 | 11001011 | 101010 | 10001 |
Color Harmonies of #1A313F
Complementary color
Monochromatic Colors of #1A313F
Black with #1A313F
Text Example
Text Example
White with #1A313F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A313F; }
p { color: rgb(26,49,63); }
H1.HeaderClassName
{
color: #1A313F;
}
.AnyTagClassName
{
color: #1A313F;
}
</style>
background-color css
<style>
a { background-color: #1A313F; }
a { background-color: rgb(26,49,63); }
div.DivClassName
{
background-color: #1A313F;
}
.BgClassName
{
background-color: #1A313F;
}
</style>
border-color css
<style>
span { border-color: #1A313F; }
span { border-color: rgb(26,49,63); }
td.TdClassName
{
border-color: #1A313F;
}
.TagClassName
{
border-color: #1A313F;
}
</style>