Shades of Blue Whale #0D324A
Tints of Blue Whale #0D324A
RGB
CMYK
RGB Variations
Color information
#0D324A (or 0x0D324A) is known color: Blue Whale. HEX triplet: 0D, 32 and 4A. RGB value is (13,50,74). Sum of RGB (Red+Green+Blue) = 13+50+74=137 (18% of max value = 765). Red value is 13 (5.47% from 255 or 9.49% from 137); Green value is 50 (19.92% from 255 or 36.50% from 137); Blue value is 74 (29.30% from 255 or 54.01% from 137); Max value from RGB is 74 - color contains mainly: blue. Hex color #0D324A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D324A is #F2CDB5. Grayscale: #292929. Windows color (decimal): -15912374 or 4862477. OLE color: 4862477.
HSL color Cylindrical-coordinate representation of color #0D324A: hue angle of 203.61º degrees, saturation: 0.7, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #0D324A is Cyan = 0.82, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 13 | 50 | 74 | - |
| CMYK | 0.82 | 0.32 | 0 | 0.71 |
| HSL | 203.61º | 0.7% | 0.17% | - |
| HSV(B) | 203.61º | 0.82% | 0.29% | - |
| XYZ | 2.54 | 2.86 | 6.9 | - |
| YUV | 41.67 | 146.24 | 107.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 50 | 74 | 0.82 | 0.32 | 0 | 0.71 | 203.61 | 0.7 | 0.17 |
| Hex | D | 32 | 4A | 52 | 20 | 0 | 47 | CC | 46 | 11 |
| Octal | 15 | 62 | 112 | 122 | 40 | 0 | 107 | 314 | 106 | 21 |
| Binary | 1101 | 110010 | 1001010 | 1010010 | 100000 | 0 | 1000111 | 11001100 | 1000110 | 10001 |
Color Harmonies of #0D324A
Complementary color
Monochromatic Colors of #0D324A
Black with #0D324A
Text Example
Text Example
White with #0D324A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D324A; }
p { color: rgb(13,50,74); }
H1.HeaderClassName
{
color: #0D324A;
}
.AnyTagClassName
{
color: #0D324A;
}
</style>
background-color css
<style>
a { background-color: #0D324A; }
a { background-color: rgb(13,50,74); }
div.DivClassName
{
background-color: #0D324A;
}
.BgClassName
{
background-color: #0D324A;
}
</style>
border-color css
<style>
span { border-color: #0D324A; }
span { border-color: rgb(13,50,74); }
td.TdClassName
{
border-color: #0D324A;
}
.TagClassName
{
border-color: #0D324A;
}
</style>