Shades of Blue Lagoon #005467
Tints of Blue Lagoon #005467
RGB
CMYK
RGB Variations
Color information
#005467 (or 0x005467) is known color: Blue Lagoon. HEX triplet: 00, 54 and 67. RGB value is (0,84,103). Sum of RGB (Red+Green+Blue) = 0+84+103=187 (24% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 187); Green value is 84 (33.20% from 255 or 44.92% from 187); Blue value is 103 (40.62% from 255 or 55.08% from 187); Max value from RGB is 103 - color contains mainly: blue. Hex color #005467 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #005467 is #FFAB98. Grayscale: #3C3C3C. Windows color (decimal): -16755609 or 6771712. OLE color: 6771712.
HSL color Cylindrical-coordinate representation of color #005467: hue angle of 191.07º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 1%. Process color model (Four color, CMYK) of #005467 is Cyan = 1, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 0 | 84 | 103 | - |
| CMYK | 1 | 0.18 | 0 | 0.60 |
| HSL | 191.07º | 1% | 0.2% | - |
| HSV(B) | 191.07º | 1% | 0.4% | - |
| XYZ | 5.62 | 7.32 | 13.95 | - |
| YUV | 61.05 | 151.67 | 84.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 84 | 103 | 1 | 0.18 | 0 | 0.60 | 191.07 | 1 | 0.2 |
| Hex | 0 | 54 | 67 | 64 | 12 | 0 | 3C | BF | 64 | 14 |
| Octal | 0 | 124 | 147 | 144 | 22 | 0 | 74 | 277 | 144 | 24 |
| Binary | 0 | 1010100 | 1100111 | 1100100 | 10010 | 0 | 111100 | 10111111 | 1100100 | 10100 |
Color Harmonies of #005467
Complementary color
Monochromatic Colors of #005467
Black with #005467
Text Example
Text Example
White with #005467
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #005467; }
p { color: rgb(0,84,103); }
H1.HeaderClassName
{
color: #005467;
}
.AnyTagClassName
{
color: #005467;
}
</style>
background-color css
<style>
a { background-color: #005467; }
a { background-color: rgb(0,84,103); }
div.DivClassName
{
background-color: #005467;
}
.BgClassName
{
background-color: #005467;
}
</style>
border-color css
<style>
span { border-color: #005467; }
span { border-color: rgb(0,84,103); }
td.TdClassName
{
border-color: #005467;
}
.TagClassName
{
border-color: #005467;
}
</style>