#04587A

Color #04587A Blue Lagoon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Lagoon #04587A

Tints of Blue Lagoon #04587A

Color information

#04587A (or 0x04587A) is unknown color: approx Blue Lagoon. HEX triplet: 04, 58 and 7A. RGB value is (4,88,122). Sum of RGB (Red+Green+Blue) = 4+88+122=214 (28% of max value = 765). Red value is 4 (1.95% from 255 or 1.87% from 214); Green value is 88 (34.77% from 255 or 41.12% from 214); Blue value is 122 (48.05% from 255 or 57.01% from 214); Max value from RGB is 122 - color contains mainly: blue. Hex color #04587A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #04587A is #FBA785. Grayscale: #424242. Windows color (decimal): -16492422 or 8017924. OLE color: 8017924.

HSL color Cylindrical-coordinate representation of color #04587A: hue angle of 197.29º degrees, saturation: 0.94, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #04587A is Cyan = 0.97, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB488122-
CMYK0.970.2800.52
HSL197.29º93.65%24.71%-
HSV(B)197.29º96.72%47.84%-
XYZ7.058.4119.66-
YUV66.76159.1783.24-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 4 (1.95% from 255) = 1.87%
GREEN value IS 88 (34.77% from 255) = 41.12%
BLUE value IS 122 (48.05% from 255) = 57.01%
R=1.87%
G=41.12%
B=57.01%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal4881220.970.2800.52197.2993.6524.71
Hex4587A611C034c55e19
Octal41301721413406430513631
Binary10010110001111010110000111100011010011000101101111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04587A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #04587A; }

 p { color: rgb(4,88,122); }

 H1.HeaderClassName
 {
   color: #04587A;
 }
 .AnyTagClassName
 {
   color: #04587A;
 }
</style>
background-color css

<style>
 a { background-color: #04587A; }

 a { background-color: rgb(4,88,122); }

 div.DivClassName
 {
   background-color: #04587A;
 }
 .BgClassName
 {
   background-color: #04587A;
 }
</style>
border-color css

<style>
 span { border-color: #04587A; }

 span { border-color: rgb(4,88,122); }

 td.TdClassName
 {
   border-color: #04587A;
 }
 .TagClassName
 {
   border-color: #04587A;
 }
</style>