Shades of Blue Lagoon #0A656C
Tints of Blue Lagoon #0A656C
RGB
CMYK
RGB Variations
Color information
#0A656C (or 0x0A656C) is known color: Blue Lagoon. HEX triplet: 0A, 65 and 6C. RGB value is (10,101,108). Sum of RGB (Red+Green+Blue) = 10+101+108=219 (29% of max value = 765). Red value is 10 (4.30% from 255 or 4.57% from 219); Green value is 101 (39.84% from 255 or 46.12% from 219); Blue value is 108 (42.58% from 255 or 49.32% from 219); Max value from RGB is 108 - color contains mainly: blue. Hex color #0A656C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A656C is #F59A93. Grayscale: #4A4A4A. Windows color (decimal): -16095892 or 7103754. OLE color: 7103754.
HSL color Cylindrical-coordinate representation of color #0A656C: hue angle of 184.29º degrees, saturation: 0.83, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0A656C is Cyan = 0.91, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 10 | 101 | 108 | - |
| CMYK | 0.91 | 0.06 | 0 | 0.58 |
| HSL | 184.29º | 0.83% | 0.23% | - |
| HSV(B) | 184.29º | 0.91% | 0.42% | - |
| XYZ | 7.49 | 10.45 | 15.81 | - |
| YUV | 74.59 | 146.85 | 81.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 101 | 108 | 0.91 | 0.06 | 0 | 0.58 | 184.29 | 0.83 | 0.23 |
| Hex | A | 65 | 6C | 5B | 6 | 0 | 3A | B8 | 53 | 17 |
| Octal | 12 | 145 | 154 | 133 | 6 | 0 | 72 | 270 | 123 | 27 |
| Binary | 1010 | 1100101 | 1101100 | 1011011 | 110 | 0 | 111010 | 10111000 | 1010011 | 10111 |
Color Harmonies of #0A656C
Complementary color
Monochromatic Colors of #0A656C
Black with #0A656C
Text Example
Text Example
White with #0A656C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A656C; }
p { color: rgb(10,101,108); }
H1.HeaderClassName
{
color: #0A656C;
}
.AnyTagClassName
{
color: #0A656C;
}
</style>
background-color css
<style>
a { background-color: #0A656C; }
a { background-color: rgb(10,101,108); }
div.DivClassName
{
background-color: #0A656C;
}
.BgClassName
{
background-color: #0A656C;
}
</style>
border-color css
<style>
span { border-color: #0A656C; }
span { border-color: rgb(10,101,108); }
td.TdClassName
{
border-color: #0A656C;
}
.TagClassName
{
border-color: #0A656C;
}
</style>