Html Css Color HEX #084E65 Blue Lagoon

📋 copy color: '#084E65'

red 8 ◦ green 78 ◦ blue 101

#084E65
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Lagoon #084E65

Tints of Blue Lagoon #084E65

RGB

 RED value IS 8 (3.52% from 255) = 4.28%

 GREEN value IS 78 (30.86% from 255) = 41.71%

 BLUE value IS 101 (39.84% from 255) = 54.01%

R = 4.28%
G = 41.71%
B = 54.01%

CMYK

 C value IS 0.92

 M value IS 0.23

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#084E65 (or 0x084E65) is known color: Blue Lagoon. HEX triplet: 08, 4E and 65. RGB value is (8,78,101). Sum of RGB (Red+Green+Blue) = 8+78+101=187 (24% of max value = 765). Red value is 8 (3.52% from 255 or 4.28% from 187); Green value is 78 (30.86% from 255 or 41.71% from 187); Blue value is 101 (39.84% from 255 or 54.01% from 187); Max value from RGB is 101 - color contains mainly: blue. Hex color #084E65 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #084E65 is #F7B19A. Grayscale: #3B3B3B. Windows color (decimal): -16232859 or 6639112. OLE color: 6639112.

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

Color convert

RGB 8 78 101 -
CMYK 0.92 0.23 0 0.60
HSL 194.84º 0.85% 0.21% -
HSV(B) 194.84º 0.92% 0.4% -
XYZ 5.17 6.44 13.28 -
YUV 59.69 151.31 91.13 -
System Red Green Blue C M Y K H S L
Decimal 8 78 101 0.92 0.23 0 0.60 194.84 0.85 0.21
Hex 8 4E 65 5C 17 0 3C C3 55 15
Octal 10 116 145 134 27 0 74 303 125 25
Binary 1000 1001110 1100101 1011100 10111 0 111100 11000011 1010101 10101

Color Harmonies of #084E65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #084E65

Black with #084E65

Text Example


Text Example

White with #084E65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #084E65;
 }
 .AnyTagClassName
 {
   color: #084E65;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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