Shades of Blue Lagoon #135C6D
Tints of Blue Lagoon #135C6D
RGB
CMYK
RGB Variations
Color information
#135C6D (or 0x135C6D) is known color: Blue Lagoon. HEX triplet: 13, 5C and 6D. RGB value is (19,92,109). Sum of RGB (Red+Green+Blue) = 19+92+109=220 (29% of max value = 765). Red value is 19 (7.81% from 255 or 8.64% from 220); Green value is 92 (36.33% from 255 or 41.82% from 220); Blue value is 109 (42.97% from 255 or 49.55% from 220); Max value from RGB is 109 - color contains mainly: blue. Hex color #135C6D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #135C6D is #ECA392. Grayscale: #474747. Windows color (decimal): -15508371 or 7166995. OLE color: 7166995.
HSL color Cylindrical-coordinate representation of color #135C6D: hue angle of 191.33º degrees, saturation: 0.7, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #135C6D is Cyan = 0.83, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 19 | 92 | 109 | - |
| CMYK | 0.83 | 0.16 | 0 | 0.57 |
| HSL | 191.33º | 0.7% | 0.25% | - |
| HSV(B) | 191.33º | 0.83% | 0.43% | - |
| XYZ | 6.86 | 8.9 | 15.82 | - |
| YUV | 72.11 | 148.82 | 90.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 92 | 109 | 0.83 | 0.16 | 0 | 0.57 | 191.33 | 0.7 | 0.25 |
| Hex | 13 | 5C | 6D | 53 | 10 | 0 | 39 | BF | 46 | 19 |
| Octal | 23 | 134 | 155 | 123 | 20 | 0 | 71 | 277 | 106 | 31 |
| Binary | 10011 | 1011100 | 1101101 | 1010011 | 10000 | 0 | 111001 | 10111111 | 1000110 | 11001 |
Color Harmonies of #135C6D
Complementary color
Monochromatic Colors of #135C6D
Black with #135C6D
Text Example
Text Example
White with #135C6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #135C6D; }
p { color: rgb(19,92,109); }
H1.HeaderClassName
{
color: #135C6D;
}
.AnyTagClassName
{
color: #135C6D;
}
</style>
background-color css
<style>
a { background-color: #135C6D; }
a { background-color: rgb(19,92,109); }
div.DivClassName
{
background-color: #135C6D;
}
.BgClassName
{
background-color: #135C6D;
}
</style>
border-color css
<style>
span { border-color: #135C6D; }
span { border-color: rgb(19,92,109); }
td.TdClassName
{
border-color: #135C6D;
}
.TagClassName
{
border-color: #135C6D;
}
</style>