Shades of Blue Whale #0D2F4E
Tints of Blue Whale #0D2F4E
RGB
CMYK
RGB Variations
Color information
#0D2F4E (or 0x0D2F4E) is known color: Blue Whale. HEX triplet: 0D, 2F and 4E. RGB value is (13,47,78). Sum of RGB (Red+Green+Blue) = 13+47+78=138 (18% of max value = 765). Red value is 13 (5.47% from 255 or 9.42% from 138); Green value is 47 (18.75% from 255 or 34.06% from 138); Blue value is 78 (30.86% from 255 or 56.52% from 138); Max value from RGB is 78 - color contains mainly: blue. Hex color #0D2F4E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0D2F4E is #F2D0B1. Grayscale: #282828. Windows color (decimal): -15913138 or 5123853. OLE color: 5123853.
HSL color Cylindrical-coordinate representation of color #0D2F4E: hue angle of 208.62º degrees, saturation: 0.71, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #0D2F4E is Cyan = 0.83, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 13 | 47 | 78 | - |
| CMYK | 0.83 | 0.40 | 0 | 0.69 |
| HSL | 208.62º | 0.71% | 0.18% | - |
| HSV(B) | 208.62º | 0.83% | 0.31% | - |
| XYZ | 2.56 | 2.67 | 7.59 | - |
| YUV | 40.37 | 149.24 | 108.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 47 | 78 | 0.83 | 0.40 | 0 | 0.69 | 208.62 | 0.71 | 0.18 |
| Hex | D | 2F | 4E | 53 | 28 | 0 | 45 | D1 | 47 | 12 |
| Octal | 15 | 57 | 116 | 123 | 50 | 0 | 105 | 321 | 107 | 22 |
| Binary | 1101 | 101111 | 1001110 | 1010011 | 101000 | 0 | 1000101 | 11010001 | 1000111 | 10010 |
Color Harmonies of #0D2F4E
Complementary color
Monochromatic Colors of #0D2F4E
Black with #0D2F4E
Text Example
Text Example
White with #0D2F4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D2F4E; }
p { color: rgb(13,47,78); }
H1.HeaderClassName
{
color: #0D2F4E;
}
.AnyTagClassName
{
color: #0D2F4E;
}
</style>
background-color css
<style>
a { background-color: #0D2F4E; }
a { background-color: rgb(13,47,78); }
div.DivClassName
{
background-color: #0D2F4E;
}
.BgClassName
{
background-color: #0D2F4E;
}
</style>
border-color css
<style>
span { border-color: #0D2F4E; }
span { border-color: rgb(13,47,78); }
td.TdClassName
{
border-color: #0D2F4E;
}
.TagClassName
{
border-color: #0D2F4E;
}
</style>