Shades of Blue Whale #1C313F
Tints of Blue Whale #1C313F
RGB
CMYK
RGB Variations
Color information
#1C313F (or 0x1C313F) is known color: Blue Whale. HEX triplet: 1C, 31 and 3F. RGB value is (28,49,63). Sum of RGB (Red+Green+Blue) = 28+49+63=140 (18% of max value = 765). Red value is 28 (11.33% from 255 or 20% from 140); Green value is 49 (19.53% from 255 or 35% from 140); Blue value is 63 (25% from 255 or 45% from 140); Max value from RGB is 63 - color contains mainly: blue. Hex color #1C313F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1C313F is #E3CEC0. Grayscale: #2C2C2C. Windows color (decimal): -14929601 or 4141340. OLE color: 4141340.
HSL color Cylindrical-coordinate representation of color #1C313F: hue angle of 204º degrees, saturation: 0.38, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #1C313F is Cyan = 0.56, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 28 | 49 | 63 | - |
| CMYK | 0.56 | 0.22 | 0 | 0.75 |
| HSL | 204º | 0.38% | 0.18% | - |
| HSV(B) | 204º | 0.56% | 0.25% | - |
| XYZ | 2.47 | 2.8 | 5.11 | - |
| YUV | 44.32 | 138.54 | 116.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 49 | 63 | 0.56 | 0.22 | 0 | 0.75 | 204 | 0.38 | 0.18 |
| Hex | 1C | 31 | 3F | 38 | 16 | 0 | 4B | CC | 26 | 12 |
| Octal | 34 | 61 | 77 | 70 | 26 | 0 | 113 | 314 | 46 | 22 |
| Binary | 11100 | 110001 | 111111 | 111000 | 10110 | 0 | 1001011 | 11001100 | 100110 | 10010 |
Color Harmonies of #1C313F
Complementary color
Monochromatic Colors of #1C313F
Black with #1C313F
Text Example
Text Example
White with #1C313F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C313F; }
p { color: rgb(28,49,63); }
H1.HeaderClassName
{
color: #1C313F;
}
.AnyTagClassName
{
color: #1C313F;
}
</style>
background-color css
<style>
a { background-color: #1C313F; }
a { background-color: rgb(28,49,63); }
div.DivClassName
{
background-color: #1C313F;
}
.BgClassName
{
background-color: #1C313F;
}
</style>
border-color css
<style>
span { border-color: #1C313F; }
span { border-color: rgb(28,49,63); }
td.TdClassName
{
border-color: #1C313F;
}
.TagClassName
{
border-color: #1C313F;
}
</style>