Shades of Blue Lagoon #065371
Tints of Blue Lagoon #065371
RGB
CMYK
RGB Variations
Color information
#065371 (or 0x065371) is known color: Blue Lagoon. HEX triplet: 06, 53 and 71. RGB value is (6,83,113). Sum of RGB (Red+Green+Blue) = 6+83+113=202 (26% of max value = 765). Red value is 6 (2.73% from 255 or 2.97% from 202); Green value is 83 (32.81% from 255 or 41.09% from 202); Blue value is 113 (44.53% from 255 or 55.94% from 202); Max value from RGB is 113 - color contains mainly: blue. Hex color #065371 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #065371 is #F9AC8E. Grayscale: #3F3F3F. Windows color (decimal): -16362639 or 7426822. OLE color: 7426822.
HSL color Cylindrical-coordinate representation of color #065371: hue angle of 196.82º degrees, saturation: 0.9, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #065371 is Cyan = 0.95, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 6 | 83 | 113 | - |
| CMYK | 0.95 | 0.27 | 0 | 0.56 |
| HSL | 196.82º | 0.9% | 0.23% | - |
| HSV(B) | 196.82º | 0.95% | 0.44% | - |
| XYZ | 6.15 | 7.42 | 16.73 | - |
| YUV | 63.4 | 155.99 | 87.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 83 | 113 | 0.95 | 0.27 | 0 | 0.56 | 196.82 | 0.9 | 0.23 |
| Hex | 6 | 53 | 71 | 5F | 1B | 0 | 38 | C5 | 5A | 17 |
| Octal | 6 | 123 | 161 | 137 | 33 | 0 | 70 | 305 | 132 | 27 |
| Binary | 110 | 1010011 | 1110001 | 1011111 | 11011 | 0 | 111000 | 11000101 | 1011010 | 10111 |
Color Harmonies of #065371
Complementary color
Monochromatic Colors of #065371
Black with #065371
Text Example
Text Example
White with #065371
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #065371; }
p { color: rgb(6,83,113); }
H1.HeaderClassName
{
color: #065371;
}
.AnyTagClassName
{
color: #065371;
}
</style>
background-color css
<style>
a { background-color: #065371; }
a { background-color: rgb(6,83,113); }
div.DivClassName
{
background-color: #065371;
}
.BgClassName
{
background-color: #065371;
}
</style>
border-color css
<style>
span { border-color: #065371; }
span { border-color: rgb(6,83,113); }
td.TdClassName
{
border-color: #065371;
}
.TagClassName
{
border-color: #065371;
}
</style>