Shades of Blue Whale #0D2C4B
Tints of Blue Whale #0D2C4B
RGB
CMYK
RGB Variations
Color information
#0D2C4B (or 0x0D2C4B) is known color: Blue Whale. HEX triplet: 0D, 2C and 4B. RGB value is (13,44,75). Sum of RGB (Red+Green+Blue) = 13+44+75=132 (17% of max value = 765). Red value is 13 (5.47% from 255 or 9.85% from 132); Green value is 44 (17.58% from 255 or 33.33% from 132); Blue value is 75 (29.69% from 255 or 56.82% from 132); Max value from RGB is 75 - color contains mainly: blue. Hex color #0D2C4B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D2C4B is #F2D3B4. Grayscale: #262626. Windows color (decimal): -15913909 or 4926477. OLE color: 4926477.
HSL color Cylindrical-coordinate representation of color #0D2C4B: hue angle of 210º 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 #0D2C4B is Cyan = 0.83, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 13 | 44 | 75 | - |
| CMYK | 0.83 | 0.41 | 0 | 0.71 |
| HSL | 210º | 0.7% | 0.17% | - |
| HSV(B) | 210º | 0.83% | 0.29% | - |
| XYZ | 2.34 | 2.39 | 7 | - |
| YUV | 38.27 | 148.73 | 109.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 44 | 75 | 0.83 | 0.41 | 0 | 0.71 | 210 | 0.7 | 0.17 |
| Hex | D | 2C | 4B | 53 | 29 | 0 | 47 | D2 | 46 | 11 |
| Octal | 15 | 54 | 113 | 123 | 51 | 0 | 107 | 322 | 106 | 21 |
| Binary | 1101 | 101100 | 1001011 | 1010011 | 101001 | 0 | 1000111 | 11010010 | 1000110 | 10001 |
Color Harmonies of #0D2C4B
Complementary color
Monochromatic Colors of #0D2C4B
Black with #0D2C4B
Text Example
Text Example
White with #0D2C4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D2C4B; }
p { color: rgb(13,44,75); }
H1.HeaderClassName
{
color: #0D2C4B;
}
.AnyTagClassName
{
color: #0D2C4B;
}
</style>
background-color css
<style>
a { background-color: #0D2C4B; }
a { background-color: rgb(13,44,75); }
div.DivClassName
{
background-color: #0D2C4B;
}
.BgClassName
{
background-color: #0D2C4B;
}
</style>
border-color css
<style>
span { border-color: #0D2C4B; }
span { border-color: rgb(13,44,75); }
td.TdClassName
{
border-color: #0D2C4B;
}
.TagClassName
{
border-color: #0D2C4B;
}
</style>