Shades of Blue Whale #10303F
Tints of Blue Whale #10303F
RGB
CMYK
RGB Variations
Color information
#10303F (or 0x10303F) is known color: Blue Whale. HEX triplet: 10, 30 and 3F. RGB value is (16,48,63). Sum of RGB (Red+Green+Blue) = 16+48+63=127 (16% of max value = 765). Red value is 16 (6.64% from 255 or 12.60% from 127); Green value is 48 (19.14% from 255 or 37.80% from 127); Blue value is 63 (25% from 255 or 49.61% from 127); Max value from RGB is 63 - color contains mainly: blue. Hex color #10303F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #10303F is #EFCFC0. Grayscale: #282828. Windows color (decimal): -15716289 or 4141072. OLE color: 4141072.
HSL color Cylindrical-coordinate representation of color #10303F: hue angle of 199.15º degrees, saturation: 0.59, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #10303F is Cyan = 0.75, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 16 | 48 | 63 | - |
| CMYK | 0.75 | 0.24 | 0 | 0.75 |
| HSL | 199.15º | 0.59% | 0.15% | - |
| HSV(B) | 199.15º | 0.75% | 0.25% | - |
| XYZ | 2.17 | 2.58 | 5.09 | - |
| YUV | 40.14 | 140.9 | 110.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 48 | 63 | 0.75 | 0.24 | 0 | 0.75 | 199.15 | 0.59 | 0.15 |
| Hex | 10 | 30 | 3F | 4B | 18 | 0 | 4B | C7 | 3B | F |
| Octal | 20 | 60 | 77 | 113 | 30 | 0 | 113 | 307 | 73 | 17 |
| Binary | 10000 | 110000 | 111111 | 1001011 | 11000 | 0 | 1001011 | 11000111 | 111011 | 1111 |
Color Harmonies of #10303F
Complementary color
Monochromatic Colors of #10303F
Black with #10303F
Text Example
Text Example
White with #10303F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10303F; }
p { color: rgb(16,48,63); }
H1.HeaderClassName
{
color: #10303F;
}
.AnyTagClassName
{
color: #10303F;
}
</style>
background-color css
<style>
a { background-color: #10303F; }
a { background-color: rgb(16,48,63); }
div.DivClassName
{
background-color: #10303F;
}
.BgClassName
{
background-color: #10303F;
}
</style>
border-color css
<style>
span { border-color: #10303F; }
span { border-color: rgb(16,48,63); }
td.TdClassName
{
border-color: #10303F;
}
.TagClassName
{
border-color: #10303F;
}
</style>