Shades of Blue Whale #0D2F3D
Tints of Blue Whale #0D2F3D
RGB
CMYK
RGB Variations
Color information
#0D2F3D (or 0x0D2F3D) is known color: Blue Whale. HEX triplet: 0D, 2F and 3D. RGB value is (13,47,61). Sum of RGB (Red+Green+Blue) = 13+47+61=121 (16% of max value = 765). Red value is 13 (5.47% from 255 or 10.74% from 121); Green value is 47 (18.75% from 255 or 38.84% from 121); Blue value is 61 (24.22% from 255 or 50.41% from 121); Max value from RGB is 61 - color contains mainly: blue. Hex color #0D2F3D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D2F3D is #F2D0C2. Grayscale: #262626. Windows color (decimal): -15913155 or 4009741. OLE color: 4009741.
HSL color Cylindrical-coordinate representation of color #0D2F3D: hue angle of 197.5º 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 #0D2F3D is Cyan = 0.79, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 13 | 47 | 61 | - |
| CMYK | 0.79 | 0.23 | 0 | 0.76 |
| HSL | 197.5º | 0.65% | 0.15% | - |
| HSV(B) | 197.5º | 0.79% | 0.24% | - |
| XYZ | 2.02 | 2.46 | 4.78 | - |
| YUV | 38.43 | 140.74 | 109.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 47 | 61 | 0.79 | 0.23 | 0 | 0.76 | 197.5 | 0.65 | 0.15 |
| Hex | D | 2F | 3D | 4F | 17 | 0 | 4C | C6 | 41 | F |
| Octal | 15 | 57 | 75 | 117 | 27 | 0 | 114 | 306 | 101 | 17 |
| Binary | 1101 | 101111 | 111101 | 1001111 | 10111 | 0 | 1001100 | 11000110 | 1000001 | 1111 |
Color Harmonies of #0D2F3D
Complementary color
Monochromatic Colors of #0D2F3D
Black with #0D2F3D
Text Example
Text Example
White with #0D2F3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D2F3D; }
p { color: rgb(13,47,61); }
H1.HeaderClassName
{
color: #0D2F3D;
}
.AnyTagClassName
{
color: #0D2F3D;
}
</style>
background-color css
<style>
a { background-color: #0D2F3D; }
a { background-color: rgb(13,47,61); }
div.DivClassName
{
background-color: #0D2F3D;
}
.BgClassName
{
background-color: #0D2F3D;
}
</style>
border-color css
<style>
span { border-color: #0D2F3D; }
span { border-color: rgb(13,47,61); }
td.TdClassName
{
border-color: #0D2F3D;
}
.TagClassName
{
border-color: #0D2F3D;
}
</style>