Shades of Blue Whale #1B354D
Tints of Blue Whale #1B354D
RGB
CMYK
RGB Variations
Color information
#1B354D (or 0x1B354D) is known color: Blue Whale. HEX triplet: 1B, 35 and 4D. RGB value is (27,53,77). Sum of RGB (Red+Green+Blue) = 27+53+77=157 (20% of max value = 765). Red value is 27 (10.94% from 255 or 17.20% from 157); Green value is 53 (21.09% from 255 or 33.76% from 157); Blue value is 77 (30.47% from 255 or 49.04% from 157); Max value from RGB is 77 - color contains mainly: blue. Hex color #1B354D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1B354D is #E4CAB2. Grayscale: #2F2F2F. Windows color (decimal): -14994099 or 5059867. OLE color: 5059867.
HSL color Cylindrical-coordinate representation of color #1B354D: hue angle of 208.8º 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 #1B354D is Cyan = 0.65, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 27 | 53 | 77 | - |
| CMYK | 0.65 | 0.31 | 0 | 0.70 |
| HSL | 208.8º | 0.48% | 0.2% | - |
| HSV(B) | 208.8º | 0.65% | 0.3% | - |
| XYZ | 3.06 | 3.32 | 7.5 | - |
| YUV | 47.96 | 144.39 | 113.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 53 | 77 | 0.65 | 0.31 | 0 | 0.70 | 208.8 | 0.48 | 0.2 |
| Hex | 1B | 35 | 4D | 41 | 1F | 0 | 46 | D1 | 30 | 14 |
| Octal | 33 | 65 | 115 | 101 | 37 | 0 | 106 | 321 | 60 | 24 |
| Binary | 11011 | 110101 | 1001101 | 1000001 | 11111 | 0 | 1000110 | 11010001 | 110000 | 10100 |
Color Harmonies of #1B354D
Complementary color
Monochromatic Colors of #1B354D
Black with #1B354D
Text Example
Text Example
White with #1B354D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B354D; }
p { color: rgb(27,53,77); }
H1.HeaderClassName
{
color: #1B354D;
}
.AnyTagClassName
{
color: #1B354D;
}
</style>
background-color css
<style>
a { background-color: #1B354D; }
a { background-color: rgb(27,53,77); }
div.DivClassName
{
background-color: #1B354D;
}
.BgClassName
{
background-color: #1B354D;
}
</style>
border-color css
<style>
span { border-color: #1B354D; }
span { border-color: rgb(27,53,77); }
td.TdClassName
{
border-color: #1B354D;
}
.TagClassName
{
border-color: #1B354D;
}
</style>