Shades of Dark Cerulean #074B77
Tints of Dark Cerulean #074B77
RGB
CMYK
RGB Variations
Color information
#074B77 (or 0x074B77) is known color: Dark Cerulean. HEX triplet: 07, 4B and 77. RGB value is (7,75,119). Sum of RGB (Red+Green+Blue) = 7+75+119=201 (26% of max value = 765). Red value is 7 (3.12% from 255 or 3.48% from 201); Green value is 75 (29.69% from 255 or 37.31% from 201); Blue value is 119 (46.88% from 255 or 59.20% from 201); Max value from RGB is 119 - color contains mainly: blue. Hex color #074B77 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #074B77 is #F8B488. Grayscale: #3B3B3B. Windows color (decimal): -16299145 or 7817991. OLE color: 7817991.
HSL color Cylindrical-coordinate representation of color #074B77: hue angle of 203.57º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #074B77 is Cyan = 0.94, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 7 | 75 | 119 | - |
| CMYK | 0.94 | 0.37 | 0 | 0.53 |
| HSL | 203.57º | 0.89% | 0.25% | - |
| HSV(B) | 203.57º | 0.94% | 0.47% | - |
| XYZ | 5.93 | 6.41 | 18.38 | - |
| YUV | 59.68 | 161.47 | 90.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 75 | 119 | 0.94 | 0.37 | 0 | 0.53 | 203.57 | 0.89 | 0.25 |
| Hex | 7 | 4B | 77 | 5E | 25 | 0 | 35 | CC | 59 | 19 |
| Octal | 7 | 113 | 167 | 136 | 45 | 0 | 65 | 314 | 131 | 31 |
| Binary | 111 | 1001011 | 1110111 | 1011110 | 100101 | 0 | 110101 | 11001100 | 1011001 | 11001 |
Color Harmonies of #074B77
Complementary color
Monochromatic Colors of #074B77
Black with #074B77
Text Example
Text Example
White with #074B77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #074B77; }
p { color: rgb(7,75,119); }
H1.HeaderClassName
{
color: #074B77;
}
.AnyTagClassName
{
color: #074B77;
}
</style>
background-color css
<style>
a { background-color: #074B77; }
a { background-color: rgb(7,75,119); }
div.DivClassName
{
background-color: #074B77;
}
.BgClassName
{
background-color: #074B77;
}
</style>
border-color css
<style>
span { border-color: #074B77; }
span { border-color: rgb(7,75,119); }
td.TdClassName
{
border-color: #074B77;
}
.TagClassName
{
border-color: #074B77;
}
</style>