Shades of Blue Whale #1A333F
Tints of Blue Whale #1A333F
RGB
CMYK
RGB Variations
Color information
#1A333F (or 0x1A333F) is known color: Blue Whale. HEX triplet: 1A, 33 and 3F. RGB value is (26,51,63). Sum of RGB (Red+Green+Blue) = 26+51+63=140 (18% of max value = 765). Red value is 26 (10.55% from 255 or 18.57% from 140); Green value is 51 (20.31% from 255 or 36.43% from 140); Blue value is 63 (25% from 255 or 45% from 140); Max value from RGB is 63 - color contains mainly: blue. Hex color #1A333F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A333F is #E5CCC0. Grayscale: #2C2C2C. Windows color (decimal): -15060161 or 4141850. OLE color: 4141850.
HSL color Cylindrical-coordinate representation of color #1A333F: hue angle of 199.46º 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 #1A333F is Cyan = 0.59, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 26 | 51 | 63 | - |
| CMYK | 0.59 | 0.19 | 0 | 0.75 |
| HSL | 199.46º | 0.42% | 0.17% | - |
| HSV(B) | 199.46º | 0.59% | 0.25% | - |
| XYZ | 2.51 | 2.95 | 5.14 | - |
| YUV | 44.89 | 138.22 | 114.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 51 | 63 | 0.59 | 0.19 | 0 | 0.75 | 199.46 | 0.42 | 0.17 |
| Hex | 1A | 33 | 3F | 3B | 13 | 0 | 4B | C7 | 2A | 11 |
| Octal | 32 | 63 | 77 | 73 | 23 | 0 | 113 | 307 | 52 | 21 |
| Binary | 11010 | 110011 | 111111 | 111011 | 10011 | 0 | 1001011 | 11000111 | 101010 | 10001 |
Color Harmonies of #1A333F
Complementary color
Monochromatic Colors of #1A333F
Black with #1A333F
Text Example
Text Example
White with #1A333F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A333F; }
p { color: rgb(26,51,63); }
H1.HeaderClassName
{
color: #1A333F;
}
.AnyTagClassName
{
color: #1A333F;
}
</style>
background-color css
<style>
a { background-color: #1A333F; }
a { background-color: rgb(26,51,63); }
div.DivClassName
{
background-color: #1A333F;
}
.BgClassName
{
background-color: #1A333F;
}
</style>
border-color css
<style>
span { border-color: #1A333F; }
span { border-color: rgb(26,51,63); }
td.TdClassName
{
border-color: #1A333F;
}
.TagClassName
{
border-color: #1A333F;
}
</style>