Shades of Blue Lagoon #0A4F69
Tints of Blue Lagoon #0A4F69
RGB
CMYK
RGB Variations
Color information
#0A4F69 (or 0x0A4F69) is known color: Blue Lagoon. HEX triplet: 0A, 4F and 69. RGB value is (10,79,105). Sum of RGB (Red+Green+Blue) = 10+79+105=194 (25% of max value = 765). Red value is 10 (4.30% from 255 or 5.15% from 194); Green value is 79 (31.25% from 255 or 40.72% from 194); Blue value is 105 (41.41% from 255 or 54.12% from 194); Max value from RGB is 105 - color contains mainly: blue. Hex color #0A4F69 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A4F69 is #F5B096. Grayscale: #3D3D3D. Windows color (decimal): -16101527 or 6901514. OLE color: 6901514.
HSL color Cylindrical-coordinate representation of color #0A4F69: hue angle of 196.42º degrees, saturation: 0.83, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0A4F69 is Cyan = 0.90, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 10 | 79 | 105 | - |
| CMYK | 0.90 | 0.25 | 0 | 0.59 |
| HSL | 196.42º | 0.83% | 0.23% | - |
| HSV(B) | 196.42º | 0.9% | 0.41% | - |
| XYZ | 5.47 | 6.68 | 14.36 | - |
| YUV | 61.33 | 152.64 | 91.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 79 | 105 | 0.90 | 0.25 | 0 | 0.59 | 196.42 | 0.83 | 0.23 |
| Hex | A | 4F | 69 | 5A | 19 | 0 | 3B | C4 | 53 | 17 |
| Octal | 12 | 117 | 151 | 132 | 31 | 0 | 73 | 304 | 123 | 27 |
| Binary | 1010 | 1001111 | 1101001 | 1011010 | 11001 | 0 | 111011 | 11000100 | 1010011 | 10111 |
Color Harmonies of #0A4F69
Complementary color
Monochromatic Colors of #0A4F69
Black with #0A4F69
Text Example
Text Example
White with #0A4F69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A4F69; }
p { color: rgb(10,79,105); }
H1.HeaderClassName
{
color: #0A4F69;
}
.AnyTagClassName
{
color: #0A4F69;
}
</style>
background-color css
<style>
a { background-color: #0A4F69; }
a { background-color: rgb(10,79,105); }
div.DivClassName
{
background-color: #0A4F69;
}
.BgClassName
{
background-color: #0A4F69;
}
</style>
border-color css
<style>
span { border-color: #0A4F69; }
span { border-color: rgb(10,79,105); }
td.TdClassName
{
border-color: #0A4F69;
}
.TagClassName
{
border-color: #0A4F69;
}
</style>