Html Css Color HEX #086778 Blue Lagoon

📋 copy color: '#086778'

red 8 ◦ green 103 ◦ blue 120

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

Shades of Blue Lagoon #086778

Tints of Blue Lagoon #086778

RGB

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

 GREEN value IS 103 (40.63% from 255) = 44.59%

 BLUE value IS 120 (47.27% from 255) = 51.95%

R = 3.46%
G = 44.59%
B = 51.95%

CMYK

 C value IS 0.93

 M value IS 0.14

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#086778 (or 0x086778) is known color: Blue Lagoon. HEX triplet: 08, 67 and 78. RGB value is (8,103,120). Sum of RGB (Red+Green+Blue) = 8+103+120=231 (30% of max value = 765). Red value is 8 (3.52% from 255 or 3.46% from 231); Green value is 103 (40.62% from 255 or 44.59% from 231); Blue value is 120 (47.27% from 255 or 51.95% from 231); Max value from RGB is 120 - color contains mainly: blue. Hex color #086778 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #086778 is #F79887. Grayscale: #4C4C4C. Windows color (decimal): -16226440 or 7890696. OLE color: 7890696.

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

Color convert

RGB 8 103 120 -
CMYK 0.93 0.14 0 0.53
HSL 189.11º 0.88% 0.25% -
HSV(B) 189.11º 0.93% 0.47% -
XYZ 8.34 11.11 19.47 -
YUV 76.53 152.53 79.12 -
System Red Green Blue C M Y K H S L
Decimal 8 103 120 0.93 0.14 0 0.53 189.11 0.88 0.25
Hex 8 67 78 5D E 0 35 BD 58 19
Octal 10 147 170 135 16 0 65 275 130 31
Binary 1000 1100111 1111000 1011101 1110 0 110101 10111101 1011000 11001

Color Harmonies of #086778

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #086778

Black with #086778

Text Example


Text Example

White with #086778

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #086778; }

 p { color: rgb(8,103,120); }

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

background-color css

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

 a { background-color: rgb(8,103,120); }

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

border-color css

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

 span { border-color: rgb(8,103,120); }

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