Shades of Blue Lagoon #005F8A
Tints of Blue Lagoon #005F8A
RGB
CMYK
RGB Variations
Color information
#005F8A (or 0x005F8A) is known color: Blue Lagoon. HEX triplet: 00, 5F and 8A. RGB value is (0,95,138). Sum of RGB (Red+Green+Blue) = 0+95+138=233 (30% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 233); Green value is 95 (37.5% from 255 or 40.77% from 233); Blue value is 138 (54.30% from 255 or 59.23% from 233); Max value from RGB is 138 - color contains mainly: blue. Hex color #005F8A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #005F8A is #FFA075. Grayscale: #474747. Windows color (decimal): -16752758 or 9068288. OLE color: 9068288.
HSL color Cylindrical-coordinate representation of color #005F8A: hue angle of 198.7º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 1%. Process color model (Four color, CMYK) of #005F8A is Cyan = 1, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 0 | 95 | 138 | - |
| CMYK | 1 | 0.31 | 0 | 0.46 |
| HSL | 198.7º | 1% | 0.27% | - |
| HSV(B) | 198.7º | 1% | 0.54% | - |
| XYZ | 8.68 | 10.02 | 25.52 | - |
| YUV | 71.5 | 165.53 | 77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 95 | 138 | 1 | 0.31 | 0 | 0.46 | 198.7 | 1 | 0.27 |
| Hex | 0 | 5F | 8A | 64 | 1F | 0 | 2E | C7 | 64 | 1B |
| Octal | 0 | 137 | 212 | 144 | 37 | 0 | 56 | 307 | 144 | 33 |
| Binary | 0 | 1011111 | 10001010 | 1100100 | 11111 | 0 | 101110 | 11000111 | 1100100 | 11011 |
Color Harmonies of #005F8A
Complementary color
Monochromatic Colors of #005F8A
Black with #005F8A
Text Example
Text Example
White with #005F8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #005F8A; }
p { color: rgb(0,95,138); }
H1.HeaderClassName
{
color: #005F8A;
}
.AnyTagClassName
{
color: #005F8A;
}
</style>
background-color css
<style>
a { background-color: #005F8A; }
a { background-color: rgb(0,95,138); }
div.DivClassName
{
background-color: #005F8A;
}
.BgClassName
{
background-color: #005F8A;
}
</style>
border-color css
<style>
span { border-color: #005F8A; }
span { border-color: rgb(0,95,138); }
td.TdClassName
{
border-color: #005F8A;
}
.TagClassName
{
border-color: #005F8A;
}
</style>