Shades of Blue Whale #103448
Tints of Blue Whale #103448
RGB
CMYK
RGB Variations
Color information
#103448 (or 0x103448) is known color: Blue Whale. HEX triplet: 10, 34 and 48. RGB value is (16,52,72). Sum of RGB (Red+Green+Blue) = 16+52+72=140 (18% of max value = 765). Red value is 16 (6.64% from 255 or 11.43% from 140); Green value is 52 (20.70% from 255 or 37.14% from 140); Blue value is 72 (28.52% from 255 or 51.43% from 140); Max value from RGB is 72 - color contains mainly: blue. Hex color #103448 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #103448 is #EFCBB7. Grayscale: #2B2B2B. Windows color (decimal): -15715256 or 4731920. OLE color: 4731920.
HSL color Cylindrical-coordinate representation of color #103448: hue angle of 201.43º degrees, saturation: 0.64, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #103448 is Cyan = 0.78, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 16 | 52 | 72 | - |
| CMYK | 0.78 | 0.28 | 0 | 0.72 |
| HSL | 201.43º | 0.64% | 0.17% | - |
| HSV(B) | 201.43º | 0.78% | 0.28% | - |
| XYZ | 2.61 | 3.03 | 6.58 | - |
| YUV | 43.52 | 144.07 | 108.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 52 | 72 | 0.78 | 0.28 | 0 | 0.72 | 201.43 | 0.64 | 0.17 |
| Hex | 10 | 34 | 48 | 4E | 1C | 0 | 48 | C9 | 40 | 11 |
| Octal | 20 | 64 | 110 | 116 | 34 | 0 | 110 | 311 | 100 | 21 |
| Binary | 10000 | 110100 | 1001000 | 1001110 | 11100 | 0 | 1001000 | 11001001 | 1000000 | 10001 |
Color Harmonies of #103448
Complementary color
Monochromatic Colors of #103448
Black with #103448
Text Example
Text Example
White with #103448
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #103448; }
p { color: rgb(16,52,72); }
H1.HeaderClassName
{
color: #103448;
}
.AnyTagClassName
{
color: #103448;
}
</style>
background-color css
<style>
a { background-color: #103448; }
a { background-color: rgb(16,52,72); }
div.DivClassName
{
background-color: #103448;
}
.BgClassName
{
background-color: #103448;
}
</style>
border-color css
<style>
span { border-color: #103448; }
span { border-color: rgb(16,52,72); }
td.TdClassName
{
border-color: #103448;
}
.TagClassName
{
border-color: #103448;
}
</style>