Shades of Blue Whale #0D303E
Tints of Blue Whale #0D303E
RGB
CMYK
RGB Variations
Color information
#0D303E (or 0x0D303E) is known color: Blue Whale. HEX triplet: 0D, 30 and 3E. RGB value is (13,48,62). Sum of RGB (Red+Green+Blue) = 13+48+62=123 (16% of max value = 765). Red value is 13 (5.47% from 255 or 10.57% from 123); Green value is 48 (19.14% from 255 or 39.02% from 123); Blue value is 62 (24.61% from 255 or 50.41% from 123); Max value from RGB is 62 - color contains mainly: blue. Hex color #0D303E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D303E is #F2CFC1. Grayscale: #272727. Windows color (decimal): -15912898 or 4075533. OLE color: 4075533.
HSL color Cylindrical-coordinate representation of color #0D303E: hue angle of 197.14º 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 #0D303E is Cyan = 0.79, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 13 | 48 | 62 | - |
| CMYK | 0.79 | 0.23 | 0 | 0.76 |
| HSL | 197.14º | 0.65% | 0.15% | - |
| HSV(B) | 197.14º | 0.79% | 0.24% | - |
| XYZ | 2.09 | 2.55 | 4.94 | - |
| YUV | 39.13 | 140.9 | 109.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 48 | 62 | 0.79 | 0.23 | 0 | 0.76 | 197.14 | 0.65 | 0.15 |
| Hex | D | 30 | 3E | 4F | 17 | 0 | 4C | C5 | 41 | F |
| Octal | 15 | 60 | 76 | 117 | 27 | 0 | 114 | 305 | 101 | 17 |
| Binary | 1101 | 110000 | 111110 | 1001111 | 10111 | 0 | 1001100 | 11000101 | 1000001 | 1111 |
Color Harmonies of #0D303E
Complementary color
Monochromatic Colors of #0D303E
Black with #0D303E
Text Example
Text Example
White with #0D303E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D303E; }
p { color: rgb(13,48,62); }
H1.HeaderClassName
{
color: #0D303E;
}
.AnyTagClassName
{
color: #0D303E;
}
</style>
background-color css
<style>
a { background-color: #0D303E; }
a { background-color: rgb(13,48,62); }
div.DivClassName
{
background-color: #0D303E;
}
.BgClassName
{
background-color: #0D303E;
}
</style>
border-color css
<style>
span { border-color: #0D303E; }
span { border-color: rgb(13,48,62); }
td.TdClassName
{
border-color: #0D303E;
}
.TagClassName
{
border-color: #0D303E;
}
</style>