Shades of Dark Cerulean #074B7D
Tints of Dark Cerulean #074B7D
RGB
CMYK
RGB Variations
Color information
#074B7D (or 0x074B7D) is known color: Dark Cerulean. HEX triplet: 07, 4B and 7D. RGB value is (7,75,125). Sum of RGB (Red+Green+Blue) = 7+75+125=207 (27% of max value = 765). Red value is 7 (3.12% from 255 or 3.38% from 207); Green value is 75 (29.69% from 255 or 36.23% from 207); Blue value is 125 (49.22% from 255 or 60.39% from 207); Max value from RGB is 125 - color contains mainly: blue. Hex color #074B7D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #074B7D is #F8B482. Grayscale: #3C3C3C. Windows color (decimal): -16299139 or 8211207. OLE color: 8211207.
HSL color Cylindrical-coordinate representation of color #074B7D: hue angle of 205.42º degrees, saturation: 0.89, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #074B7D is Cyan = 0.94, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 7 | 75 | 125 | - |
| CMYK | 0.94 | 0.40 | 0 | 0.51 |
| HSL | 205.42º | 0.89% | 0.26% | - |
| HSV(B) | 205.42º | 0.94% | 0.49% | - |
| XYZ | 6.31 | 6.56 | 20.34 | - |
| YUV | 60.37 | 164.47 | 89.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 75 | 125 | 0.94 | 0.40 | 0 | 0.51 | 205.42 | 0.89 | 0.26 |
| Hex | 7 | 4B | 7D | 5E | 28 | 0 | 33 | CD | 59 | 1A |
| Octal | 7 | 113 | 175 | 136 | 50 | 0 | 63 | 315 | 131 | 32 |
| Binary | 111 | 1001011 | 1111101 | 1011110 | 101000 | 0 | 110011 | 11001101 | 1011001 | 11010 |
Color Harmonies of #074B7D
Complementary color
Monochromatic Colors of #074B7D
Black with #074B7D
Text Example
Text Example
White with #074B7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #074B7D; }
p { color: rgb(7,75,125); }
H1.HeaderClassName
{
color: #074B7D;
}
.AnyTagClassName
{
color: #074B7D;
}
</style>
background-color css
<style>
a { background-color: #074B7D; }
a { background-color: rgb(7,75,125); }
div.DivClassName
{
background-color: #074B7D;
}
.BgClassName
{
background-color: #074B7D;
}
</style>
border-color css
<style>
span { border-color: #074B7D; }
span { border-color: rgb(7,75,125); }
td.TdClassName
{
border-color: #074B7D;
}
.TagClassName
{
border-color: #074B7D;
}
</style>