Shades of Blue Whale #0D323F
Tints of Blue Whale #0D323F
RGB
CMYK
RGB Variations
Color information
#0D323F (or 0x0D323F) is known color: Blue Whale. HEX triplet: 0D, 32 and 3F. RGB value is (13,50,63). Sum of RGB (Red+Green+Blue) = 13+50+63=126 (16% of max value = 765). Red value is 13 (5.47% from 255 or 10.32% from 126); Green value is 50 (19.92% from 255 or 39.68% from 126); Blue value is 63 (25% from 255 or 50% from 126); Max value from RGB is 63 - color contains mainly: blue. Hex color #0D323F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D323F is #F2CDC0. Grayscale: #282828. Windows color (decimal): -15912385 or 4141581. OLE color: 4141581.
HSL color Cylindrical-coordinate representation of color #0D323F: hue angle of 195.6º degrees, saturation: 0.66, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #0D323F is Cyan = 0.79, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 13 | 50 | 63 | - |
| CMYK | 0.79 | 0.21 | 0 | 0.75 |
| HSL | 195.6º | 0.66% | 0.15% | - |
| HSV(B) | 195.6º | 0.79% | 0.25% | - |
| XYZ | 2.2 | 2.73 | 5.11 | - |
| YUV | 40.42 | 140.74 | 108.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 50 | 63 | 0.79 | 0.21 | 0 | 0.75 | 195.6 | 0.66 | 0.15 |
| Hex | D | 32 | 3F | 4F | 15 | 0 | 4B | C4 | 42 | F |
| Octal | 15 | 62 | 77 | 117 | 25 | 0 | 113 | 304 | 102 | 17 |
| Binary | 1101 | 110010 | 111111 | 1001111 | 10101 | 0 | 1001011 | 11000100 | 1000010 | 1111 |
Color Harmonies of #0D323F
Complementary color
Monochromatic Colors of #0D323F
Black with #0D323F
Text Example
Text Example
White with #0D323F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D323F; }
p { color: rgb(13,50,63); }
H1.HeaderClassName
{
color: #0D323F;
}
.AnyTagClassName
{
color: #0D323F;
}
</style>
background-color css
<style>
a { background-color: #0D323F; }
a { background-color: rgb(13,50,63); }
div.DivClassName
{
background-color: #0D323F;
}
.BgClassName
{
background-color: #0D323F;
}
</style>
border-color css
<style>
span { border-color: #0D323F; }
span { border-color: rgb(13,50,63); }
td.TdClassName
{
border-color: #0D323F;
}
.TagClassName
{
border-color: #0D323F;
}
</style>