Shades of Blue Whale #1B334D
Tints of Blue Whale #1B334D
RGB
CMYK
RGB Variations
Color information
#1B334D (or 0x1B334D) is known color: Blue Whale. HEX triplet: 1B, 33 and 4D. RGB value is (27,51,77). Sum of RGB (Red+Green+Blue) = 27+51+77=155 (20% of max value = 765). Red value is 27 (10.94% from 255 or 17.42% from 155); Green value is 51 (20.31% from 255 or 32.90% from 155); Blue value is 77 (30.47% from 255 or 49.68% from 155); Max value from RGB is 77 - color contains mainly: blue. Hex color #1B334D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1B334D is #E4CCB2. Grayscale: #2E2E2E. Windows color (decimal): -14994611 or 5059355. OLE color: 5059355.
HSL color Cylindrical-coordinate representation of color #1B334D: hue angle of 211.2º degrees, saturation: 0.48, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #1B334D is Cyan = 0.65, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 27 | 51 | 77 | - |
| CMYK | 0.65 | 0.34 | 0 | 0.70 |
| HSL | 211.2º | 0.48% | 0.2% | - |
| HSV(B) | 211.2º | 0.65% | 0.3% | - |
| XYZ | 2.98 | 3.14 | 7.47 | - |
| YUV | 46.79 | 145.05 | 113.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 51 | 77 | 0.65 | 0.34 | 0 | 0.70 | 211.2 | 0.48 | 0.2 |
| Hex | 1B | 33 | 4D | 41 | 22 | 0 | 46 | D3 | 30 | 14 |
| Octal | 33 | 63 | 115 | 101 | 42 | 0 | 106 | 323 | 60 | 24 |
| Binary | 11011 | 110011 | 1001101 | 1000001 | 100010 | 0 | 1000110 | 11010011 | 110000 | 10100 |
Color Harmonies of #1B334D
Complementary color
Monochromatic Colors of #1B334D
Black with #1B334D
Text Example
Text Example
White with #1B334D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B334D; }
p { color: rgb(27,51,77); }
H1.HeaderClassName
{
color: #1B334D;
}
.AnyTagClassName
{
color: #1B334D;
}
</style>
background-color css
<style>
a { background-color: #1B334D; }
a { background-color: rgb(27,51,77); }
div.DivClassName
{
background-color: #1B334D;
}
.BgClassName
{
background-color: #1B334D;
}
</style>
border-color css
<style>
span { border-color: #1B334D; }
span { border-color: rgb(27,51,77); }
td.TdClassName
{
border-color: #1B334D;
}
.TagClassName
{
border-color: #1B334D;
}
</style>