#084E68

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

Shades of Blue Lagoon #084E68

Tints of Blue Lagoon #084E68

Color information

#084E68 (or 0x084E68) is unknown color: approx Blue Lagoon. HEX triplet: 08, 4E and 68. RGB value is (8,78,104). Sum of RGB (Red+Green+Blue) = 8+78+104=190 (25% of max value = 765). Red value is 8 (3.52% from 255 or 4.21% from 190); Green value is 78 (30.86% from 255 or 41.05% from 190); Blue value is 104 (41.02% from 255 or 54.74% from 190); Max value from RGB is 104 - color contains mainly: blue. Hex color #084E68 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #084E68 is #F7B197. Grayscale: #3B3B3B. Windows color (decimal): -16232856 or 6835720. OLE color: 6835720.

HSL color Cylindrical-coordinate representation of color #084E68: hue angle of 196.25º degrees, saturation: 0.86, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #084E68 is Cyan = 0.92, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB878104-
CMYK0.920.2500.59
HSL196.25º85.71%21.96%-
HSV(B)196.25º92.31%40.78%-
XYZ5.326.514.07-
YUV60.03152.8190.89-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 4.21%
GREEN value IS 78 (30.86% from 255) = 41.05%
BLUE value IS 104 (41.02% from 255) = 54.74%
R=4.21%
G=41.05%
B=54.74%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal8781040.920.2500.59196.2585.7121.96
Hex84E685C1903Bc45616
Octal101161501343107330412626
Binary100010011101101000101110011001011101111000100101011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #084E68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(8,78,104); }

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

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

 a { background-color: rgb(8,78,104); }

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

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

 span { border-color: rgb(8,78,104); }

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