Shades of Blue Whale #10334D
Tints of Blue Whale #10334D
RGB
CMYK
RGB Variations
Color information
#10334D (or 0x10334D) is known color: Blue Whale. HEX triplet: 10, 33 and 4D. RGB value is (16,51,77). Sum of RGB (Red+Green+Blue) = 16+51+77=144 (19% of max value = 765). Red value is 16 (6.64% from 255 or 11.11% from 144); Green value is 51 (20.31% from 255 or 35.42% from 144); Blue value is 77 (30.47% from 255 or 53.47% from 144); Max value from RGB is 77 - color contains mainly: blue. Hex color #10334D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #10334D is #EFCCB2. Grayscale: #2B2B2B. Windows color (decimal): -15715507 or 5059344. OLE color: 5059344.
HSL color Cylindrical-coordinate representation of color #10334D: hue angle of 205.57º 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 #10334D is Cyan = 0.79, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 16 | 51 | 77 | - |
| CMYK | 0.79 | 0.34 | 0 | 0.70 |
| HSL | 205.57º | 0.66% | 0.18% | - |
| HSV(B) | 205.57º | 0.79% | 0.3% | - |
| XYZ | 2.74 | 3.01 | 7.46 | - |
| YUV | 43.5 | 146.9 | 108.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 51 | 77 | 0.79 | 0.34 | 0 | 0.70 | 205.57 | 0.66 | 0.18 |
| Hex | 10 | 33 | 4D | 4F | 22 | 0 | 46 | CE | 42 | 12 |
| Octal | 20 | 63 | 115 | 117 | 42 | 0 | 106 | 316 | 102 | 22 |
| Binary | 10000 | 110011 | 1001101 | 1001111 | 100010 | 0 | 1000110 | 11001110 | 1000010 | 10010 |
Color Harmonies of #10334D
Complementary color
Monochromatic Colors of #10334D
Black with #10334D
Text Example
Text Example
White with #10334D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10334D; }
p { color: rgb(16,51,77); }
H1.HeaderClassName
{
color: #10334D;
}
.AnyTagClassName
{
color: #10334D;
}
</style>
background-color css
<style>
a { background-color: #10334D; }
a { background-color: rgb(16,51,77); }
div.DivClassName
{
background-color: #10334D;
}
.BgClassName
{
background-color: #10334D;
}
</style>
border-color css
<style>
span { border-color: #10334D; }
span { border-color: rgb(16,51,77); }
td.TdClassName
{
border-color: #10334D;
}
.TagClassName
{
border-color: #10334D;
}
</style>