#084C65

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

Shades of Blue Lagoon #084C65

Tints of Blue Lagoon #084C65

Color information

#084C65 (or 0x084C65) is unknown color: approx Blue Lagoon. HEX triplet: 08, 4C and 65. RGB value is (8,76,101). Sum of RGB (Red+Green+Blue) = 8+76+101=185 (24% of max value = 765). Red value is 8 (3.52% from 255 or 4.32% from 185); Green value is 76 (30.08% from 255 or 41.08% from 185); Blue value is 101 (39.84% from 255 or 54.59% from 185); Max value from RGB is 101 - color contains mainly: blue. Hex color #084C65 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #084C65 is #F7B39A. Grayscale: #3A3A3A. Windows color (decimal): -16233371 or 6638600. OLE color: 6638600.

HSL color Cylindrical-coordinate representation of color #084C65: hue angle of 196.13º degrees, saturation: 0.85, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #084C65 is Cyan = 0.92, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB876101-
CMYK0.920.2500.60
HSL196.13º85.32%21.37%-
HSV(B)196.13º92.08%39.61%-
XYZ5.036.1613.24-
YUV58.52151.9791.97-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 4.32%
GREEN value IS 76 (30.08% from 255) = 41.08%
BLUE value IS 101 (39.84% from 255) = 54.59%
R=4.32%
G=41.08%
B=54.59%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal8761010.920.2500.60196.1385.3221.37
Hex84C655C1903Cc45515
Octal101141451343107430412525
Binary100010011001100101101110011001011110011000100101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #084C65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #084C65; }

 p { color: rgb(8,76,101); }

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

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

 a { background-color: rgb(8,76,101); }

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

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

 span { border-color: rgb(8,76,101); }

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