Shades of Blue Whale #1B344E
Tints of Blue Whale #1B344E
RGB
CMYK
RGB Variations
Color information
#1B344E (or 0x1B344E) is known color: Blue Whale. HEX triplet: 1B, 34 and 4E. RGB value is (27,52,78). Sum of RGB (Red+Green+Blue) = 27+52+78=157 (20% of max value = 765). Red value is 27 (10.94% from 255 or 17.20% from 157); Green value is 52 (20.70% from 255 or 33.12% from 157); Blue value is 78 (30.86% from 255 or 49.68% from 157); Max value from RGB is 78 - color contains mainly: blue. Hex color #1B344E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1B344E is #E4CBB1. Grayscale: #2F2F2F. Windows color (decimal): -14994354 or 5125147. OLE color: 5125147.
HSL color Cylindrical-coordinate representation of color #1B344E: hue angle of 210.59º 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 #1B344E is Cyan = 0.65, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 27 | 52 | 78 | - |
| CMYK | 0.65 | 0.33 | 0 | 0.69 |
| HSL | 210.59º | 0.49% | 0.21% | - |
| HSV(B) | 210.59º | 0.65% | 0.31% | - |
| XYZ | 3.06 | 3.24 | 7.67 | - |
| YUV | 47.49 | 145.22 | 113.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 52 | 78 | 0.65 | 0.33 | 0 | 0.69 | 210.59 | 0.49 | 0.21 |
| Hex | 1B | 34 | 4E | 41 | 21 | 0 | 45 | D3 | 31 | 15 |
| Octal | 33 | 64 | 116 | 101 | 41 | 0 | 105 | 323 | 61 | 25 |
| Binary | 11011 | 110100 | 1001110 | 1000001 | 100001 | 0 | 1000101 | 11010011 | 110001 | 10101 |
Color Harmonies of #1B344E
Complementary color
Monochromatic Colors of #1B344E
Black with #1B344E
Text Example
Text Example
White with #1B344E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B344E; }
p { color: rgb(27,52,78); }
H1.HeaderClassName
{
color: #1B344E;
}
.AnyTagClassName
{
color: #1B344E;
}
</style>
background-color css
<style>
a { background-color: #1B344E; }
a { background-color: rgb(27,52,78); }
div.DivClassName
{
background-color: #1B344E;
}
.BgClassName
{
background-color: #1B344E;
}
</style>
border-color css
<style>
span { border-color: #1B344E; }
span { border-color: rgb(27,52,78); }
td.TdClassName
{
border-color: #1B344E;
}
.TagClassName
{
border-color: #1B344E;
}
</style>