Shades of Blue Whale #1B3746
Tints of Blue Whale #1B3746
RGB
CMYK
RGB Variations
Color information
#1B3746 (or 0x1B3746) is known color: Blue Whale. HEX triplet: 1B, 37 and 46. RGB value is (27,55,70). Sum of RGB (Red+Green+Blue) = 27+55+70=152 (20% of max value = 765). Red value is 27 (10.94% from 255 or 17.76% from 152); Green value is 55 (21.88% from 255 or 36.18% from 152); Blue value is 70 (27.73% from 255 or 46.05% from 152); Max value from RGB is 70 - color contains mainly: blue. Hex color #1B3746 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1B3746 is #E4C8B9. Grayscale: #303030. Windows color (decimal): -14993594 or 4601627. OLE color: 4601627.
HSL color Cylindrical-coordinate representation of color #1B3746: hue angle of 200.93º degrees, saturation: 0.44, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #1B3746 is Cyan = 0.61, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 27 | 55 | 70 | - |
| CMYK | 0.61 | 0.21 | 0 | 0.73 |
| HSL | 200.93º | 0.44% | 0.19% | - |
| HSV(B) | 200.93º | 0.61% | 0.27% | - |
| XYZ | 2.92 | 3.41 | 6.3 | - |
| YUV | 48.34 | 140.22 | 112.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 55 | 70 | 0.61 | 0.21 | 0 | 0.73 | 200.93 | 0.44 | 0.19 |
| Hex | 1B | 37 | 46 | 3D | 15 | 0 | 49 | C9 | 2C | 13 |
| Octal | 33 | 67 | 106 | 75 | 25 | 0 | 111 | 311 | 54 | 23 |
| Binary | 11011 | 110111 | 1000110 | 111101 | 10101 | 0 | 1001001 | 11001001 | 101100 | 10011 |
Color Harmonies of #1B3746
Complementary color
Monochromatic Colors of #1B3746
Black with #1B3746
Text Example
Text Example
White with #1B3746
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B3746; }
p { color: rgb(27,55,70); }
H1.HeaderClassName
{
color: #1B3746;
}
.AnyTagClassName
{
color: #1B3746;
}
</style>
background-color css
<style>
a { background-color: #1B3746; }
a { background-color: rgb(27,55,70); }
div.DivClassName
{
background-color: #1B3746;
}
.BgClassName
{
background-color: #1B3746;
}
</style>
border-color css
<style>
span { border-color: #1B3746; }
span { border-color: rgb(27,55,70); }
td.TdClassName
{
border-color: #1B3746;
}
.TagClassName
{
border-color: #1B3746;
}
</style>