Shades of Blue Whale #1B354E
Tints of Blue Whale #1B354E
RGB
CMYK
RGB Variations
Color information
#1B354E (or 0x1B354E) is known color: Blue Whale. HEX triplet: 1B, 35 and 4E. RGB value is (27,53,78). Sum of RGB (Red+Green+Blue) = 27+53+78=158 (20% of max value = 765). Red value is 27 (10.94% from 255 or 17.09% from 158); Green value is 53 (21.09% from 255 or 33.54% from 158); Blue value is 78 (30.86% from 255 or 49.37% from 158); Max value from RGB is 78 - color contains mainly: blue. Hex color #1B354E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1B354E is #E4CAB1. Grayscale: #2F2F2F. Windows color (decimal): -14994098 or 5125403. OLE color: 5125403.
HSL color Cylindrical-coordinate representation of color #1B354E: hue angle of 209.41º 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 #1B354E is Cyan = 0.65, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 27 | 53 | 78 | - |
| CMYK | 0.65 | 0.32 | 0 | 0.69 |
| HSL | 209.41º | 0.49% | 0.21% | - |
| HSV(B) | 209.41º | 0.65% | 0.31% | - |
| XYZ | 3.1 | 3.33 | 7.69 | - |
| YUV | 48.08 | 144.89 | 112.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 53 | 78 | 0.65 | 0.32 | 0 | 0.69 | 209.41 | 0.49 | 0.21 |
| Hex | 1B | 35 | 4E | 41 | 20 | 0 | 45 | D1 | 31 | 15 |
| Octal | 33 | 65 | 116 | 101 | 40 | 0 | 105 | 321 | 61 | 25 |
| Binary | 11011 | 110101 | 1001110 | 1000001 | 100000 | 0 | 1000101 | 11010001 | 110001 | 10101 |
Color Harmonies of #1B354E
Complementary color
Monochromatic Colors of #1B354E
Black with #1B354E
Text Example
Text Example
White with #1B354E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B354E; }
p { color: rgb(27,53,78); }
H1.HeaderClassName
{
color: #1B354E;
}
.AnyTagClassName
{
color: #1B354E;
}
</style>
background-color css
<style>
a { background-color: #1B354E; }
a { background-color: rgb(27,53,78); }
div.DivClassName
{
background-color: #1B354E;
}
.BgClassName
{
background-color: #1B354E;
}
</style>
border-color css
<style>
span { border-color: #1B354E; }
span { border-color: rgb(27,53,78); }
td.TdClassName
{
border-color: #1B354E;
}
.TagClassName
{
border-color: #1B354E;
}
</style>