Shades of Blue Whale #0D3041
Tints of Blue Whale #0D3041
RGB
CMYK
RGB Variations
Color information
#0D3041 (or 0x0D3041) is known color: Blue Whale. HEX triplet: 0D, 30 and 41. RGB value is (13,48,65). Sum of RGB (Red+Green+Blue) = 13+48+65=126 (16% of max value = 765). Red value is 13 (5.47% from 255 or 10.32% from 126); Green value is 48 (19.14% from 255 or 38.10% from 126); Blue value is 65 (25.78% from 255 or 51.59% from 126); Max value from RGB is 65 - color contains mainly: blue. Hex color #0D3041 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D3041 is #F2CFBE. Grayscale: #272727. Windows color (decimal): -15912895 or 4272141. OLE color: 4272141.
HSL color Cylindrical-coordinate representation of color #0D3041: hue angle of 199.62º degrees, saturation: 0.67, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #0D3041 is Cyan = 0.80, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 13 | 48 | 65 | - |
| CMYK | 0.80 | 0.26 | 0 | 0.75 |
| HSL | 199.62º | 0.67% | 0.15% | - |
| HSV(B) | 199.62º | 0.8% | 0.25% | - |
| XYZ | 2.18 | 2.58 | 5.38 | - |
| YUV | 39.47 | 142.4 | 109.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 48 | 65 | 0.80 | 0.26 | 0 | 0.75 | 199.62 | 0.67 | 0.15 |
| Hex | D | 30 | 41 | 50 | 1A | 0 | 4B | C8 | 43 | F |
| Octal | 15 | 60 | 101 | 120 | 32 | 0 | 113 | 310 | 103 | 17 |
| Binary | 1101 | 110000 | 1000001 | 1010000 | 11010 | 0 | 1001011 | 11001000 | 1000011 | 1111 |
Color Harmonies of #0D3041
Complementary color
Monochromatic Colors of #0D3041
Black with #0D3041
Text Example
Text Example
White with #0D3041
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D3041; }
p { color: rgb(13,48,65); }
H1.HeaderClassName
{
color: #0D3041;
}
.AnyTagClassName
{
color: #0D3041;
}
</style>
background-color css
<style>
a { background-color: #0D3041; }
a { background-color: rgb(13,48,65); }
div.DivClassName
{
background-color: #0D3041;
}
.BgClassName
{
background-color: #0D3041;
}
</style>
border-color css
<style>
span { border-color: #0D3041; }
span { border-color: rgb(13,48,65); }
td.TdClassName
{
border-color: #0D3041;
}
.TagClassName
{
border-color: #0D3041;
}
</style>