Shades of Blue Whale #10304D
Tints of Blue Whale #10304D
RGB
CMYK
RGB Variations
Color information
#10304D (or 0x10304D) is known color: Blue Whale. HEX triplet: 10, 30 and 4D. RGB value is (16,48,77). Sum of RGB (Red+Green+Blue) = 16+48+77=141 (18% of max value = 765). Red value is 16 (6.64% from 255 or 11.35% from 141); Green value is 48 (19.14% from 255 or 34.04% from 141); Blue value is 77 (30.47% from 255 or 54.61% from 141); Max value from RGB is 77 - color contains mainly: blue. Hex color #10304D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #10304D is #EFCFB2. Grayscale: #292929. Windows color (decimal): -15716275 or 5058576. OLE color: 5058576.
HSL color Cylindrical-coordinate representation of color #10304D: hue angle of 208.52º degrees, saturation: 0.66, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #10304D is Cyan = 0.79, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 16 | 48 | 77 | - |
| CMYK | 0.79 | 0.38 | 0 | 0.70 |
| HSL | 208.52º | 0.66% | 0.18% | - |
| HSV(B) | 208.52º | 0.79% | 0.3% | - |
| XYZ | 2.61 | 2.76 | 7.42 | - |
| YUV | 41.74 | 147.9 | 109.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 48 | 77 | 0.79 | 0.38 | 0 | 0.70 | 208.52 | 0.66 | 0.18 |
| Hex | 10 | 30 | 4D | 4F | 26 | 0 | 46 | D1 | 42 | 12 |
| Octal | 20 | 60 | 115 | 117 | 46 | 0 | 106 | 321 | 102 | 22 |
| Binary | 10000 | 110000 | 1001101 | 1001111 | 100110 | 0 | 1000110 | 11010001 | 1000010 | 10010 |
Color Harmonies of #10304D
Complementary color
Monochromatic Colors of #10304D
Black with #10304D
Text Example
Text Example
White with #10304D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10304D; }
p { color: rgb(16,48,77); }
H1.HeaderClassName
{
color: #10304D;
}
.AnyTagClassName
{
color: #10304D;
}
</style>
background-color css
<style>
a { background-color: #10304D; }
a { background-color: rgb(16,48,77); }
div.DivClassName
{
background-color: #10304D;
}
.BgClassName
{
background-color: #10304D;
}
</style>
border-color css
<style>
span { border-color: #10304D; }
span { border-color: rgb(16,48,77); }
td.TdClassName
{
border-color: #10304D;
}
.TagClassName
{
border-color: #10304D;
}
</style>