Shades of Blue Whale #1B334E
Tints of Blue Whale #1B334E
RGB
CMYK
RGB Variations
Color information
#1B334E (or 0x1B334E) is known color: Blue Whale. HEX triplet: 1B, 33 and 4E. RGB value is (27,51,78). Sum of RGB (Red+Green+Blue) = 27+51+78=156 (20% of max value = 765). Red value is 27 (10.94% from 255 or 17.31% from 156); Green value is 51 (20.31% from 255 or 32.69% from 156); Blue value is 78 (30.86% from 255 or 50% from 156); Max value from RGB is 78 - color contains mainly: blue. Hex color #1B334E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1B334E is #E4CCB1. Grayscale: #2E2E2E. Windows color (decimal): -14994610 or 5124891. OLE color: 5124891.
HSL color Cylindrical-coordinate representation of color #1B334E: hue angle of 211.76º degrees, saturation: 0.49, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #1B334E is Cyan = 0.65, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 27 | 51 | 78 | - |
| CMYK | 0.65 | 0.35 | 0 | 0.69 |
| HSL | 211.76º | 0.49% | 0.21% | - |
| HSV(B) | 211.76º | 0.65% | 0.31% | - |
| XYZ | 3.01 | 3.15 | 7.66 | - |
| YUV | 46.9 | 145.55 | 113.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 51 | 78 | 0.65 | 0.35 | 0 | 0.69 | 211.76 | 0.49 | 0.21 |
| Hex | 1B | 33 | 4E | 41 | 23 | 0 | 45 | D4 | 31 | 15 |
| Octal | 33 | 63 | 116 | 101 | 43 | 0 | 105 | 324 | 61 | 25 |
| Binary | 11011 | 110011 | 1001110 | 1000001 | 100011 | 0 | 1000101 | 11010100 | 110001 | 10101 |
Color Harmonies of #1B334E
Complementary color
Monochromatic Colors of #1B334E
Black with #1B334E
Text Example
Text Example
White with #1B334E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B334E; }
p { color: rgb(27,51,78); }
H1.HeaderClassName
{
color: #1B334E;
}
.AnyTagClassName
{
color: #1B334E;
}
</style>
background-color css
<style>
a { background-color: #1B334E; }
a { background-color: rgb(27,51,78); }
div.DivClassName
{
background-color: #1B334E;
}
.BgClassName
{
background-color: #1B334E;
}
</style>
border-color css
<style>
span { border-color: #1B334E; }
span { border-color: rgb(27,51,78); }
td.TdClassName
{
border-color: #1B334E;
}
.TagClassName
{
border-color: #1B334E;
}
</style>