Shades of Blue Lagoon #074D67
Tints of Blue Lagoon #074D67
RGB
CMYK
RGB Variations
Color information
#074D67 (or 0x074D67) is known color: Blue Lagoon. HEX triplet: 07, 4D and 67. RGB value is (7,77,103). Sum of RGB (Red+Green+Blue) = 7+77+103=187 (24% of max value = 765). Red value is 7 (3.12% from 255 or 3.74% from 187); Green value is 77 (30.47% from 255 or 41.18% from 187); Blue value is 103 (40.62% from 255 or 55.08% from 187); Max value from RGB is 103 - color contains mainly: blue. Hex color #074D67 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #074D67 is #F8B298. Grayscale: #3A3A3A. Windows color (decimal): -16298649 or 6769927. OLE color: 6769927.
HSL color Cylindrical-coordinate representation of color #074D67: hue angle of 196.25º degrees, saturation: 0.87, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #074D67 is Cyan = 0.93, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 7 | 77 | 103 | - |
| CMYK | 0.93 | 0.25 | 0 | 0.60 |
| HSL | 196.25º | 0.87% | 0.22% | - |
| HSV(B) | 196.25º | 0.93% | 0.4% | - |
| XYZ | 5.19 | 6.33 | 13.78 | - |
| YUV | 59.03 | 152.81 | 90.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 77 | 103 | 0.93 | 0.25 | 0 | 0.60 | 196.25 | 0.87 | 0.22 |
| Hex | 7 | 4D | 67 | 5D | 19 | 0 | 3C | C4 | 57 | 16 |
| Octal | 7 | 115 | 147 | 135 | 31 | 0 | 74 | 304 | 127 | 26 |
| Binary | 111 | 1001101 | 1100111 | 1011101 | 11001 | 0 | 111100 | 11000100 | 1010111 | 10110 |
Color Harmonies of #074D67
Complementary color
Monochromatic Colors of #074D67
Black with #074D67
Text Example
Text Example
White with #074D67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #074D67; }
p { color: rgb(7,77,103); }
H1.HeaderClassName
{
color: #074D67;
}
.AnyTagClassName
{
color: #074D67;
}
</style>
background-color css
<style>
a { background-color: #074D67; }
a { background-color: rgb(7,77,103); }
div.DivClassName
{
background-color: #074D67;
}
.BgClassName
{
background-color: #074D67;
}
</style>
border-color css
<style>
span { border-color: #074D67; }
span { border-color: rgb(7,77,103); }
td.TdClassName
{
border-color: #074D67;
}
.TagClassName
{
border-color: #074D67;
}
</style>