Shades of Blue Lagoon #0A506B
Tints of Blue Lagoon #0A506B
RGB
CMYK
RGB Variations
Color information
#0A506B (or 0x0A506B) is known color: Blue Lagoon. HEX triplet: 0A, 50 and 6B. RGB value is (10,80,107). Sum of RGB (Red+Green+Blue) = 10+80+107=197 (26% of max value = 765). Red value is 10 (4.30% from 255 or 5.08% from 197); Green value is 80 (31.64% from 255 or 40.61% from 197); Blue value is 107 (42.19% from 255 or 54.31% from 197); Max value from RGB is 107 - color contains mainly: blue. Hex color #0A506B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A506B is #F5AF94. Grayscale: #3D3D3D. Windows color (decimal): -16101269 or 7032842. OLE color: 7032842.
HSL color Cylindrical-coordinate representation of color #0A506B: hue angle of 196.7º 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 #0A506B is Cyan = 0.91, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 10 | 80 | 107 | - |
| CMYK | 0.91 | 0.25 | 0 | 0.58 |
| HSL | 196.7º | 0.83% | 0.23% | - |
| HSV(B) | 196.7º | 0.91% | 0.42% | - |
| XYZ | 5.65 | 6.86 | 14.94 | - |
| YUV | 62.15 | 153.31 | 90.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 80 | 107 | 0.91 | 0.25 | 0 | 0.58 | 196.7 | 0.83 | 0.23 |
| Hex | A | 50 | 6B | 5B | 19 | 0 | 3A | C5 | 53 | 17 |
| Octal | 12 | 120 | 153 | 133 | 31 | 0 | 72 | 305 | 123 | 27 |
| Binary | 1010 | 1010000 | 1101011 | 1011011 | 11001 | 0 | 111010 | 11000101 | 1010011 | 10111 |
Color Harmonies of #0A506B
Complementary color
Monochromatic Colors of #0A506B
Black with #0A506B
Text Example
Text Example
White with #0A506B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A506B; }
p { color: rgb(10,80,107); }
H1.HeaderClassName
{
color: #0A506B;
}
.AnyTagClassName
{
color: #0A506B;
}
</style>
background-color css
<style>
a { background-color: #0A506B; }
a { background-color: rgb(10,80,107); }
div.DivClassName
{
background-color: #0A506B;
}
.BgClassName
{
background-color: #0A506B;
}
</style>
border-color css
<style>
span { border-color: #0A506B; }
span { border-color: rgb(10,80,107); }
td.TdClassName
{
border-color: #0A506B;
}
.TagClassName
{
border-color: #0A506B;
}
</style>