Shades of Blue Whale #0D303D
Tints of Blue Whale #0D303D
RGB
CMYK
RGB Variations
Color information
#0D303D (or 0x0D303D) is known color: Blue Whale. HEX triplet: 0D, 30 and 3D. RGB value is (13,48,61). Sum of RGB (Red+Green+Blue) = 13+48+61=122 (16% of max value = 765). Red value is 13 (5.47% from 255 or 10.66% from 122); Green value is 48 (19.14% from 255 or 39.34% from 122); Blue value is 61 (24.22% from 255 or 50% from 122); Max value from RGB is 61 - color contains mainly: blue. Hex color #0D303D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D303D is #F2CFC2. Grayscale: #262626. Windows color (decimal): -15912899 or 4009997. OLE color: 4009997.
HSL color Cylindrical-coordinate representation of color #0D303D: hue angle of 196.25º degrees, saturation: 0.65, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #0D303D is Cyan = 0.79, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 13 | 48 | 61 | - |
| CMYK | 0.79 | 0.21 | 0 | 0.76 |
| HSL | 196.25º | 0.65% | 0.15% | - |
| HSV(B) | 196.25º | 0.79% | 0.24% | - |
| XYZ | 2.07 | 2.54 | 4.8 | - |
| YUV | 39.02 | 140.4 | 109.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 48 | 61 | 0.79 | 0.21 | 0 | 0.76 | 196.25 | 0.65 | 0.15 |
| Hex | D | 30 | 3D | 4F | 15 | 0 | 4C | C4 | 41 | F |
| Octal | 15 | 60 | 75 | 117 | 25 | 0 | 114 | 304 | 101 | 17 |
| Binary | 1101 | 110000 | 111101 | 1001111 | 10101 | 0 | 1001100 | 11000100 | 1000001 | 1111 |
Color Harmonies of #0D303D
Complementary color
Monochromatic Colors of #0D303D
Black with #0D303D
Text Example
Text Example
White with #0D303D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D303D; }
p { color: rgb(13,48,61); }
H1.HeaderClassName
{
color: #0D303D;
}
.AnyTagClassName
{
color: #0D303D;
}
</style>
background-color css
<style>
a { background-color: #0D303D; }
a { background-color: rgb(13,48,61); }
div.DivClassName
{
background-color: #0D303D;
}
.BgClassName
{
background-color: #0D303D;
}
</style>
border-color css
<style>
span { border-color: #0D303D; }
span { border-color: rgb(13,48,61); }
td.TdClassName
{
border-color: #0D303D;
}
.TagClassName
{
border-color: #0D303D;
}
</style>