#045665

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

Shades of Blue Lagoon #045665

Tints of Blue Lagoon #045665

Color information

#045665 (or 0x045665) is unknown color: approx Blue Lagoon. HEX triplet: 04, 56 and 65. RGB value is (4,86,101). Sum of RGB (Red+Green+Blue) = 4+86+101=191 (25% of max value = 765). Red value is 4 (1.95% from 255 or 2.09% from 191); Green value is 86 (33.98% from 255 or 45.03% from 191); Blue value is 101 (39.84% from 255 or 52.88% from 191); Max value from RGB is 101 - color contains mainly: blue. Hex color #045665 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #045665 is #FBA99A. Grayscale: #3F3F3F. Windows color (decimal): -16492955 or 6641156. OLE color: 6641156.

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

Color convert

RGB486101-
CMYK0.960.1500.60
HSL189.28º92.38%20.59%-
HSV(B)189.28º96.04%39.61%-
XYZ5.737.6213.48-
YUV63.19149.3385.78-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.09%
GREEN value IS 86 (33.98% from 255) = 45.03%
BLUE value IS 101 (39.84% from 255) = 52.88%
R=2.09%
G=45.03%
B=52.88%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal4861010.960.1500.60189.2892.3820.59
Hex4566560F03Cbd5c15
Octal41261451401707427513425
Binary1001010110110010111000001111011110010111101101110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #045665

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #045665; }

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

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

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

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

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

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

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

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