Shades of Blue Lagoon #00628D
Tints of Blue Lagoon #00628D
RGB
CMYK
RGB Variations
Color information
#00628D (or 0x00628D) is known color: Blue Lagoon. HEX triplet: 00, 62 and 8D. RGB value is (0,98,141). Sum of RGB (Red+Green+Blue) = 0+98+141=239 (31% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 239); Green value is 98 (38.67% from 255 or 41.00% from 239); Blue value is 141 (55.47% from 255 or 59.00% from 239); Max value from RGB is 141 - color contains mainly: blue. Hex color #00628D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #00628D is #FF9D72. Grayscale: #494949. Windows color (decimal): -16751987 or 9265664. OLE color: 9265664.
HSL color Cylindrical-coordinate representation of color #00628D: hue angle of 198.3º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00628D is Cyan = 1, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 0 | 98 | 141 | - |
| CMYK | 1 | 0.30 | 0 | 0.45 |
| HSL | 198.3º | 1% | 0.28% | - |
| HSV(B) | 198.3º | 1% | 0.55% | - |
| XYZ | 9.18 | 10.66 | 26.77 | - |
| YUV | 73.6 | 166.03 | 75.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 98 | 141 | 1 | 0.30 | 0 | 0.45 | 198.3 | 1 | 0.28 |
| Hex | 0 | 62 | 8D | 64 | 1E | 0 | 2D | C6 | 64 | 1C |
| Octal | 0 | 142 | 215 | 144 | 36 | 0 | 55 | 306 | 144 | 34 |
| Binary | 0 | 1100010 | 10001101 | 1100100 | 11110 | 0 | 101101 | 11000110 | 1100100 | 11100 |
Color Harmonies of #00628D
Complementary color
Monochromatic Colors of #00628D
Black with #00628D
Text Example
Text Example
White with #00628D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00628D; }
p { color: rgb(0,98,141); }
H1.HeaderClassName
{
color: #00628D;
}
.AnyTagClassName
{
color: #00628D;
}
</style>
background-color css
<style>
a { background-color: #00628D; }
a { background-color: rgb(0,98,141); }
div.DivClassName
{
background-color: #00628D;
}
.BgClassName
{
background-color: #00628D;
}
</style>
border-color css
<style>
span { border-color: #00628D; }
span { border-color: rgb(0,98,141); }
td.TdClassName
{
border-color: #00628D;
}
.TagClassName
{
border-color: #00628D;
}
</style>