Shades of Blue Whale #0D3250
Tints of Blue Whale #0D3250
RGB
CMYK
RGB Variations
Color information
#0D3250 (or 0x0D3250) is known color: Blue Whale. HEX triplet: 0D, 32 and 50. RGB value is (13,50,80). Sum of RGB (Red+Green+Blue) = 13+50+80=143 (18% of max value = 765). Red value is 13 (5.47% from 255 or 9.09% from 143); Green value is 50 (19.92% from 255 or 34.97% from 143); Blue value is 80 (31.64% from 255 or 55.94% from 143); Max value from RGB is 80 - color contains mainly: blue. Hex color #0D3250 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0D3250 is #F2CDAF. Grayscale: #2A2A2A. Windows color (decimal): -15912368 or 5255693. OLE color: 5255693.
HSL color Cylindrical-coordinate representation of color #0D3250: hue angle of 206.87º degrees, saturation: 0.72, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0D3250 is Cyan = 0.84, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 13 | 50 | 80 | - |
| CMYK | 0.84 | 0.37 | 0 | 0.69 |
| HSL | 206.87º | 0.72% | 0.18% | - |
| HSV(B) | 206.87º | 0.84% | 0.31% | - |
| XYZ | 2.75 | 2.95 | 8.01 | - |
| YUV | 42.36 | 149.24 | 107.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 50 | 80 | 0.84 | 0.37 | 0 | 0.69 | 206.87 | 0.72 | 0.18 |
| Hex | D | 32 | 50 | 54 | 25 | 0 | 45 | CF | 48 | 12 |
| Octal | 15 | 62 | 120 | 124 | 45 | 0 | 105 | 317 | 110 | 22 |
| Binary | 1101 | 110010 | 1010000 | 1010100 | 100101 | 0 | 1000101 | 11001111 | 1001000 | 10010 |
Color Harmonies of #0D3250
Complementary color
Monochromatic Colors of #0D3250
Black with #0D3250
Text Example
Text Example
White with #0D3250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D3250; }
p { color: rgb(13,50,80); }
H1.HeaderClassName
{
color: #0D3250;
}
.AnyTagClassName
{
color: #0D3250;
}
</style>
background-color css
<style>
a { background-color: #0D3250; }
a { background-color: rgb(13,50,80); }
div.DivClassName
{
background-color: #0D3250;
}
.BgClassName
{
background-color: #0D3250;
}
</style>
border-color css
<style>
span { border-color: #0D3250; }
span { border-color: rgb(13,50,80); }
td.TdClassName
{
border-color: #0D3250;
}
.TagClassName
{
border-color: #0D3250;
}
</style>