Shades of Blue Lagoon #0A636A
Tints of Blue Lagoon #0A636A
RGB
CMYK
RGB Variations
Color information
#0A636A (or 0x0A636A) is known color: Blue Lagoon. HEX triplet: 0A, 63 and 6A. RGB value is (10,99,106). Sum of RGB (Red+Green+Blue) = 10+99+106=215 (28% of max value = 765). Red value is 10 (4.30% from 255 or 4.65% from 215); Green value is 99 (39.06% from 255 or 46.05% from 215); Blue value is 106 (41.80% from 255 or 49.30% from 215); Max value from RGB is 106 - color contains mainly: blue. Hex color #0A636A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A636A is #F59C95. Grayscale: #494949. Windows color (decimal): -16096406 or 6972170. OLE color: 6972170.
HSL color Cylindrical-coordinate representation of color #0A636A: hue angle of 184.38º 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 #0A636A is Cyan = 0.91, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 10 | 99 | 106 | - |
| CMYK | 0.91 | 0.07 | 0 | 0.58 |
| HSL | 184.38º | 0.83% | 0.23% | - |
| HSV(B) | 184.38º | 0.91% | 0.42% | - |
| XYZ | 7.19 | 10.03 | 15.19 | - |
| YUV | 73.19 | 146.51 | 82.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 99 | 106 | 0.91 | 0.07 | 0 | 0.58 | 184.38 | 0.83 | 0.23 |
| Hex | A | 63 | 6A | 5B | 7 | 0 | 3A | B8 | 53 | 17 |
| Octal | 12 | 143 | 152 | 133 | 7 | 0 | 72 | 270 | 123 | 27 |
| Binary | 1010 | 1100011 | 1101010 | 1011011 | 111 | 0 | 111010 | 10111000 | 1010011 | 10111 |
Color Harmonies of #0A636A
Complementary color
Monochromatic Colors of #0A636A
Black with #0A636A
Text Example
Text Example
White with #0A636A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A636A; }
p { color: rgb(10,99,106); }
H1.HeaderClassName
{
color: #0A636A;
}
.AnyTagClassName
{
color: #0A636A;
}
</style>
background-color css
<style>
a { background-color: #0A636A; }
a { background-color: rgb(10,99,106); }
div.DivClassName
{
background-color: #0A636A;
}
.BgClassName
{
background-color: #0A636A;
}
</style>
border-color css
<style>
span { border-color: #0A636A; }
span { border-color: rgb(10,99,106); }
td.TdClassName
{
border-color: #0A636A;
}
.TagClassName
{
border-color: #0A636A;
}
</style>