Shades of Blue Whale #103043
Tints of Blue Whale #103043
RGB
CMYK
RGB Variations
Color information
#103043 (or 0x103043) is known color: Blue Whale. HEX triplet: 10, 30 and 43. RGB value is (16,48,67). Sum of RGB (Red+Green+Blue) = 16+48+67=131 (17% of max value = 765). Red value is 16 (6.64% from 255 or 12.21% from 131); Green value is 48 (19.14% from 255 or 36.64% from 131); Blue value is 67 (26.56% from 255 or 51.15% from 131); Max value from RGB is 67 - color contains mainly: blue. Hex color #103043 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #103043 is #EFCFBC. Grayscale: #282828. Windows color (decimal): -15716285 or 4403216. OLE color: 4403216.
HSL color Cylindrical-coordinate representation of color #103043: hue angle of 202.35º degrees, saturation: 0.61, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #103043 is Cyan = 0.76, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 16 | 48 | 67 | - |
| CMYK | 0.76 | 0.28 | 0 | 0.74 |
| HSL | 202.35º | 0.61% | 0.16% | - |
| HSV(B) | 202.35º | 0.76% | 0.26% | - |
| XYZ | 2.28 | 2.63 | 5.7 | - |
| YUV | 40.6 | 142.9 | 110.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 48 | 67 | 0.76 | 0.28 | 0 | 0.74 | 202.35 | 0.61 | 0.16 |
| Hex | 10 | 30 | 43 | 4C | 1C | 0 | 4A | CA | 3D | 10 |
| Octal | 20 | 60 | 103 | 114 | 34 | 0 | 112 | 312 | 75 | 20 |
| Binary | 10000 | 110000 | 1000011 | 1001100 | 11100 | 0 | 1001010 | 11001010 | 111101 | 10000 |
Color Harmonies of #103043
Complementary color
Monochromatic Colors of #103043
Black with #103043
Text Example
Text Example
White with #103043
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #103043; }
p { color: rgb(16,48,67); }
H1.HeaderClassName
{
color: #103043;
}
.AnyTagClassName
{
color: #103043;
}
</style>
background-color css
<style>
a { background-color: #103043; }
a { background-color: rgb(16,48,67); }
div.DivClassName
{
background-color: #103043;
}
.BgClassName
{
background-color: #103043;
}
</style>
border-color css
<style>
span { border-color: #103043; }
span { border-color: rgb(16,48,67); }
td.TdClassName
{
border-color: #103043;
}
.TagClassName
{
border-color: #103043;
}
</style>