Shades of Blue Whale #0D3045
Tints of Blue Whale #0D3045
RGB
CMYK
RGB Variations
Color information
#0D3045 (or 0x0D3045) is known color: Blue Whale. HEX triplet: 0D, 30 and 45. RGB value is (13,48,69). Sum of RGB (Red+Green+Blue) = 13+48+69=130 (17% of max value = 765). Red value is 13 (5.47% from 255 or 10% from 130); Green value is 48 (19.14% from 255 or 36.92% from 130); Blue value is 69 (27.34% from 255 or 53.08% from 130); Max value from RGB is 69 - color contains mainly: blue. Hex color #0D3045 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D3045 is #F2CFBA. Grayscale: #272727. Windows color (decimal): -15912891 or 4534285. OLE color: 4534285.
HSL color Cylindrical-coordinate representation of color #0D3045: hue angle of 202.5º degrees, saturation: 0.68, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #0D3045 is Cyan = 0.81, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 13 | 48 | 69 | - |
| CMYK | 0.81 | 0.30 | 0 | 0.73 |
| HSL | 202.5º | 0.68% | 0.16% | - |
| HSV(B) | 202.5º | 0.81% | 0.27% | - |
| XYZ | 2.3 | 2.63 | 6.02 | - |
| YUV | 39.93 | 144.4 | 108.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 48 | 69 | 0.81 | 0.30 | 0 | 0.73 | 202.5 | 0.68 | 0.16 |
| Hex | D | 30 | 45 | 51 | 1E | 0 | 49 | CA | 44 | 10 |
| Octal | 15 | 60 | 105 | 121 | 36 | 0 | 111 | 312 | 104 | 20 |
| Binary | 1101 | 110000 | 1000101 | 1010001 | 11110 | 0 | 1001001 | 11001010 | 1000100 | 10000 |
Color Harmonies of #0D3045
Complementary color
Monochromatic Colors of #0D3045
Black with #0D3045
Text Example
Text Example
White with #0D3045
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D3045; }
p { color: rgb(13,48,69); }
H1.HeaderClassName
{
color: #0D3045;
}
.AnyTagClassName
{
color: #0D3045;
}
</style>
background-color css
<style>
a { background-color: #0D3045; }
a { background-color: rgb(13,48,69); }
div.DivClassName
{
background-color: #0D3045;
}
.BgClassName
{
background-color: #0D3045;
}
</style>
border-color css
<style>
span { border-color: #0D3045; }
span { border-color: rgb(13,48,69); }
td.TdClassName
{
border-color: #0D3045;
}
.TagClassName
{
border-color: #0D3045;
}
</style>