Html Css Color HEX #086278 Blue Lagoon

📋 copy color: '#086278'

red 8 ◦ green 98 ◦ blue 120

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

Shades of Blue Lagoon #086278

Tints of Blue Lagoon #086278

RGB

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

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

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

R = 3.54%
G = 43.36%
B = 53.1%

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

#086278 (or 0x086278) is known color: Blue Lagoon. HEX triplet: 08, 62 and 78. RGB value is (8,98,120). Sum of RGB (Red+Green+Blue) = 8+98+120=226 (29% of max value = 765). Red value is 8 (3.52% from 255 or 3.54% from 226); Green value is 98 (38.67% from 255 or 43.36% from 226); Blue value is 120 (47.27% from 255 or 53.10% from 226); Max value from RGB is 120 - color contains mainly: blue. Hex color #086278 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #086278 is #F79D87. Grayscale: #494949. Windows color (decimal): -16227720 or 7889416. OLE color: 7889416.

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

Color convert

RGB 8 98 120 -
CMYK 0.93 0.18 0 0.53
HSL 191.79º 0.88% 0.25% -
HSV(B) 191.79º 0.93% 0.47% -
XYZ 7.86 10.14 19.31 -
YUV 73.6 154.18 81.21 -
System Red Green Blue C M Y K H S L
Decimal 8 98 120 0.93 0.18 0 0.53 191.79 0.88 0.25
Hex 8 62 78 5D 12 0 35 C0 58 19
Octal 10 142 170 135 22 0 65 300 130 31
Binary 1000 1100010 1111000 1011101 10010 0 110101 11000000 1011000 11001

Color Harmonies of #086278

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #086278

Black with #086278

Text Example


Text Example

White with #086278

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #086278; }

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

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

background-color css

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

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

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

border-color css

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

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

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