Shades of Blue Whale #1C353F
Tints of Blue Whale #1C353F
RGB
CMYK
RGB Variations
Color information
#1C353F (or 0x1C353F) is known color: Blue Whale. HEX triplet: 1C, 35 and 3F. RGB value is (28,53,63). Sum of RGB (Red+Green+Blue) = 28+53+63=144 (19% of max value = 765). Red value is 28 (11.33% from 255 or 19.44% from 144); Green value is 53 (21.09% from 255 or 36.81% from 144); Blue value is 63 (25% from 255 or 43.75% from 144); Max value from RGB is 63 - color contains mainly: blue. Hex color #1C353F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1C353F is #E3CAC0. Grayscale: #2E2E2E. Windows color (decimal): -14928577 or 4142364. OLE color: 4142364.
HSL color Cylindrical-coordinate representation of color #1C353F: hue angle of 197.14º 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 #1C353F is Cyan = 0.56, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 28 | 53 | 63 | - |
| CMYK | 0.56 | 0.16 | 0 | 0.75 |
| HSL | 197.14º | 0.38% | 0.18% | - |
| HSV(B) | 197.14º | 0.56% | 0.25% | - |
| XYZ | 2.65 | 3.15 | 5.17 | - |
| YUV | 46.67 | 137.22 | 114.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 53 | 63 | 0.56 | 0.16 | 0 | 0.75 | 197.14 | 0.38 | 0.18 |
| Hex | 1C | 35 | 3F | 38 | 10 | 0 | 4B | C5 | 26 | 12 |
| Octal | 34 | 65 | 77 | 70 | 20 | 0 | 113 | 305 | 46 | 22 |
| Binary | 11100 | 110101 | 111111 | 111000 | 10000 | 0 | 1001011 | 11000101 | 100110 | 10010 |
Color Harmonies of #1C353F
Complementary color
Monochromatic Colors of #1C353F
Black with #1C353F
Text Example
Text Example
White with #1C353F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C353F; }
p { color: rgb(28,53,63); }
H1.HeaderClassName
{
color: #1C353F;
}
.AnyTagClassName
{
color: #1C353F;
}
</style>
background-color css
<style>
a { background-color: #1C353F; }
a { background-color: rgb(28,53,63); }
div.DivClassName
{
background-color: #1C353F;
}
.BgClassName
{
background-color: #1C353F;
}
</style>
border-color css
<style>
span { border-color: #1C353F; }
span { border-color: rgb(28,53,63); }
td.TdClassName
{
border-color: #1C353F;
}
.TagClassName
{
border-color: #1C353F;
}
</style>