Html Css Color HEX #086477 Blue Lagoon

📋 copy color: '#086477'

red 8 ◦ green 100 ◦ blue 119

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

Shades of Blue Lagoon #086477

Tints of Blue Lagoon #086477

RGB

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

 GREEN value IS 100 (39.45% from 255) = 44.05%

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

R = 3.52%
G = 44.05%
B = 52.42%

CMYK

 C value IS 0.93

 M value IS 0.16

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#086477 (or 0x086477) is known color: Blue Lagoon. HEX triplet: 08, 64 and 77. RGB value is (8,100,119). Sum of RGB (Red+Green+Blue) = 8+100+119=227 (30% of max value = 765). Red value is 8 (3.52% from 255 or 3.52% from 227); Green value is 100 (39.45% from 255 or 44.05% from 227); Blue value is 119 (46.88% from 255 or 52.42% from 227); Max value from RGB is 119 - color contains mainly: blue. Hex color #086477 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #086477 is #F79B88. Grayscale: #4A4A4A. Windows color (decimal): -16227209 or 7824392. OLE color: 7824392.

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

Color convert

RGB 8 100 119 -
CMYK 0.93 0.16 0 0.53
HSL 190.27º 0.87% 0.25% -
HSV(B) 190.27º 0.93% 0.47% -
XYZ 7.99 10.5 19.06 -
YUV 74.66 153.02 80.46 -
System Red Green Blue C M Y K H S L
Decimal 8 100 119 0.93 0.16 0 0.53 190.27 0.87 0.25
Hex 8 64 77 5D 10 0 35 BE 57 19
Octal 10 144 167 135 20 0 65 276 127 31
Binary 1000 1100100 1110111 1011101 10000 0 110101 10111110 1010111 11001

Color Harmonies of #086477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #086477

Black with #086477

Text Example


Text Example

White with #086477

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #086477; }

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

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

background-color css

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

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

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

border-color css

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

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

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