Html Css Color HEX #084D64 Blue Lagoon

📋 copy color: '#084D64'

red 8 ◦ green 77 ◦ blue 100

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

Shades of Blue Lagoon #084D64

Tints of Blue Lagoon #084D64

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 54.05%

R = 4.32%
G = 41.62%
B = 54.05%

CMYK

 C value IS 0.92

 M value IS 0.23

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#084D64 (or 0x084D64) is known color: Blue Lagoon. HEX triplet: 08, 4D and 64. RGB value is (8,77,100). Sum of RGB (Red+Green+Blue) = 8+77+100=185 (24% of max value = 765). Red value is 8 (3.52% from 255 or 4.32% from 185); Green value is 77 (30.47% from 255 or 41.62% from 185); Blue value is 100 (39.45% from 255 or 54.05% from 185); Max value from RGB is 100 - color contains mainly: blue. Hex color #084D64 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #084D64 is #F7B29B. Grayscale: #3A3A3A. Windows color (decimal): -16233116 or 6573320. OLE color: 6573320.

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

Color convert

RGB 8 77 100 -
CMYK 0.92 0.23 0 0.61
HSL 195º 0.85% 0.21% -
HSV(B) 195º 0.92% 0.39% -
XYZ 5.05 6.28 13 -
YUV 58.99 151.14 91.63 -
System Red Green Blue C M Y K H S L
Decimal 8 77 100 0.92 0.23 0 0.61 195 0.85 0.21
Hex 8 4D 64 5C 17 0 3D C3 55 15
Octal 10 115 144 134 27 0 75 303 125 25
Binary 1000 1001101 1100100 1011100 10111 0 111101 11000011 1010101 10101

Color Harmonies of #084D64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #084D64

Black with #084D64

Text Example


Text Example

White with #084D64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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