Shades of Blue Whale #072D4B
Tints of Blue Whale #072D4B
RGB
CMYK
RGB Variations
Color information
#072D4B (or 0x072D4B) is known color: Blue Whale. HEX triplet: 07, 2D and 4B. RGB value is (7,45,75). Sum of RGB (Red+Green+Blue) = 7+45+75=127 (16% of max value = 765). Red value is 7 (3.12% from 255 or 5.51% from 127); Green value is 45 (17.97% from 255 or 35.43% from 127); Blue value is 75 (29.69% from 255 or 59.06% from 127); Max value from RGB is 75 - color contains mainly: blue. Hex color #072D4B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #072D4B is #F8D2B4. Grayscale: #242424. Windows color (decimal): -16306869 or 4926727. OLE color: 4926727.
HSL color Cylindrical-coordinate representation of color #072D4B: hue angle of 206.47º degrees, saturation: 0.83, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #072D4B is Cyan = 0.91, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 7 | 45 | 75 | - |
| CMYK | 0.91 | 0.40 | 0 | 0.71 |
| HSL | 206.47º | 0.83% | 0.16% | - |
| HSV(B) | 206.47º | 0.91% | 0.29% | - |
| XYZ | 2.3 | 2.43 | 7 | - |
| YUV | 37.06 | 149.41 | 106.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 45 | 75 | 0.91 | 0.40 | 0 | 0.71 | 206.47 | 0.83 | 0.16 |
| Hex | 7 | 2D | 4B | 5B | 28 | 0 | 47 | CE | 53 | 10 |
| Octal | 7 | 55 | 113 | 133 | 50 | 0 | 107 | 316 | 123 | 20 |
| Binary | 111 | 101101 | 1001011 | 1011011 | 101000 | 0 | 1000111 | 11001110 | 1010011 | 10000 |
Color Harmonies of #072D4B
Complementary color
Monochromatic Colors of #072D4B
Black with #072D4B
Text Example
Text Example
White with #072D4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #072D4B; }
p { color: rgb(7,45,75); }
H1.HeaderClassName
{
color: #072D4B;
}
.AnyTagClassName
{
color: #072D4B;
}
</style>
background-color css
<style>
a { background-color: #072D4B; }
a { background-color: rgb(7,45,75); }
div.DivClassName
{
background-color: #072D4B;
}
.BgClassName
{
background-color: #072D4B;
}
</style>
border-color css
<style>
span { border-color: #072D4B; }
span { border-color: rgb(7,45,75); }
td.TdClassName
{
border-color: #072D4B;
}
.TagClassName
{
border-color: #072D4B;
}
</style>