Html Css Color HEX #086279 Blue Lagoon

📋 copy color: '#086279'

red 8 ◦ green 98 ◦ blue 121

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

Shades of Blue Lagoon #086279

Tints of Blue Lagoon #086279

RGB

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

 GREEN value IS 98 (38.67% from 255) = 43.17%

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

R = 3.52%
G = 43.17%
B = 53.3%

CMYK

 C value IS 0.93

 M value IS 0.19

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#086279 (or 0x086279) is known color: Blue Lagoon. HEX triplet: 08, 62 and 79. RGB value is (8,98,121). Sum of RGB (Red+Green+Blue) = 8+98+121=227 (30% of max value = 765). Red value is 8 (3.52% from 255 or 3.52% from 227); Green value is 98 (38.67% from 255 or 43.17% from 227); Blue value is 121 (47.66% from 255 or 53.30% from 227); Max value from RGB is 121 - color contains mainly: blue. Hex color #086279 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #086279 is #F79D86. Grayscale: #494949. Windows color (decimal): -16227719 or 7954952. OLE color: 7954952.

HSL color Cylindrical-coordinate representation of color #086279: hue angle of 192.21º 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 #086279 is Cyan = 0.93, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 8 98 121 -
CMYK 0.93 0.19 0 0.53
HSL 192.21º 0.88% 0.25% -
HSV(B) 192.21º 0.93% 0.47% -
XYZ 7.92 10.17 19.63 -
YUV 73.71 154.68 81.13 -
System Red Green Blue C M Y K H S L
Decimal 8 98 121 0.93 0.19 0 0.53 192.21 0.88 0.25
Hex 8 62 79 5D 13 0 35 C0 58 19
Octal 10 142 171 135 23 0 65 300 130 31
Binary 1000 1100010 1111001 1011101 10011 0 110101 11000000 1011000 11001

Color Harmonies of #086279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #086279

Black with #086279

Text Example


Text Example

White with #086279

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #086279; }

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

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

background-color css

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

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

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

border-color css

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

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

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