Shades of Blue Lagoon #0A5B7B
Tints of Blue Lagoon #0A5B7B
RGB
CMYK
RGB Variations
Color information
#0A5B7B (or 0x0A5B7B) is known color: Blue Lagoon. HEX triplet: 0A, 5B and 7B. RGB value is (10,91,123). Sum of RGB (Red+Green+Blue) = 10+91+123=224 (29% of max value = 765). Red value is 10 (4.30% from 255 or 4.46% from 224); Green value is 91 (35.94% from 255 or 40.62% from 224); Blue value is 123 (48.44% from 255 or 54.91% from 224); Max value from RGB is 123 - color contains mainly: blue. Hex color #0A5B7B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A5B7B is #F5A484. Grayscale: #464646. Windows color (decimal): -16098437 or 8084234. OLE color: 8084234.
HSL color Cylindrical-coordinate representation of color #0A5B7B: hue angle of 196.99º degrees, saturation: 0.85, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0A5B7B is Cyan = 0.92, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 10 | 91 | 123 | - |
| CMYK | 0.92 | 0.26 | 0 | 0.52 |
| HSL | 196.99º | 0.85% | 0.26% | - |
| HSV(B) | 196.99º | 0.92% | 0.48% | - |
| XYZ | 7.44 | 8.98 | 20.08 | - |
| YUV | 70.43 | 157.66 | 84.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 91 | 123 | 0.92 | 0.26 | 0 | 0.52 | 196.99 | 0.85 | 0.26 |
| Hex | A | 5B | 7B | 5C | 1A | 0 | 34 | C5 | 55 | 1A |
| Octal | 12 | 133 | 173 | 134 | 32 | 0 | 64 | 305 | 125 | 32 |
| Binary | 1010 | 1011011 | 1111011 | 1011100 | 11010 | 0 | 110100 | 11000101 | 1010101 | 11010 |
Color Harmonies of #0A5B7B
Complementary color
Monochromatic Colors of #0A5B7B
Black with #0A5B7B
Text Example
Text Example
White with #0A5B7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A5B7B; }
p { color: rgb(10,91,123); }
H1.HeaderClassName
{
color: #0A5B7B;
}
.AnyTagClassName
{
color: #0A5B7B;
}
</style>
background-color css
<style>
a { background-color: #0A5B7B; }
a { background-color: rgb(10,91,123); }
div.DivClassName
{
background-color: #0A5B7B;
}
.BgClassName
{
background-color: #0A5B7B;
}
</style>
border-color css
<style>
span { border-color: #0A5B7B; }
span { border-color: rgb(10,91,123); }
td.TdClassName
{
border-color: #0A5B7B;
}
.TagClassName
{
border-color: #0A5B7B;
}
</style>