Shades of Blue Lagoon #0A536C
Tints of Blue Lagoon #0A536C
RGB
CMYK
RGB Variations
Color information
#0A536C (or 0x0A536C) is known color: Blue Lagoon. HEX triplet: 0A, 53 and 6C. RGB value is (10,83,108). Sum of RGB (Red+Green+Blue) = 10+83+108=201 (26% of max value = 765). Red value is 10 (4.30% from 255 or 4.98% from 201); Green value is 83 (32.81% from 255 or 41.29% from 201); Blue value is 108 (42.58% from 255 or 53.73% from 201); Max value from RGB is 108 - color contains mainly: blue. Hex color #0A536C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A536C is #F5AC93. Grayscale: #3F3F3F. Windows color (decimal): -16100500 or 7099146. OLE color: 7099146.
HSL color Cylindrical-coordinate representation of color #0A536C: hue angle of 195.31º 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 #0A536C is Cyan = 0.91, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 10 | 83 | 108 | - |
| CMYK | 0.91 | 0.23 | 0 | 0.58 |
| HSL | 195.31º | 0.83% | 0.23% | - |
| HSV(B) | 195.31º | 0.91% | 0.42% | - |
| XYZ | 5.93 | 7.33 | 15.29 | - |
| YUV | 64.02 | 152.82 | 89.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 83 | 108 | 0.91 | 0.23 | 0 | 0.58 | 195.31 | 0.83 | 0.23 |
| Hex | A | 53 | 6C | 5B | 17 | 0 | 3A | C3 | 53 | 17 |
| Octal | 12 | 123 | 154 | 133 | 27 | 0 | 72 | 303 | 123 | 27 |
| Binary | 1010 | 1010011 | 1101100 | 1011011 | 10111 | 0 | 111010 | 11000011 | 1010011 | 10111 |
Color Harmonies of #0A536C
Complementary color
Monochromatic Colors of #0A536C
Black with #0A536C
Text Example
Text Example
White with #0A536C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A536C; }
p { color: rgb(10,83,108); }
H1.HeaderClassName
{
color: #0A536C;
}
.AnyTagClassName
{
color: #0A536C;
}
</style>
background-color css
<style>
a { background-color: #0A536C; }
a { background-color: rgb(10,83,108); }
div.DivClassName
{
background-color: #0A536C;
}
.BgClassName
{
background-color: #0A536C;
}
</style>
border-color css
<style>
span { border-color: #0A536C; }
span { border-color: rgb(10,83,108); }
td.TdClassName
{
border-color: #0A536C;
}
.TagClassName
{
border-color: #0A536C;
}
</style>