Shades of Blue Lagoon #005F74
Tints of Blue Lagoon #005F74
RGB
CMYK
RGB Variations
Color information
#005F74 (or 0x005F74) is known color: Blue Lagoon. HEX triplet: 00, 5F and 74. RGB value is (0,95,116). Sum of RGB (Red+Green+Blue) = 0+95+116=211 (27% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 211); Green value is 95 (37.5% from 255 or 45.02% from 211); Blue value is 116 (45.70% from 255 or 54.98% from 211); Max value from RGB is 116 - color contains mainly: blue. Hex color #005F74 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #005F74 is #FFA08B. Grayscale: #444444. Windows color (decimal): -16752780 or 7626496. OLE color: 7626496.
HSL color Cylindrical-coordinate representation of color #005F74: hue angle of 190.86º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 1%. Process color model (Four color, CMYK) of #005F74 is Cyan = 1, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 0 | 95 | 116 | - |
| CMYK | 1 | 0.18 | 0 | 0.55 |
| HSL | 190.86º | 1% | 0.23% | - |
| HSV(B) | 190.86º | 1% | 0.45% | - |
| XYZ | 7.24 | 9.45 | 17.96 | - |
| YUV | 68.99 | 154.53 | 78.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 95 | 116 | 1 | 0.18 | 0 | 0.55 | 190.86 | 1 | 0.23 |
| Hex | 0 | 5F | 74 | 64 | 12 | 0 | 37 | BF | 64 | 17 |
| Octal | 0 | 137 | 164 | 144 | 22 | 0 | 67 | 277 | 144 | 27 |
| Binary | 0 | 1011111 | 1110100 | 1100100 | 10010 | 0 | 110111 | 10111111 | 1100100 | 10111 |
Color Harmonies of #005F74
Complementary color
Monochromatic Colors of #005F74
Black with #005F74
Text Example
Text Example
White with #005F74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #005F74; }
p { color: rgb(0,95,116); }
H1.HeaderClassName
{
color: #005F74;
}
.AnyTagClassName
{
color: #005F74;
}
</style>
background-color css
<style>
a { background-color: #005F74; }
a { background-color: rgb(0,95,116); }
div.DivClassName
{
background-color: #005F74;
}
.BgClassName
{
background-color: #005F74;
}
</style>
border-color css
<style>
span { border-color: #005F74; }
span { border-color: rgb(0,95,116); }
td.TdClassName
{
border-color: #005F74;
}
.TagClassName
{
border-color: #005F74;
}
</style>