Shades of Blue Whale #10323D
Tints of Blue Whale #10323D
RGB
CMYK
RGB Variations
Color information
#10323D (or 0x10323D) is known color: Blue Whale. HEX triplet: 10, 32 and 3D. RGB value is (16,50,61). Sum of RGB (Red+Green+Blue) = 16+50+61=127 (16% of max value = 765). Red value is 16 (6.64% from 255 or 12.60% from 127); Green value is 50 (19.92% from 255 or 39.37% from 127); Blue value is 61 (24.22% from 255 or 48.03% from 127); Max value from RGB is 61 - color contains mainly: blue. Hex color #10323D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #10323D is #EFCDC2. Grayscale: #292929. Windows color (decimal): -15715779 or 4010512. OLE color: 4010512.
HSL color Cylindrical-coordinate representation of color #10323D: hue angle of 194.67º degrees, saturation: 0.58, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #10323D is Cyan = 0.74, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 16 | 50 | 61 | - |
| CMYK | 0.74 | 0.18 | 0 | 0.76 |
| HSL | 194.67º | 0.58% | 0.15% | - |
| HSV(B) | 194.67º | 0.74% | 0.24% | - |
| XYZ | 2.2 | 2.73 | 4.83 | - |
| YUV | 41.09 | 139.24 | 110.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 50 | 61 | 0.74 | 0.18 | 0 | 0.76 | 194.67 | 0.58 | 0.15 |
| Hex | 10 | 32 | 3D | 4A | 12 | 0 | 4C | C3 | 3A | F |
| Octal | 20 | 62 | 75 | 112 | 22 | 0 | 114 | 303 | 72 | 17 |
| Binary | 10000 | 110010 | 111101 | 1001010 | 10010 | 0 | 1001100 | 11000011 | 111010 | 1111 |
Color Harmonies of #10323D
Complementary color
Monochromatic Colors of #10323D
Black with #10323D
Text Example
Text Example
White with #10323D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10323D; }
p { color: rgb(16,50,61); }
H1.HeaderClassName
{
color: #10323D;
}
.AnyTagClassName
{
color: #10323D;
}
</style>
background-color css
<style>
a { background-color: #10323D; }
a { background-color: rgb(16,50,61); }
div.DivClassName
{
background-color: #10323D;
}
.BgClassName
{
background-color: #10323D;
}
</style>
border-color css
<style>
span { border-color: #10323D; }
span { border-color: rgb(16,50,61); }
td.TdClassName
{
border-color: #10323D;
}
.TagClassName
{
border-color: #10323D;
}
</style>