Shades of Blue Whale #102D4F
Tints of Blue Whale #102D4F
RGB
CMYK
RGB Variations
Color information
#102D4F (or 0x102D4F) is known color: Blue Whale. HEX triplet: 10, 2D and 4F. RGB value is (16,45,79). Sum of RGB (Red+Green+Blue) = 16+45+79=140 (18% of max value = 765). Red value is 16 (6.64% from 255 or 11.43% from 140); Green value is 45 (17.97% from 255 or 32.14% from 140); Blue value is 79 (31.25% from 255 or 56.43% from 140); Max value from RGB is 79 - color contains mainly: blue. Hex color #102D4F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #102D4F is #EFD2B0. Grayscale: #282828. Windows color (decimal): -15717041 or 5188880. OLE color: 5188880.
HSL color Cylindrical-coordinate representation of color #102D4F: hue angle of 212.38º 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 #102D4F is Cyan = 0.80, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 16 | 45 | 79 | - |
| CMYK | 0.80 | 0.43 | 0 | 0.69 |
| HSL | 212.38º | 0.66% | 0.19% | - |
| HSV(B) | 212.38º | 0.8% | 0.31% | - |
| XYZ | 2.56 | 2.55 | 7.75 | - |
| YUV | 40.21 | 149.89 | 110.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 45 | 79 | 0.80 | 0.43 | 0 | 0.69 | 212.38 | 0.66 | 0.19 |
| Hex | 10 | 2D | 4F | 50 | 2B | 0 | 45 | D4 | 42 | 13 |
| Octal | 20 | 55 | 117 | 120 | 53 | 0 | 105 | 324 | 102 | 23 |
| Binary | 10000 | 101101 | 1001111 | 1010000 | 101011 | 0 | 1000101 | 11010100 | 1000010 | 10011 |
Color Harmonies of #102D4F
Complementary color
Monochromatic Colors of #102D4F
Black with #102D4F
Text Example
Text Example
White with #102D4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #102D4F; }
p { color: rgb(16,45,79); }
H1.HeaderClassName
{
color: #102D4F;
}
.AnyTagClassName
{
color: #102D4F;
}
</style>
background-color css
<style>
a { background-color: #102D4F; }
a { background-color: rgb(16,45,79); }
div.DivClassName
{
background-color: #102D4F;
}
.BgClassName
{
background-color: #102D4F;
}
</style>
border-color css
<style>
span { border-color: #102D4F; }
span { border-color: rgb(16,45,79); }
td.TdClassName
{
border-color: #102D4F;
}
.TagClassName
{
border-color: #102D4F;
}
</style>