Shades of Blue Lagoon #0E5264
Tints of Blue Lagoon #0E5264
RGB
CMYK
RGB Variations
Color information
#0E5264 (or 0x0E5264) is known color: Blue Lagoon. HEX triplet: 0E, 52 and 64. RGB value is (14,82,100). Sum of RGB (Red+Green+Blue) = 14+82+100=196 (25% of max value = 765). Red value is 14 (5.86% from 255 or 7.14% from 196); Green value is 82 (32.42% from 255 or 41.84% from 196); Blue value is 100 (39.45% from 255 or 51.02% from 196); Max value from RGB is 100 - color contains mainly: blue. Hex color #0E5264 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0E5264 is #F1AD9B. Grayscale: #3F3F3F. Windows color (decimal): -15838620 or 6574606. OLE color: 6574606.
HSL color Cylindrical-coordinate representation of color #0E5264: hue angle of 192.56º degrees, saturation: 0.75, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0E5264 is Cyan = 0.86, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 14 | 82 | 100 | - |
| CMYK | 0.86 | 0.18 | 0 | 0.61 |
| HSL | 192.56º | 0.75% | 0.22% | - |
| HSV(B) | 192.56º | 0.86% | 0.39% | - |
| XYZ | 5.5 | 7.05 | 13.13 | - |
| YUV | 63.72 | 148.47 | 92.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 82 | 100 | 0.86 | 0.18 | 0 | 0.61 | 192.56 | 0.75 | 0.22 |
| Hex | E | 52 | 64 | 56 | 12 | 0 | 3D | C1 | 4B | 16 |
| Octal | 16 | 122 | 144 | 126 | 22 | 0 | 75 | 301 | 113 | 26 |
| Binary | 1110 | 1010010 | 1100100 | 1010110 | 10010 | 0 | 111101 | 11000001 | 1001011 | 10110 |
Color Harmonies of #0E5264
Complementary color
Monochromatic Colors of #0E5264
Black with #0E5264
Text Example
Text Example
White with #0E5264
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E5264; }
p { color: rgb(14,82,100); }
H1.HeaderClassName
{
color: #0E5264;
}
.AnyTagClassName
{
color: #0E5264;
}
</style>
background-color css
<style>
a { background-color: #0E5264; }
a { background-color: rgb(14,82,100); }
div.DivClassName
{
background-color: #0E5264;
}
.BgClassName
{
background-color: #0E5264;
}
</style>
border-color css
<style>
span { border-color: #0E5264; }
span { border-color: rgb(14,82,100); }
td.TdClassName
{
border-color: #0E5264;
}
.TagClassName
{
border-color: #0E5264;
}
</style>