Shades of Blue Lagoon #005365
Tints of Blue Lagoon #005365
RGB
CMYK
RGB Variations
Color information
#005365 (or 0x005365) is known color: Blue Lagoon. HEX triplet: 00, 53 and 65. RGB value is (0,83,101). Sum of RGB (Red+Green+Blue) = 0+83+101=184 (24% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 184); Green value is 83 (32.81% from 255 or 45.11% from 184); Blue value is 101 (39.84% from 255 or 54.89% from 184); Max value from RGB is 101 - color contains mainly: blue. Hex color #005365 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #005365 is #FFAC9A. Grayscale: #3C3C3C. Windows color (decimal): -16755867 or 6640384. OLE color: 6640384.
HSL color Cylindrical-coordinate representation of color #005365: hue angle of 190.69º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 1%. Process color model (Four color, CMYK) of #005365 is Cyan = 1, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 0 | 83 | 101 | - |
| CMYK | 1 | 0.18 | 0 | 0.60 |
| HSL | 190.69º | 1% | 0.2% | - |
| HSV(B) | 190.69º | 1% | 0.4% | - |
| XYZ | 5.44 | 7.13 | 13.4 | - |
| YUV | 60.24 | 151 | 85.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 83 | 101 | 1 | 0.18 | 0 | 0.60 | 190.69 | 1 | 0.2 |
| Hex | 0 | 53 | 65 | 64 | 12 | 0 | 3C | BF | 64 | 14 |
| Octal | 0 | 123 | 145 | 144 | 22 | 0 | 74 | 277 | 144 | 24 |
| Binary | 0 | 1010011 | 1100101 | 1100100 | 10010 | 0 | 111100 | 10111111 | 1100100 | 10100 |
Color Harmonies of #005365
Complementary color
Monochromatic Colors of #005365
Black with #005365
Text Example
Text Example
White with #005365
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #005365; }
p { color: rgb(0,83,101); }
H1.HeaderClassName
{
color: #005365;
}
.AnyTagClassName
{
color: #005365;
}
</style>
background-color css
<style>
a { background-color: #005365; }
a { background-color: rgb(0,83,101); }
div.DivClassName
{
background-color: #005365;
}
.BgClassName
{
background-color: #005365;
}
</style>
border-color css
<style>
span { border-color: #005365; }
span { border-color: rgb(0,83,101); }
td.TdClassName
{
border-color: #005365;
}
.TagClassName
{
border-color: #005365;
}
</style>