Shades of Blue Lagoon #045C6C
Tints of Blue Lagoon #045C6C
RGB
CMYK
RGB Variations
Color information
#045C6C (or 0x045C6C) is known color: Blue Lagoon. HEX triplet: 04, 5C and 6C. RGB value is (4,92,108). Sum of RGB (Red+Green+Blue) = 4+92+108=204 (27% of max value = 765). Red value is 4 (1.95% from 255 or 1.96% from 204); Green value is 92 (36.33% from 255 or 45.10% from 204); Blue value is 108 (42.58% from 255 or 52.94% from 204); Max value from RGB is 108 - color contains mainly: blue. Hex color #045C6C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #045C6C is #FBA393. Grayscale: #434343. Windows color (decimal): -16491412 or 7101444. OLE color: 7101444.
HSL color Cylindrical-coordinate representation of color #045C6C: hue angle of 189.23º degrees, saturation: 0.93, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #045C6C is Cyan = 0.96, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 4 | 92 | 108 | - |
| CMYK | 0.96 | 0.15 | 0 | 0.58 |
| HSL | 189.23º | 0.93% | 0.22% | - |
| HSV(B) | 189.23º | 0.96% | 0.42% | - |
| XYZ | 6.58 | 8.76 | 15.53 | - |
| YUV | 67.51 | 150.85 | 82.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 92 | 108 | 0.96 | 0.15 | 0 | 0.58 | 189.23 | 0.93 | 0.22 |
| Hex | 4 | 5C | 6C | 60 | F | 0 | 3A | BD | 5D | 16 |
| Octal | 4 | 134 | 154 | 140 | 17 | 0 | 72 | 275 | 135 | 26 |
| Binary | 100 | 1011100 | 1101100 | 1100000 | 1111 | 0 | 111010 | 10111101 | 1011101 | 10110 |
Color Harmonies of #045C6C
Complementary color
Monochromatic Colors of #045C6C
Black with #045C6C
Text Example
Text Example
White with #045C6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #045C6C; }
p { color: rgb(4,92,108); }
H1.HeaderClassName
{
color: #045C6C;
}
.AnyTagClassName
{
color: #045C6C;
}
</style>
background-color css
<style>
a { background-color: #045C6C; }
a { background-color: rgb(4,92,108); }
div.DivClassName
{
background-color: #045C6C;
}
.BgClassName
{
background-color: #045C6C;
}
</style>
border-color css
<style>
span { border-color: #045C6C; }
span { border-color: rgb(4,92,108); }
td.TdClassName
{
border-color: #045C6C;
}
.TagClassName
{
border-color: #045C6C;
}
</style>