#04587B

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

Shades of Blue Lagoon #04587B

Tints of Blue Lagoon #04587B

Color information

#04587B (or 0x04587B) is unknown color: approx Blue Lagoon. HEX triplet: 04, 58 and 7B. RGB value is (4,88,123). Sum of RGB (Red+Green+Blue) = 4+88+123=215 (28% of max value = 765). Red value is 4 (1.95% from 255 or 1.86% from 215); Green value is 88 (34.77% from 255 or 40.93% from 215); Blue value is 123 (48.44% from 255 or 57.21% from 215); Max value from RGB is 123 - color contains mainly: blue. Hex color #04587B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #04587B is #FBA784. Grayscale: #424242. Windows color (decimal): -16492421 or 8083460. OLE color: 8083460.

HSL color Cylindrical-coordinate representation of color #04587B: hue angle of 197.65º 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 #04587B is Cyan = 0.97, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB488123-
CMYK0.970.2800.52
HSL197.65º93.7%24.9%-
HSV(B)197.65º96.75%48.24%-
XYZ7.118.4419.99-
YUV66.87159.6783.15-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.86%
GREEN value IS 88 (34.77% from 255) = 40.93%
BLUE value IS 123 (48.44% from 255) = 57.21%
R=1.86%
G=40.93%
B=57.21%

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
Decimal4881230.970.2800.52197.6593.724.9
Hex4587B611C034c65e19
Octal41301731413406430613631
Binary10010110001111011110000111100011010011000110101111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04587B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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