Shades of Blue Lagoon #00638D
Tints of Blue Lagoon #00638D
RGB
CMYK
RGB Variations
Color information
#00638D (or 0x00638D) is known color: Blue Lagoon. HEX triplet: 00, 63 and 8D. RGB value is (0,99,141). Sum of RGB (Red+Green+Blue) = 0+99+141=240 (31% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 240); Green value is 99 (39.06% from 255 or 41.25% from 240); Blue value is 141 (55.47% from 255 or 58.75% from 240); Max value from RGB is 141 - color contains mainly: blue. Hex color #00638D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #00638D is #FF9C72. Grayscale: #494949. Windows color (decimal): -16751731 or 9265920. OLE color: 9265920.
HSL color Cylindrical-coordinate representation of color #00638D: hue angle of 197.87º 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 #00638D is Cyan = 1, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 0 | 99 | 141 | - |
| CMYK | 1 | 0.30 | 0 | 0.45 |
| HSL | 197.87º | 1% | 0.28% | - |
| HSV(B) | 197.87º | 1% | 0.55% | - |
| XYZ | 9.27 | 10.85 | 26.8 | - |
| YUV | 74.19 | 165.7 | 75.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 99 | 141 | 1 | 0.30 | 0 | 0.45 | 197.87 | 1 | 0.28 |
| Hex | 0 | 63 | 8D | 64 | 1E | 0 | 2D | C6 | 64 | 1C |
| Octal | 0 | 143 | 215 | 144 | 36 | 0 | 55 | 306 | 144 | 34 |
| Binary | 0 | 1100011 | 10001101 | 1100100 | 11110 | 0 | 101101 | 11000110 | 1100100 | 11100 |
Color Harmonies of #00638D
Complementary color
Monochromatic Colors of #00638D
Black with #00638D
Text Example
Text Example
White with #00638D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00638D; }
p { color: rgb(0,99,141); }
H1.HeaderClassName
{
color: #00638D;
}
.AnyTagClassName
{
color: #00638D;
}
</style>
background-color css
<style>
a { background-color: #00638D; }
a { background-color: rgb(0,99,141); }
div.DivClassName
{
background-color: #00638D;
}
.BgClassName
{
background-color: #00638D;
}
</style>
border-color css
<style>
span { border-color: #00638D; }
span { border-color: rgb(0,99,141); }
td.TdClassName
{
border-color: #00638D;
}
.TagClassName
{
border-color: #00638D;
}
</style>