Shades of Blue Whale #1C313B
Tints of Blue Whale #1C313B
RGB
CMYK
RGB Variations
Color information
#1C313B (or 0x1C313B) is known color: Blue Whale. HEX triplet: 1C, 31 and 3B. RGB value is (28,49,59). Sum of RGB (Red+Green+Blue) = 28+49+59=136 (18% of max value = 765). Red value is 28 (11.33% from 255 or 20.59% from 136); Green value is 49 (19.53% from 255 or 36.03% from 136); Blue value is 59 (23.44% from 255 or 43.38% from 136); Max value from RGB is 59 - color contains mainly: blue. Hex color #1C313B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1C313B is #E3CEC4. Grayscale: #2B2B2B. Windows color (decimal): -14929605 or 3879196. OLE color: 3879196.
HSL color Cylindrical-coordinate representation of color #1C313B: hue angle of 199.35º degrees, saturation: 0.36, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #1C313B is Cyan = 0.53, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 28 | 49 | 59 | - |
| CMYK | 0.53 | 0.17 | 0 | 0.77 |
| HSL | 199.35º | 0.36% | 0.17% | - |
| HSV(B) | 199.35º | 0.53% | 0.23% | - |
| XYZ | 2.37 | 2.76 | 4.55 | - |
| YUV | 43.86 | 136.54 | 116.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 49 | 59 | 0.53 | 0.17 | 0 | 0.77 | 199.35 | 0.36 | 0.17 |
| Hex | 1C | 31 | 3B | 35 | 11 | 0 | 4D | C7 | 24 | 11 |
| Octal | 34 | 61 | 73 | 65 | 21 | 0 | 115 | 307 | 44 | 21 |
| Binary | 11100 | 110001 | 111011 | 110101 | 10001 | 0 | 1001101 | 11000111 | 100100 | 10001 |
Color Harmonies of #1C313B
Complementary color
Monochromatic Colors of #1C313B
Black with #1C313B
Text Example
Text Example
White with #1C313B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C313B; }
p { color: rgb(28,49,59); }
H1.HeaderClassName
{
color: #1C313B;
}
.AnyTagClassName
{
color: #1C313B;
}
</style>
background-color css
<style>
a { background-color: #1C313B; }
a { background-color: rgb(28,49,59); }
div.DivClassName
{
background-color: #1C313B;
}
.BgClassName
{
background-color: #1C313B;
}
</style>
border-color css
<style>
span { border-color: #1C313B; }
span { border-color: rgb(28,49,59); }
td.TdClassName
{
border-color: #1C313B;
}
.TagClassName
{
border-color: #1C313B;
}
</style>