Shades of Blue Whale #0D3143
Tints of Blue Whale #0D3143
RGB
CMYK
RGB Variations
Color information
#0D3143 (or 0x0D3143) is known color: Blue Whale. HEX triplet: 0D, 31 and 43. RGB value is (13,49,67). Sum of RGB (Red+Green+Blue) = 13+49+67=129 (17% of max value = 765). Red value is 13 (5.47% from 255 or 10.08% from 129); Green value is 49 (19.53% from 255 or 37.98% from 129); Blue value is 67 (26.56% from 255 or 51.94% from 129); Max value from RGB is 67 - color contains mainly: blue. Hex color #0D3143 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D3143 is #F2CEBC. Grayscale: #282828. Windows color (decimal): -15912637 or 4403469. OLE color: 4403469.
HSL color Cylindrical-coordinate representation of color #0D3143: hue angle of 200º degrees, saturation: 0.68, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #0D3143 is Cyan = 0.81, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 13 | 49 | 67 | - |
| CMYK | 0.81 | 0.27 | 0 | 0.74 |
| HSL | 200º | 0.68% | 0.16% | - |
| HSV(B) | 200º | 0.81% | 0.26% | - |
| XYZ | 2.28 | 2.69 | 5.71 | - |
| YUV | 40.29 | 143.07 | 108.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 49 | 67 | 0.81 | 0.27 | 0 | 0.74 | 200 | 0.68 | 0.16 |
| Hex | D | 31 | 43 | 51 | 1B | 0 | 4A | C8 | 44 | 10 |
| Octal | 15 | 61 | 103 | 121 | 33 | 0 | 112 | 310 | 104 | 20 |
| Binary | 1101 | 110001 | 1000011 | 1010001 | 11011 | 0 | 1001010 | 11001000 | 1000100 | 10000 |
Color Harmonies of #0D3143
Complementary color
Monochromatic Colors of #0D3143
Black with #0D3143
Text Example
Text Example
White with #0D3143
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D3143; }
p { color: rgb(13,49,67); }
H1.HeaderClassName
{
color: #0D3143;
}
.AnyTagClassName
{
color: #0D3143;
}
</style>
background-color css
<style>
a { background-color: #0D3143; }
a { background-color: rgb(13,49,67); }
div.DivClassName
{
background-color: #0D3143;
}
.BgClassName
{
background-color: #0D3143;
}
</style>
border-color css
<style>
span { border-color: #0D3143; }
span { border-color: rgb(13,49,67); }
td.TdClassName
{
border-color: #0D3143;
}
.TagClassName
{
border-color: #0D3143;
}
</style>