Shades of Blue Whale #0D3043
Tints of Blue Whale #0D3043
RGB
CMYK
RGB Variations
Color information
#0D3043 (or 0x0D3043) is known color: Blue Whale. HEX triplet: 0D, 30 and 43. RGB value is (13,48,67). Sum of RGB (Red+Green+Blue) = 13+48+67=128 (16% of max value = 765). Red value is 13 (5.47% from 255 or 10.16% from 128); Green value is 48 (19.14% from 255 or 37.5% from 128); Blue value is 67 (26.56% from 255 or 52.34% from 128); Max value from RGB is 67 - color contains mainly: blue. Hex color #0D3043 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D3043 is #F2CFBC. Grayscale: #272727. Windows color (decimal): -15912893 or 4403213. OLE color: 4403213.
HSL color Cylindrical-coordinate representation of color #0D3043: hue angle of 201.11º degrees, saturation: 0.68, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #0D3043 is Cyan = 0.81, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 13 | 48 | 67 | - |
| CMYK | 0.81 | 0.28 | 0 | 0.74 |
| HSL | 201.11º | 0.68% | 0.16% | - |
| HSV(B) | 201.11º | 0.81% | 0.26% | - |
| XYZ | 2.24 | 2.6 | 5.7 | - |
| YUV | 39.7 | 143.4 | 108.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 48 | 67 | 0.81 | 0.28 | 0 | 0.74 | 201.11 | 0.68 | 0.16 |
| Hex | D | 30 | 43 | 51 | 1C | 0 | 4A | C9 | 44 | 10 |
| Octal | 15 | 60 | 103 | 121 | 34 | 0 | 112 | 311 | 104 | 20 |
| Binary | 1101 | 110000 | 1000011 | 1010001 | 11100 | 0 | 1001010 | 11001001 | 1000100 | 10000 |
Color Harmonies of #0D3043
Complementary color
Monochromatic Colors of #0D3043
Black with #0D3043
Text Example
Text Example
White with #0D3043
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D3043; }
p { color: rgb(13,48,67); }
H1.HeaderClassName
{
color: #0D3043;
}
.AnyTagClassName
{
color: #0D3043;
}
</style>
background-color css
<style>
a { background-color: #0D3043; }
a { background-color: rgb(13,48,67); }
div.DivClassName
{
background-color: #0D3043;
}
.BgClassName
{
background-color: #0D3043;
}
</style>
border-color css
<style>
span { border-color: #0D3043; }
span { border-color: rgb(13,48,67); }
td.TdClassName
{
border-color: #0D3043;
}
.TagClassName
{
border-color: #0D3043;
}
</style>