Shades of Blue Lagoon #005374
Tints of Blue Lagoon #005374
RGB
CMYK
RGB Variations
Color information
#005374 (or 0x005374) is known color: Blue Lagoon. HEX triplet: 00, 53 and 74. RGB value is (0,83,116). Sum of RGB (Red+Green+Blue) = 0+83+116=199 (26% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 199); Green value is 83 (32.81% from 255 or 41.71% from 199); Blue value is 116 (45.70% from 255 or 58.29% from 199); Max value from RGB is 116 - color contains mainly: blue. Hex color #005374 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #005374 is #FFAC8B. Grayscale: #3D3D3D. Windows color (decimal): -16755852 or 7623424. OLE color: 7623424.
HSL color Cylindrical-coordinate representation of color #005374: hue angle of 197.07º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 1%. Process color model (Four color, CMYK) of #005374 is Cyan = 1, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 0 | 83 | 116 | - |
| CMYK | 1 | 0.28 | 0 | 0.55 |
| HSL | 197.07º | 1% | 0.23% | - |
| HSV(B) | 197.07º | 1% | 0.45% | - |
| XYZ | 6.25 | 7.45 | 17.63 | - |
| YUV | 61.95 | 158.5 | 83.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 83 | 116 | 1 | 0.28 | 0 | 0.55 | 197.07 | 1 | 0.23 |
| Hex | 0 | 53 | 74 | 64 | 1C | 0 | 37 | C5 | 64 | 17 |
| Octal | 0 | 123 | 164 | 144 | 34 | 0 | 67 | 305 | 144 | 27 |
| Binary | 0 | 1010011 | 1110100 | 1100100 | 11100 | 0 | 110111 | 11000101 | 1100100 | 10111 |
Color Harmonies of #005374
Complementary color
Monochromatic Colors of #005374
Black with #005374
Text Example
Text Example
White with #005374
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #005374; }
p { color: rgb(0,83,116); }
H1.HeaderClassName
{
color: #005374;
}
.AnyTagClassName
{
color: #005374;
}
</style>
background-color css
<style>
a { background-color: #005374; }
a { background-color: rgb(0,83,116); }
div.DivClassName
{
background-color: #005374;
}
.BgClassName
{
background-color: #005374;
}
</style>
border-color css
<style>
span { border-color: #005374; }
span { border-color: rgb(0,83,116); }
td.TdClassName
{
border-color: #005374;
}
.TagClassName
{
border-color: #005374;
}
</style>