Shades of Blue Whale #0D384E
Tints of Blue Whale #0D384E
RGB
CMYK
RGB Variations
Color information
#0D384E (or 0x0D384E) is known color: Blue Whale. HEX triplet: 0D, 38 and 4E. RGB value is (13,56,78). Sum of RGB (Red+Green+Blue) = 13+56+78=147 (19% of max value = 765). Red value is 13 (5.47% from 255 or 8.84% from 147); Green value is 56 (22.27% from 255 or 38.10% from 147); Blue value is 78 (30.86% from 255 or 53.06% from 147); Max value from RGB is 78 - color contains mainly: blue. Hex color #0D384E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0D384E is #F2C7B1. Grayscale: #2D2D2D. Windows color (decimal): -15910834 or 5126157. OLE color: 5126157.
HSL color Cylindrical-coordinate representation of color #0D384E: hue angle of 200.31º degrees, saturation: 0.71, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #0D384E is Cyan = 0.83, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 13 | 56 | 78 | - |
| CMYK | 0.83 | 0.28 | 0 | 0.69 |
| HSL | 200.31º | 0.71% | 0.18% | - |
| HSV(B) | 200.31º | 0.83% | 0.31% | - |
| XYZ | 2.96 | 3.46 | 7.72 | - |
| YUV | 45.65 | 146.25 | 104.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 56 | 78 | 0.83 | 0.28 | 0 | 0.69 | 200.31 | 0.71 | 0.18 |
| Hex | D | 38 | 4E | 53 | 1C | 0 | 45 | C8 | 47 | 12 |
| Octal | 15 | 70 | 116 | 123 | 34 | 0 | 105 | 310 | 107 | 22 |
| Binary | 1101 | 111000 | 1001110 | 1010011 | 11100 | 0 | 1000101 | 11001000 | 1000111 | 10010 |
Color Harmonies of #0D384E
Complementary color
Monochromatic Colors of #0D384E
Black with #0D384E
Text Example
Text Example
White with #0D384E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D384E; }
p { color: rgb(13,56,78); }
H1.HeaderClassName
{
color: #0D384E;
}
.AnyTagClassName
{
color: #0D384E;
}
</style>
background-color css
<style>
a { background-color: #0D384E; }
a { background-color: rgb(13,56,78); }
div.DivClassName
{
background-color: #0D384E;
}
.BgClassName
{
background-color: #0D384E;
}
</style>
border-color css
<style>
span { border-color: #0D384E; }
span { border-color: rgb(13,56,78); }
td.TdClassName
{
border-color: #0D384E;
}
.TagClassName
{
border-color: #0D384E;
}
</style>