Html Css Color HEX #086379 Blue Lagoon

📋 copy color: '#086379'

red 8 ◦ green 99 ◦ blue 121

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

Shades of Blue Lagoon #086379

Tints of Blue Lagoon #086379

RGB

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

 GREEN value IS 99 (39.06% from 255) = 43.42%

 BLUE value IS 121 (47.66% from 255) = 53.07%

R = 3.51%
G = 43.42%
B = 53.07%

CMYK

 C value IS 0.93

 M value IS 0.18

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#086379 (or 0x086379) is known color: Blue Lagoon. HEX triplet: 08, 63 and 79. RGB value is (8,99,121). Sum of RGB (Red+Green+Blue) = 8+99+121=228 (30% of max value = 765). Red value is 8 (3.52% from 255 or 3.51% from 228); Green value is 99 (39.06% from 255 or 43.42% from 228); Blue value is 121 (47.66% from 255 or 53.07% from 228); Max value from RGB is 121 - color contains mainly: blue. Hex color #086379 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #086379 is #F79C86. Grayscale: #4A4A4A. Windows color (decimal): -16227463 or 7955208. OLE color: 7955208.

HSL color Cylindrical-coordinate representation of color #086379: hue angle of 191.68º degrees, saturation: 0.88, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #086379 is Cyan = 0.93, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 8 99 121 -
CMYK 0.93 0.18 0 0.53
HSL 191.68º 0.88% 0.25% -
HSV(B) 191.68º 0.93% 0.47% -
XYZ 8.01 10.36 19.67 -
YUV 74.3 154.35 80.71 -
System Red Green Blue C M Y K H S L
Decimal 8 99 121 0.93 0.18 0 0.53 191.68 0.88 0.25
Hex 8 63 79 5D 12 0 35 C0 58 19
Octal 10 143 171 135 22 0 65 300 130 31
Binary 1000 1100011 1111001 1011101 10010 0 110101 11000000 1011000 11001

Color Harmonies of #086379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #086379

Black with #086379

Text Example


Text Example

White with #086379

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #086379; }

 p { color: rgb(8,99,121); }

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

background-color css

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

 a { background-color: rgb(8,99,121); }

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

border-color css

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

 span { border-color: rgb(8,99,121); }

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