Shades of Blue Lagoon #006385
Tints of Blue Lagoon #006385
RGB
CMYK
RGB Variations
Color information
#006385 (or 0x006385) is known color: Blue Lagoon. HEX triplet: 00, 63 and 85. RGB value is (0,99,133). Sum of RGB (Red+Green+Blue) = 0+99+133=232 (30% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 232); Green value is 99 (39.06% from 255 or 42.67% from 232); Blue value is 133 (52.34% from 255 or 57.33% from 232); Max value from RGB is 133 - color contains mainly: blue. Hex color #006385 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #006385 is #FF9C7A. Grayscale: #494949. Windows color (decimal): -16751739 or 8741632. OLE color: 8741632.
HSL color Cylindrical-coordinate representation of color #006385: hue angle of 195.34º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 1%. Process color model (Four color, CMYK) of #006385 is Cyan = 1, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 0 | 99 | 133 | - |
| CMYK | 1 | 0.26 | 0 | 0.48 |
| HSL | 195.34º | 1% | 0.26% | - |
| HSV(B) | 195.34º | 1% | 0.52% | - |
| XYZ | 8.7 | 10.62 | 23.78 | - |
| YUV | 73.28 | 161.7 | 75.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 99 | 133 | 1 | 0.26 | 0 | 0.48 | 195.34 | 1 | 0.26 |
| Hex | 0 | 63 | 85 | 64 | 1A | 0 | 30 | C3 | 64 | 1A |
| Octal | 0 | 143 | 205 | 144 | 32 | 0 | 60 | 303 | 144 | 32 |
| Binary | 0 | 1100011 | 10000101 | 1100100 | 11010 | 0 | 110000 | 11000011 | 1100100 | 11010 |
Color Harmonies of #006385
Complementary color
Monochromatic Colors of #006385
Black with #006385
Text Example
Text Example
White with #006385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #006385; }
p { color: rgb(0,99,133); }
H1.HeaderClassName
{
color: #006385;
}
.AnyTagClassName
{
color: #006385;
}
</style>
background-color css
<style>
a { background-color: #006385; }
a { background-color: rgb(0,99,133); }
div.DivClassName
{
background-color: #006385;
}
.BgClassName
{
background-color: #006385;
}
</style>
border-color css
<style>
span { border-color: #006385; }
span { border-color: rgb(0,99,133); }
td.TdClassName
{
border-color: #006385;
}
.TagClassName
{
border-color: #006385;
}
</style>