Shades of Blue Whale #0D384B
Tints of Blue Whale #0D384B
RGB
CMYK
RGB Variations
Color information
#0D384B (or 0x0D384B) is known color: Blue Whale. HEX triplet: 0D, 38 and 4B. RGB value is (13,56,75). Sum of RGB (Red+Green+Blue) = 13+56+75=144 (19% of max value = 765). Red value is 13 (5.47% from 255 or 9.03% from 144); Green value is 56 (22.27% from 255 or 38.89% from 144); Blue value is 75 (29.69% from 255 or 52.08% from 144); Max value from RGB is 75 - color contains mainly: blue. Hex color #0D384B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D384B is #F2C7B4. Grayscale: #2D2D2D. Windows color (decimal): -15910837 or 4929549. OLE color: 4929549.
HSL color Cylindrical-coordinate representation of color #0D384B: hue angle of 198.39º degrees, saturation: 0.7, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #0D384B is Cyan = 0.83, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 13 | 56 | 75 | - |
| CMYK | 0.83 | 0.25 | 0 | 0.71 |
| HSL | 198.39º | 0.7% | 0.17% | - |
| HSV(B) | 198.39º | 0.83% | 0.29% | - |
| XYZ | 2.85 | 3.42 | 7.17 | - |
| YUV | 45.31 | 144.75 | 104.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 56 | 75 | 0.83 | 0.25 | 0 | 0.71 | 198.39 | 0.7 | 0.17 |
| Hex | D | 38 | 4B | 53 | 19 | 0 | 47 | C6 | 46 | 11 |
| Octal | 15 | 70 | 113 | 123 | 31 | 0 | 107 | 306 | 106 | 21 |
| Binary | 1101 | 111000 | 1001011 | 1010011 | 11001 | 0 | 1000111 | 11000110 | 1000110 | 10001 |
Color Harmonies of #0D384B
Complementary color
Monochromatic Colors of #0D384B
Black with #0D384B
Text Example
Text Example
White with #0D384B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D384B; }
p { color: rgb(13,56,75); }
H1.HeaderClassName
{
color: #0D384B;
}
.AnyTagClassName
{
color: #0D384B;
}
</style>
background-color css
<style>
a { background-color: #0D384B; }
a { background-color: rgb(13,56,75); }
div.DivClassName
{
background-color: #0D384B;
}
.BgClassName
{
background-color: #0D384B;
}
</style>
border-color css
<style>
span { border-color: #0D384B; }
span { border-color: rgb(13,56,75); }
td.TdClassName
{
border-color: #0D384B;
}
.TagClassName
{
border-color: #0D384B;
}
</style>