Shades of Blue Whale #173145
Tints of Blue Whale #173145
RGB
CMYK
RGB Variations
Color information
#173145 (or 0x173145) is known color: Blue Whale. HEX triplet: 17, 31 and 45. RGB value is (23,49,69). Sum of RGB (Red+Green+Blue) = 23+49+69=141 (18% of max value = 765). Red value is 23 (9.38% from 255 or 16.31% from 141); Green value is 49 (19.53% from 255 or 34.75% from 141); Blue value is 69 (27.34% from 255 or 48.94% from 141); Max value from RGB is 69 - color contains mainly: blue. Hex color #173145 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #173145 is #E8CEBA. Grayscale: #2B2B2B. Windows color (decimal): -15257275 or 4534551. OLE color: 4534551.
HSL color Cylindrical-coordinate representation of color #173145: hue angle of 206.09º degrees, saturation: 0.5, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #173145 is Cyan = 0.67, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 23 | 49 | 69 | - |
| CMYK | 0.67 | 0.29 | 0 | 0.73 |
| HSL | 206.09º | 0.5% | 0.18% | - |
| HSV(B) | 206.09º | 0.67% | 0.27% | - |
| XYZ | 2.53 | 2.81 | 6.04 | - |
| YUV | 43.51 | 142.39 | 113.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 49 | 69 | 0.67 | 0.29 | 0 | 0.73 | 206.09 | 0.5 | 0.18 |
| Hex | 17 | 31 | 45 | 43 | 1D | 0 | 49 | CE | 32 | 12 |
| Octal | 27 | 61 | 105 | 103 | 35 | 0 | 111 | 316 | 62 | 22 |
| Binary | 10111 | 110001 | 1000101 | 1000011 | 11101 | 0 | 1001001 | 11001110 | 110010 | 10010 |
Color Harmonies of #173145
Complementary color
Monochromatic Colors of #173145
Black with #173145
Text Example
Text Example
White with #173145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #173145; }
p { color: rgb(23,49,69); }
H1.HeaderClassName
{
color: #173145;
}
.AnyTagClassName
{
color: #173145;
}
</style>
background-color css
<style>
a { background-color: #173145; }
a { background-color: rgb(23,49,69); }
div.DivClassName
{
background-color: #173145;
}
.BgClassName
{
background-color: #173145;
}
</style>
border-color css
<style>
span { border-color: #173145; }
span { border-color: rgb(23,49,69); }
td.TdClassName
{
border-color: #173145;
}
.TagClassName
{
border-color: #173145;
}
</style>