Shades of Blue Lagoon #00608B
Tints of Blue Lagoon #00608B
RGB
CMYK
RGB Variations
Color information
#00608B (or 0x00608B) is known color: Blue Lagoon. HEX triplet: 00, 60 and 8B. RGB value is (0,96,139). Sum of RGB (Red+Green+Blue) = 0+96+139=235 (31% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 235); Green value is 96 (37.89% from 255 or 40.85% from 235); Blue value is 139 (54.69% from 255 or 59.15% from 235); Max value from RGB is 139 - color contains mainly: blue. Hex color #00608B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #00608B is #FF9F74. Grayscale: #474747. Windows color (decimal): -16752501 or 9134080. OLE color: 9134080.
HSL color Cylindrical-coordinate representation of color #00608B: hue angle of 198.56º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00608B is Cyan = 1, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 0 | 96 | 139 | - |
| CMYK | 1 | 0.31 | 0 | 0.45 |
| HSL | 198.56º | 1% | 0.27% | - |
| HSV(B) | 198.56º | 1% | 0.55% | - |
| XYZ | 8.84 | 10.23 | 25.93 | - |
| YUV | 72.2 | 165.7 | 76.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 96 | 139 | 1 | 0.31 | 0 | 0.45 | 198.56 | 1 | 0.27 |
| Hex | 0 | 60 | 8B | 64 | 1F | 0 | 2D | C7 | 64 | 1B |
| Octal | 0 | 140 | 213 | 144 | 37 | 0 | 55 | 307 | 144 | 33 |
| Binary | 0 | 1100000 | 10001011 | 1100100 | 11111 | 0 | 101101 | 11000111 | 1100100 | 11011 |
Color Harmonies of #00608B
Complementary color
Monochromatic Colors of #00608B
Black with #00608B
Text Example
Text Example
White with #00608B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00608B; }
p { color: rgb(0,96,139); }
H1.HeaderClassName
{
color: #00608B;
}
.AnyTagClassName
{
color: #00608B;
}
</style>
background-color css
<style>
a { background-color: #00608B; }
a { background-color: rgb(0,96,139); }
div.DivClassName
{
background-color: #00608B;
}
.BgClassName
{
background-color: #00608B;
}
</style>
border-color css
<style>
span { border-color: #00608B; }
span { border-color: rgb(0,96,139); }
td.TdClassName
{
border-color: #00608B;
}
.TagClassName
{
border-color: #00608B;
}
</style>