Shades of Blue Whale #0D3142
Tints of Blue Whale #0D3142
RGB
CMYK
RGB Variations
Color information
#0D3142 (or 0x0D3142) is known color: Blue Whale. HEX triplet: 0D, 31 and 42. RGB value is (13,49,66). Sum of RGB (Red+Green+Blue) = 13+49+66=128 (16% of max value = 765). Red value is 13 (5.47% from 255 or 10.16% from 128); Green value is 49 (19.53% from 255 or 38.28% from 128); Blue value is 66 (26.17% from 255 or 51.56% from 128); Max value from RGB is 66 - color contains mainly: blue. Hex color #0D3142 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D3142 is #F2CEBD. Grayscale: #282828. Windows color (decimal): -15912638 or 4337933. OLE color: 4337933.
HSL color Cylindrical-coordinate representation of color #0D3142: hue angle of 199.25º degrees, saturation: 0.67, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #0D3142 is Cyan = 0.80, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 13 | 49 | 66 | - |
| CMYK | 0.80 | 0.26 | 0 | 0.74 |
| HSL | 199.25º | 0.67% | 0.15% | - |
| HSV(B) | 199.25º | 0.8% | 0.26% | - |
| XYZ | 2.25 | 2.68 | 5.55 | - |
| YUV | 40.17 | 142.57 | 108.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 49 | 66 | 0.80 | 0.26 | 0 | 0.74 | 199.25 | 0.67 | 0.15 |
| Hex | D | 31 | 42 | 50 | 1A | 0 | 4A | C7 | 43 | F |
| Octal | 15 | 61 | 102 | 120 | 32 | 0 | 112 | 307 | 103 | 17 |
| Binary | 1101 | 110001 | 1000010 | 1010000 | 11010 | 0 | 1001010 | 11000111 | 1000011 | 1111 |
Color Harmonies of #0D3142
Complementary color
Monochromatic Colors of #0D3142
Black with #0D3142
Text Example
Text Example
White with #0D3142
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D3142; }
p { color: rgb(13,49,66); }
H1.HeaderClassName
{
color: #0D3142;
}
.AnyTagClassName
{
color: #0D3142;
}
</style>
background-color css
<style>
a { background-color: #0D3142; }
a { background-color: rgb(13,49,66); }
div.DivClassName
{
background-color: #0D3142;
}
.BgClassName
{
background-color: #0D3142;
}
</style>
border-color css
<style>
span { border-color: #0D3142; }
span { border-color: rgb(13,49,66); }
td.TdClassName
{
border-color: #0D3142;
}
.TagClassName
{
border-color: #0D3142;
}
</style>