#045765

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

Shades of Blue Lagoon #045765

Tints of Blue Lagoon #045765

Color information

#045765 (or 0x045765) is unknown color: approx Blue Lagoon. HEX triplet: 04, 57 and 65. RGB value is (4,87,101). Sum of RGB (Red+Green+Blue) = 4+87+101=192 (25% of max value = 765). Red value is 4 (1.95% from 255 or 2.08% from 192); Green value is 87 (34.38% from 255 or 45.31% from 192); Blue value is 101 (39.84% from 255 or 52.60% from 192); Max value from RGB is 101 - color contains mainly: blue. Hex color #045765 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #045765 is #FBA89A. Grayscale: #3F3F3F. Windows color (decimal): -16492699 or 6641412. OLE color: 6641412.

HSL color Cylindrical-coordinate representation of color #045765: hue angle of 188.66º degrees, saturation: 0.92, 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 #045765 is Cyan = 0.96, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB487101-
CMYK0.960.1400.60
HSL188.66º92.38%20.59%-
HSV(B)188.66º96.04%39.61%-
XYZ5.817.7813.51-
YUV63.7814985.36-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.08%
GREEN value IS 87 (34.38% from 255) = 45.31%
BLUE value IS 101 (39.84% from 255) = 52.60%
R=2.08%
G=45.31%
B=52.60%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal4871010.960.1400.60188.6692.3820.59
Hex4576560E03Cbd5c15
Octal41271451401607427513425
Binary1001010111110010111000001110011110010111101101110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #045765

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #045765; }

 p { color: rgb(4,87,101); }

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

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

 a { background-color: rgb(4,87,101); }

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

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

 span { border-color: rgb(4,87,101); }

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