Shades of Blue Whale #0D394D
Tints of Blue Whale #0D394D
RGB
CMYK
RGB Variations
Color information
#0D394D (or 0x0D394D) is known color: Blue Whale. HEX triplet: 0D, 39 and 4D. RGB value is (13,57,77). Sum of RGB (Red+Green+Blue) = 13+57+77=147 (19% of max value = 765). Red value is 13 (5.47% from 255 or 8.84% from 147); Green value is 57 (22.66% from 255 or 38.78% from 147); Blue value is 77 (30.47% from 255 or 52.38% from 147); Max value from RGB is 77 - color contains mainly: blue. Hex color #0D394D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0D394D is #F2C6B2. Grayscale: #2D2D2D. Windows color (decimal): -15910579 or 5060877. OLE color: 5060877.
HSL color Cylindrical-coordinate representation of color #0D394D: hue angle of 198.75º degrees, saturation: 0.71, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #0D394D is Cyan = 0.83, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 13 | 57 | 77 | - |
| CMYK | 0.83 | 0.26 | 0 | 0.70 |
| HSL | 198.75º | 0.71% | 0.18% | - |
| HSV(B) | 198.75º | 0.83% | 0.3% | - |
| XYZ | 2.97 | 3.55 | 7.55 | - |
| YUV | 46.12 | 145.42 | 104.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 57 | 77 | 0.83 | 0.26 | 0 | 0.70 | 198.75 | 0.71 | 0.18 |
| Hex | D | 39 | 4D | 53 | 1A | 0 | 46 | C7 | 47 | 12 |
| Octal | 15 | 71 | 115 | 123 | 32 | 0 | 106 | 307 | 107 | 22 |
| Binary | 1101 | 111001 | 1001101 | 1010011 | 11010 | 0 | 1000110 | 11000111 | 1000111 | 10010 |
Color Harmonies of #0D394D
Complementary color
Monochromatic Colors of #0D394D
Black with #0D394D
Text Example
Text Example
White with #0D394D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D394D; }
p { color: rgb(13,57,77); }
H1.HeaderClassName
{
color: #0D394D;
}
.AnyTagClassName
{
color: #0D394D;
}
</style>
background-color css
<style>
a { background-color: #0D394D; }
a { background-color: rgb(13,57,77); }
div.DivClassName
{
background-color: #0D394D;
}
.BgClassName
{
background-color: #0D394D;
}
</style>
border-color css
<style>
span { border-color: #0D394D; }
span { border-color: rgb(13,57,77); }
td.TdClassName
{
border-color: #0D394D;
}
.TagClassName
{
border-color: #0D394D;
}
</style>