Shades of Blue Whale #10354F
Tints of Blue Whale #10354F
RGB
CMYK
RGB Variations
Color information
#10354F (or 0x10354F) is known color: Blue Whale. HEX triplet: 10, 35 and 4F. RGB value is (16,53,79). Sum of RGB (Red+Green+Blue) = 16+53+79=148 (19% of max value = 765). Red value is 16 (6.64% from 255 or 10.81% from 148); Green value is 53 (21.09% from 255 or 35.81% from 148); Blue value is 79 (31.25% from 255 or 53.38% from 148); Max value from RGB is 79 - color contains mainly: blue. Hex color #10354F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #10354F is #EFCAB0. Grayscale: #2C2C2C. Windows color (decimal): -15714993 or 5190928. OLE color: 5190928.
HSL color Cylindrical-coordinate representation of color #10354F: hue angle of 204.76º degrees, saturation: 0.66, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #10354F is Cyan = 0.80, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 16 | 53 | 79 | - |
| CMYK | 0.80 | 0.33 | 0 | 0.69 |
| HSL | 204.76º | 0.66% | 0.19% | - |
| HSV(B) | 204.76º | 0.8% | 0.31% | - |
| XYZ | 2.9 | 3.22 | 7.87 | - |
| YUV | 44.9 | 147.24 | 107.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 53 | 79 | 0.80 | 0.33 | 0 | 0.69 | 204.76 | 0.66 | 0.19 |
| Hex | 10 | 35 | 4F | 50 | 21 | 0 | 45 | CD | 42 | 13 |
| Octal | 20 | 65 | 117 | 120 | 41 | 0 | 105 | 315 | 102 | 23 |
| Binary | 10000 | 110101 | 1001111 | 1010000 | 100001 | 0 | 1000101 | 11001101 | 1000010 | 10011 |
Color Harmonies of #10354F
Complementary color
Monochromatic Colors of #10354F
Black with #10354F
Text Example
Text Example
White with #10354F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10354F; }
p { color: rgb(16,53,79); }
H1.HeaderClassName
{
color: #10354F;
}
.AnyTagClassName
{
color: #10354F;
}
</style>
background-color css
<style>
a { background-color: #10354F; }
a { background-color: rgb(16,53,79); }
div.DivClassName
{
background-color: #10354F;
}
.BgClassName
{
background-color: #10354F;
}
</style>
border-color css
<style>
span { border-color: #10354F; }
span { border-color: rgb(16,53,79); }
td.TdClassName
{
border-color: #10354F;
}
.TagClassName
{
border-color: #10354F;
}
</style>