Shades of Blue Lagoon #076281
Tints of Blue Lagoon #076281
RGB
CMYK
RGB Variations
Color information
#076281 (or 0x076281) is known color: Blue Lagoon. HEX triplet: 07, 62 and 81. RGB value is (7,98,129). Sum of RGB (Red+Green+Blue) = 7+98+129=234 (30% of max value = 765). Red value is 7 (3.12% from 255 or 2.99% from 234); Green value is 98 (38.67% from 255 or 41.88% from 234); Blue value is 129 (50.78% from 255 or 55.13% from 234); Max value from RGB is 129 - color contains mainly: blue. Hex color #076281 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #076281 is #F89D7E. Grayscale: #4A4A4A. Windows color (decimal): -16293247 or 8479239. OLE color: 8479239.
HSL color Cylindrical-coordinate representation of color #076281: hue angle of 195.25º degrees, saturation: 0.9, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #076281 is Cyan = 0.95, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 7 | 98 | 129 | - |
| CMYK | 0.95 | 0.24 | 0 | 0.49 |
| HSL | 195.25º | 0.9% | 0.27% | - |
| HSV(B) | 195.25º | 0.95% | 0.51% | - |
| XYZ | 8.42 | 10.37 | 22.33 | - |
| YUV | 74.33 | 158.85 | 79.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 98 | 129 | 0.95 | 0.24 | 0 | 0.49 | 195.25 | 0.9 | 0.27 |
| Hex | 7 | 62 | 81 | 5F | 18 | 0 | 31 | C3 | 5A | 1B |
| Octal | 7 | 142 | 201 | 137 | 30 | 0 | 61 | 303 | 132 | 33 |
| Binary | 111 | 1100010 | 10000001 | 1011111 | 11000 | 0 | 110001 | 11000011 | 1011010 | 11011 |
Color Harmonies of #076281
Complementary color
Monochromatic Colors of #076281
Black with #076281
Text Example
Text Example
White with #076281
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #076281; }
p { color: rgb(7,98,129); }
H1.HeaderClassName
{
color: #076281;
}
.AnyTagClassName
{
color: #076281;
}
</style>
background-color css
<style>
a { background-color: #076281; }
a { background-color: rgb(7,98,129); }
div.DivClassName
{
background-color: #076281;
}
.BgClassName
{
background-color: #076281;
}
</style>
border-color css
<style>
span { border-color: #076281; }
span { border-color: rgb(7,98,129); }
td.TdClassName
{
border-color: #076281;
}
.TagClassName
{
border-color: #076281;
}
</style>