Shades of Blue Lagoon #00657D
Tints of Blue Lagoon #00657D
RGB
CMYK
RGB Variations
Color information
#00657D (or 0x00657D) is known color: Blue Lagoon. HEX triplet: 00, 65 and 7D. RGB value is (0,101,125). Sum of RGB (Red+Green+Blue) = 0+101+125=226 (29% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 226); Green value is 101 (39.84% from 255 or 44.69% from 226); Blue value is 125 (49.22% from 255 or 55.31% from 226); Max value from RGB is 125 - color contains mainly: blue. Hex color #00657D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #00657D is #FF9A82. Grayscale: #494949. Windows color (decimal): -16751235 or 8217856. OLE color: 8217856.
HSL color Cylindrical-coordinate representation of color #00657D: hue angle of 191.52º 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 #00657D is Cyan = 1, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 0 | 101 | 125 | - |
| CMYK | 1 | 0.19 | 0 | 0.51 |
| HSL | 191.52º | 1% | 0.25% | - |
| HSV(B) | 191.52º | 1% | 0.49% | - |
| XYZ | 8.36 | 10.79 | 21.04 | - |
| YUV | 73.54 | 157.04 | 75.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 101 | 125 | 1 | 0.19 | 0 | 0.51 | 191.52 | 1 | 0.25 |
| Hex | 0 | 65 | 7D | 64 | 13 | 0 | 33 | C0 | 64 | 19 |
| Octal | 0 | 145 | 175 | 144 | 23 | 0 | 63 | 300 | 144 | 31 |
| Binary | 0 | 1100101 | 1111101 | 1100100 | 10011 | 0 | 110011 | 11000000 | 1100100 | 11001 |
Color Harmonies of #00657D
Complementary color
Monochromatic Colors of #00657D
Black with #00657D
Text Example
Text Example
White with #00657D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00657D; }
p { color: rgb(0,101,125); }
H1.HeaderClassName
{
color: #00657D;
}
.AnyTagClassName
{
color: #00657D;
}
</style>
background-color css
<style>
a { background-color: #00657D; }
a { background-color: rgb(0,101,125); }
div.DivClassName
{
background-color: #00657D;
}
.BgClassName
{
background-color: #00657D;
}
</style>
border-color css
<style>
span { border-color: #00657D; }
span { border-color: rgb(0,101,125); }
td.TdClassName
{
border-color: #00657D;
}
.TagClassName
{
border-color: #00657D;
}
</style>