Html Css Color HEX #084D69 Blue Lagoon

📋 copy color: '#084D69'

red 8 ◦ green 77 ◦ blue 105

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

Shades of Blue Lagoon #084D69

Tints of Blue Lagoon #084D69

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 55.26%

R = 4.21%
G = 40.53%
B = 55.26%

CMYK

 C value IS 0.92

 M value IS 0.27

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#084D69 (or 0x084D69) is known color: Blue Lagoon. HEX triplet: 08, 4D and 69. RGB value is (8,77,105). Sum of RGB (Red+Green+Blue) = 8+77+105=190 (25% of max value = 765). Red value is 8 (3.52% from 255 or 4.21% from 190); Green value is 77 (30.47% from 255 or 40.53% from 190); Blue value is 105 (41.41% from 255 or 55.26% from 190); Max value from RGB is 105 - color contains mainly: blue. Hex color #084D69 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #084D69 is #F7B296. Grayscale: #3B3B3B. Windows color (decimal): -16233111 or 6901000. OLE color: 6901000.

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

Color convert

RGB 8 77 105 -
CMYK 0.92 0.27 0 0.59
HSL 197.32º 0.86% 0.22% -
HSV(B) 197.32º 0.92% 0.41% -
XYZ 5.3 6.38 14.32 -
YUV 59.56 153.64 91.22 -
System Red Green Blue C M Y K H S L
Decimal 8 77 105 0.92 0.27 0 0.59 197.32 0.86 0.22
Hex 8 4D 69 5C 1B 0 3B C5 56 16
Octal 10 115 151 134 33 0 73 305 126 26
Binary 1000 1001101 1101001 1011100 11011 0 111011 11000101 1010110 10110

Color Harmonies of #084D69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #084D69

Black with #084D69

Text Example


Text Example

White with #084D69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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