Shades of Blue Lagoon #00648B
Tints of Blue Lagoon #00648B
RGB
CMYK
RGB Variations
Color information
#00648B (or 0x00648B) is known color: Blue Lagoon. HEX triplet: 00, 64 and 8B. RGB value is (0,100,139). Sum of RGB (Red+Green+Blue) = 0+100+139=239 (31% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 239); Green value is 100 (39.45% from 255 or 41.84% from 239); Blue value is 139 (54.69% from 255 or 58.16% from 239); Max value from RGB is 139 - color contains mainly: blue. Hex color #00648B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #00648B is #FF9B74. Grayscale: #4A4A4A. Windows color (decimal): -16751477 or 9135104. OLE color: 9135104.
HSL color Cylindrical-coordinate representation of color #00648B: hue angle of 196.83º 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 #00648B is Cyan = 1, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 0 | 100 | 139 | - |
| CMYK | 1 | 0.28 | 0 | 0.45 |
| HSL | 196.83º | 1% | 0.27% | - |
| HSV(B) | 196.83º | 1% | 0.55% | - |
| XYZ | 9.22 | 10.98 | 26.06 | - |
| YUV | 74.55 | 164.37 | 74.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 100 | 139 | 1 | 0.28 | 0 | 0.45 | 196.83 | 1 | 0.27 |
| Hex | 0 | 64 | 8B | 64 | 1C | 0 | 2D | C5 | 64 | 1B |
| Octal | 0 | 144 | 213 | 144 | 34 | 0 | 55 | 305 | 144 | 33 |
| Binary | 0 | 1100100 | 10001011 | 1100100 | 11100 | 0 | 101101 | 11000101 | 1100100 | 11011 |
Color Harmonies of #00648B
Complementary color
Monochromatic Colors of #00648B
Black with #00648B
Text Example
Text Example
White with #00648B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00648B; }
p { color: rgb(0,100,139); }
H1.HeaderClassName
{
color: #00648B;
}
.AnyTagClassName
{
color: #00648B;
}
</style>
background-color css
<style>
a { background-color: #00648B; }
a { background-color: rgb(0,100,139); }
div.DivClassName
{
background-color: #00648B;
}
.BgClassName
{
background-color: #00648B;
}
</style>
border-color css
<style>
span { border-color: #00648B; }
span { border-color: rgb(0,100,139); }
td.TdClassName
{
border-color: #00648B;
}
.TagClassName
{
border-color: #00648B;
}
</style>