#084D68

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

Shades of Blue Lagoon #084D68

Tints of Blue Lagoon #084D68

Color information

#084D68 (or 0x084D68) is unknown color: approx Blue Lagoon. HEX triplet: 08, 4D and 68. RGB value is (8,77,104). Sum of RGB (Red+Green+Blue) = 8+77+104=189 (25% of max value = 765). Red value is 8 (3.52% from 255 or 4.23% from 189); Green value is 77 (30.47% from 255 or 40.74% from 189); Blue value is 104 (41.02% from 255 or 55.03% from 189); Max value from RGB is 104 - color contains mainly: blue. Hex color #084D68 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #084D68 is #F7B297. Grayscale: #3B3B3B. Windows color (decimal): -16233112 or 6835464. OLE color: 6835464.

HSL color Cylindrical-coordinate representation of color #084D68: hue angle of 196.88º 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 #084D68 is Cyan = 0.92, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB877104-
CMYK0.920.2600.59
HSL196.88º85.71%21.96%-
HSV(B)196.88º92.31%40.78%-
XYZ5.256.3614.05-
YUV59.45153.1491.3-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 4.23%
GREEN value IS 77 (30.47% from 255) = 40.74%
BLUE value IS 104 (41.02% from 255) = 55.03%
R=4.23%
G=40.74%
B=55.03%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal8771040.920.2600.59196.8885.7121.96
Hex84D685C1A03Bc55616
Octal101151501343207330512626
Binary100010011011101000101110011010011101111000101101011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #084D68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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