Shades of Blue Whale #0D364B
Tints of Blue Whale #0D364B
RGB
CMYK
RGB Variations
Color information
#0D364B (or 0x0D364B) is known color: Blue Whale. HEX triplet: 0D, 36 and 4B. RGB value is (13,54,75). Sum of RGB (Red+Green+Blue) = 13+54+75=142 (18% of max value = 765). Red value is 13 (5.47% from 255 or 9.15% from 142); Green value is 54 (21.48% from 255 or 38.03% from 142); Blue value is 75 (29.69% from 255 or 52.82% from 142); Max value from RGB is 75 - color contains mainly: blue. Hex color #0D364B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D364B is #F2C9B4. Grayscale: #2C2C2C. Windows color (decimal): -15911349 or 4929037. OLE color: 4929037.
HSL color Cylindrical-coordinate representation of color #0D364B: hue angle of 200.32º 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 #0D364B is Cyan = 0.83, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 13 | 54 | 75 | - |
| CMYK | 0.83 | 0.28 | 0 | 0.71 |
| HSL | 200.32º | 0.7% | 0.17% | - |
| HSV(B) | 200.32º | 0.83% | 0.29% | - |
| XYZ | 2.76 | 3.23 | 7.14 | - |
| YUV | 44.14 | 145.42 | 105.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 54 | 75 | 0.83 | 0.28 | 0 | 0.71 | 200.32 | 0.7 | 0.17 |
| Hex | D | 36 | 4B | 53 | 1C | 0 | 47 | C8 | 46 | 11 |
| Octal | 15 | 66 | 113 | 123 | 34 | 0 | 107 | 310 | 106 | 21 |
| Binary | 1101 | 110110 | 1001011 | 1010011 | 11100 | 0 | 1000111 | 11001000 | 1000110 | 10001 |
Color Harmonies of #0D364B
Complementary color
Monochromatic Colors of #0D364B
Black with #0D364B
Text Example
Text Example
White with #0D364B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D364B; }
p { color: rgb(13,54,75); }
H1.HeaderClassName
{
color: #0D364B;
}
.AnyTagClassName
{
color: #0D364B;
}
</style>
background-color css
<style>
a { background-color: #0D364B; }
a { background-color: rgb(13,54,75); }
div.DivClassName
{
background-color: #0D364B;
}
.BgClassName
{
background-color: #0D364B;
}
</style>
border-color css
<style>
span { border-color: #0D364B; }
span { border-color: rgb(13,54,75); }
td.TdClassName
{
border-color: #0D364B;
}
.TagClassName
{
border-color: #0D364B;
}
</style>