Shades of Blue Lagoon #0A5366
Tints of Blue Lagoon #0A5366
RGB
CMYK
RGB Variations
Color information
#0A5366 (or 0x0A5366) is known color: Blue Lagoon. HEX triplet: 0A, 53 and 66. RGB value is (10,83,102). Sum of RGB (Red+Green+Blue) = 10+83+102=195 (25% of max value = 765). Red value is 10 (4.30% from 255 or 5.13% from 195); Green value is 83 (32.81% from 255 or 42.56% from 195); Blue value is 102 (40.23% from 255 or 52.31% from 195); Max value from RGB is 102 - color contains mainly: blue. Hex color #0A5366 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A5366 is #F5AC99. Grayscale: #3F3F3F. Windows color (decimal): -16100506 or 6705930. OLE color: 6705930.
HSL color Cylindrical-coordinate representation of color #0A5366: hue angle of 192.39º degrees, saturation: 0.82, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0A5366 is Cyan = 0.90, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 10 | 83 | 102 | - |
| CMYK | 0.90 | 0.19 | 0 | 0.6 |
| HSL | 192.39º | 0.82% | 0.22% | - |
| HSV(B) | 192.39º | 0.9% | 0.4% | - |
| XYZ | 5.62 | 7.21 | 13.67 | - |
| YUV | 63.34 | 149.82 | 89.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 83 | 102 | 0.90 | 0.19 | 0 | 0.6 | 192.39 | 0.82 | 0.22 |
| Hex | A | 53 | 66 | 5A | 13 | 0 | 3C | C0 | 52 | 16 |
| Octal | 12 | 123 | 146 | 132 | 23 | 0 | 74 | 300 | 122 | 26 |
| Binary | 1010 | 1010011 | 1100110 | 1011010 | 10011 | 0 | 111100 | 11000000 | 1010010 | 10110 |
Color Harmonies of #0A5366
Complementary color
Monochromatic Colors of #0A5366
Black with #0A5366
Text Example
Text Example
White with #0A5366
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A5366; }
p { color: rgb(10,83,102); }
H1.HeaderClassName
{
color: #0A5366;
}
.AnyTagClassName
{
color: #0A5366;
}
</style>
background-color css
<style>
a { background-color: #0A5366; }
a { background-color: rgb(10,83,102); }
div.DivClassName
{
background-color: #0A5366;
}
.BgClassName
{
background-color: #0A5366;
}
</style>
border-color css
<style>
span { border-color: #0A5366; }
span { border-color: rgb(10,83,102); }
td.TdClassName
{
border-color: #0A5366;
}
.TagClassName
{
border-color: #0A5366;
}
</style>