Shades of Blue Lagoon #045367
Tints of Blue Lagoon #045367
RGB
CMYK
RGB Variations
Color information
#045367 (or 0x045367) is known color: Blue Lagoon. HEX triplet: 04, 53 and 67. RGB value is (4,83,103). Sum of RGB (Red+Green+Blue) = 4+83+103=190 (25% of max value = 765). Red value is 4 (1.95% from 255 or 2.11% from 190); Green value is 83 (32.81% from 255 or 43.68% from 190); Blue value is 103 (40.62% from 255 or 54.21% from 190); Max value from RGB is 103 - color contains mainly: blue. Hex color #045367 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #045367 is #FBAC98. Grayscale: #3D3D3D. Windows color (decimal): -16493721 or 6771460. OLE color: 6771460.
HSL color Cylindrical-coordinate representation of color #045367: hue angle of 192.12º degrees, saturation: 0.93, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #045367 is Cyan = 0.96, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 4 | 83 | 103 | - |
| CMYK | 0.96 | 0.19 | 0 | 0.60 |
| HSL | 192.12º | 0.93% | 0.21% | - |
| HSV(B) | 192.12º | 0.96% | 0.4% | - |
| XYZ | 5.59 | 7.19 | 13.93 | - |
| YUV | 61.66 | 151.33 | 86.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 83 | 103 | 0.96 | 0.19 | 0 | 0.60 | 192.12 | 0.93 | 0.21 |
| Hex | 4 | 53 | 67 | 60 | 13 | 0 | 3C | C0 | 5D | 15 |
| Octal | 4 | 123 | 147 | 140 | 23 | 0 | 74 | 300 | 135 | 25 |
| Binary | 100 | 1010011 | 1100111 | 1100000 | 10011 | 0 | 111100 | 11000000 | 1011101 | 10101 |
Color Harmonies of #045367
Complementary color
Monochromatic Colors of #045367
Black with #045367
Text Example
Text Example
White with #045367
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #045367; }
p { color: rgb(4,83,103); }
H1.HeaderClassName
{
color: #045367;
}
.AnyTagClassName
{
color: #045367;
}
</style>
background-color css
<style>
a { background-color: #045367; }
a { background-color: rgb(4,83,103); }
div.DivClassName
{
background-color: #045367;
}
.BgClassName
{
background-color: #045367;
}
</style>
border-color css
<style>
span { border-color: #045367; }
span { border-color: rgb(4,83,103); }
td.TdClassName
{
border-color: #045367;
}
.TagClassName
{
border-color: #045367;
}
</style>