Shades of Blue Lagoon #00607D
Tints of Blue Lagoon #00607D
RGB
CMYK
RGB Variations
Color information
#00607D (or 0x00607D) is known color: Blue Lagoon. HEX triplet: 00, 60 and 7D. RGB value is (0,96,125). Sum of RGB (Red+Green+Blue) = 0+96+125=221 (29% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 221); Green value is 96 (37.89% from 255 or 43.44% from 221); Blue value is 125 (49.22% from 255 or 56.56% from 221); Max value from RGB is 125 - color contains mainly: blue. Hex color #00607D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #00607D is #FF9F82. Grayscale: #464646. Windows color (decimal): -16752515 or 8216576. OLE color: 8216576.
HSL color Cylindrical-coordinate representation of color #00607D: hue angle of 193.92º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00607D is Cyan = 1, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 0 | 96 | 125 | - |
| CMYK | 1 | 0.23 | 0 | 0.51 |
| HSL | 193.92º | 1% | 0.25% | - |
| HSV(B) | 193.92º | 1% | 0.49% | - |
| XYZ | 7.88 | 9.85 | 20.89 | - |
| YUV | 70.6 | 158.7 | 77.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 96 | 125 | 1 | 0.23 | 0 | 0.51 | 193.92 | 1 | 0.25 |
| Hex | 0 | 60 | 7D | 64 | 17 | 0 | 33 | C2 | 64 | 19 |
| Octal | 0 | 140 | 175 | 144 | 27 | 0 | 63 | 302 | 144 | 31 |
| Binary | 0 | 1100000 | 1111101 | 1100100 | 10111 | 0 | 110011 | 11000010 | 1100100 | 11001 |
Color Harmonies of #00607D
Complementary color
Monochromatic Colors of #00607D
Black with #00607D
Text Example
Text Example
White with #00607D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00607D; }
p { color: rgb(0,96,125); }
H1.HeaderClassName
{
color: #00607D;
}
.AnyTagClassName
{
color: #00607D;
}
</style>
background-color css
<style>
a { background-color: #00607D; }
a { background-color: rgb(0,96,125); }
div.DivClassName
{
background-color: #00607D;
}
.BgClassName
{
background-color: #00607D;
}
</style>
border-color css
<style>
span { border-color: #00607D; }
span { border-color: rgb(0,96,125); }
td.TdClassName
{
border-color: #00607D;
}
.TagClassName
{
border-color: #00607D;
}
</style>