Shades of Blue Whale #173142
Tints of Blue Whale #173142
RGB
CMYK
RGB Variations
Color information
#173142 (or 0x173142) is known color: Blue Whale. HEX triplet: 17, 31 and 42. RGB value is (23,49,66). Sum of RGB (Red+Green+Blue) = 23+49+66=138 (18% of max value = 765). Red value is 23 (9.38% from 255 or 16.67% from 138); Green value is 49 (19.53% from 255 or 35.51% from 138); Blue value is 66 (26.17% from 255 or 47.83% from 138); Max value from RGB is 66 - color contains mainly: blue. Hex color #173142 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #173142 is #E8CEBD. Grayscale: #2B2B2B. Windows color (decimal): -15257278 or 4337943. OLE color: 4337943.
HSL color Cylindrical-coordinate representation of color #173142: hue angle of 203.72º degrees, saturation: 0.48, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #173142 is Cyan = 0.65, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 23 | 49 | 66 | - |
| CMYK | 0.65 | 0.26 | 0 | 0.74 |
| HSL | 203.72º | 0.48% | 0.17% | - |
| HSV(B) | 203.72º | 0.65% | 0.26% | - |
| XYZ | 2.44 | 2.77 | 5.56 | - |
| YUV | 43.16 | 140.89 | 113.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 49 | 66 | 0.65 | 0.26 | 0 | 0.74 | 203.72 | 0.48 | 0.17 |
| Hex | 17 | 31 | 42 | 41 | 1A | 0 | 4A | CC | 30 | 11 |
| Octal | 27 | 61 | 102 | 101 | 32 | 0 | 112 | 314 | 60 | 21 |
| Binary | 10111 | 110001 | 1000010 | 1000001 | 11010 | 0 | 1001010 | 11001100 | 110000 | 10001 |
Color Harmonies of #173142
Complementary color
Monochromatic Colors of #173142
Black with #173142
Text Example
Text Example
White with #173142
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #173142; }
p { color: rgb(23,49,66); }
H1.HeaderClassName
{
color: #173142;
}
.AnyTagClassName
{
color: #173142;
}
</style>
background-color css
<style>
a { background-color: #173142; }
a { background-color: rgb(23,49,66); }
div.DivClassName
{
background-color: #173142;
}
.BgClassName
{
background-color: #173142;
}
</style>
border-color css
<style>
span { border-color: #173142; }
span { border-color: rgb(23,49,66); }
td.TdClassName
{
border-color: #173142;
}
.TagClassName
{
border-color: #173142;
}
</style>