Html Css Color HEX #084D66 Blue Lagoon

📋 copy color: '#084D66'

red 8 ◦ green 77 ◦ blue 102

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

Shades of Blue Lagoon #084D66

Tints of Blue Lagoon #084D66

RGB

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

 GREEN value IS 77 (30.47% from 255) = 41.18%

 BLUE value IS 102 (40.23% from 255) = 54.55%

R = 4.28%
G = 41.18%
B = 54.55%

CMYK

 C value IS 0.92

 M value IS 0.25

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#084D66 (or 0x084D66) is known color: Blue Lagoon. HEX triplet: 08, 4D and 66. RGB value is (8,77,102). Sum of RGB (Red+Green+Blue) = 8+77+102=187 (24% of max value = 765). Red value is 8 (3.52% from 255 or 4.28% from 187); Green value is 77 (30.47% from 255 or 41.18% from 187); Blue value is 102 (40.23% from 255 or 54.55% from 187); Max value from RGB is 102 - color contains mainly: blue. Hex color #084D66 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #084D66 is #F7B299. Grayscale: #3B3B3B. Windows color (decimal): -16233114 or 6704392. OLE color: 6704392.

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

Color convert

RGB 8 77 102 -
CMYK 0.92 0.25 0 0.6
HSL 195.96º 0.85% 0.22% -
HSV(B) 195.96º 0.92% 0.4% -
XYZ 5.15 6.32 13.52 -
YUV 59.22 152.14 91.47 -
System Red Green Blue C M Y K H S L
Decimal 8 77 102 0.92 0.25 0 0.6 195.96 0.85 0.22
Hex 8 4D 66 5C 19 0 3C C4 55 16
Octal 10 115 146 134 31 0 74 304 125 26
Binary 1000 1001101 1100110 1011100 11001 0 111100 11000100 1010101 10110

Color Harmonies of #084D66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #084D66

Black with #084D66

Text Example


Text Example

White with #084D66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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