Html Css Color HEX #086277 Blue Lagoon

📋 copy color: '#086277'

red 8 ◦ green 98 ◦ blue 119

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

Shades of Blue Lagoon #086277

Tints of Blue Lagoon #086277

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 52.89%

R = 3.56%
G = 43.56%
B = 52.89%

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

#086277 (or 0x086277) is known color: Blue Lagoon. HEX triplet: 08, 62 and 77. RGB value is (8,98,119). Sum of RGB (Red+Green+Blue) = 8+98+119=225 (29% of max value = 765). Red value is 8 (3.52% from 255 or 3.56% from 225); Green value is 98 (38.67% from 255 or 43.56% from 225); Blue value is 119 (46.88% from 255 or 52.89% from 225); Max value from RGB is 119 - color contains mainly: blue. Hex color #086277 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #086277 is #F79D88. Grayscale: #494949. Windows color (decimal): -16227721 or 7823880. OLE color: 7823880.

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

Color convert

RGB 8 98 119 -
CMYK 0.93 0.18 0 0.53
HSL 191.35º 0.87% 0.25% -
HSV(B) 191.35º 0.93% 0.47% -
XYZ 7.8 10.12 18.99 -
YUV 73.48 153.68 81.29 -
System Red Green Blue C M Y K H S L
Decimal 8 98 119 0.93 0.18 0 0.53 191.35 0.87 0.25
Hex 8 62 77 5D 12 0 35 BF 57 19
Octal 10 142 167 135 22 0 65 277 127 31
Binary 1000 1100010 1110111 1011101 10010 0 110101 10111111 1010111 11001

Color Harmonies of #086277

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #086277

Black with #086277

Text Example


Text Example

White with #086277

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #086277; }

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

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

background-color css

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

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

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

border-color css

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

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

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