Html Css Color HEX #086078 Blue Lagoon

📋 copy color: '#086078'

red 8 ◦ green 96 ◦ blue 120

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

Shades of Blue Lagoon #086078

Tints of Blue Lagoon #086078

RGB

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

 GREEN value IS 96 (37.89% from 255) = 42.86%

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

R = 3.57%
G = 42.86%
B = 53.57%

CMYK

 C value IS 0.93

 M value IS 0.2

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#086078 (or 0x086078) is known color: Blue Lagoon. HEX triplet: 08, 60 and 78. RGB value is (8,96,120). Sum of RGB (Red+Green+Blue) = 8+96+120=224 (29% of max value = 765). Red value is 8 (3.52% from 255 or 3.57% from 224); Green value is 96 (37.89% from 255 or 42.86% from 224); Blue value is 120 (47.27% from 255 or 53.57% from 224); Max value from RGB is 120 - color contains mainly: blue. Hex color #086078 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #086078 is #F79F87. Grayscale: #484848. Windows color (decimal): -16228232 or 7888904. OLE color: 7888904.

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

Color convert

RGB 8 96 120 -
CMYK 0.93 0.2 0 0.53
HSL 192.86º 0.88% 0.25% -
HSV(B) 192.86º 0.93% 0.47% -
XYZ 7.67 9.77 19.25 -
YUV 72.42 154.85 82.05 -
System Red Green Blue C M Y K H S L
Decimal 8 96 120 0.93 0.2 0 0.53 192.86 0.88 0.25
Hex 8 60 78 5D 14 0 35 C1 58 19
Octal 10 140 170 135 24 0 65 301 130 31
Binary 1000 1100000 1111000 1011101 10100 0 110101 11000001 1011000 11001

Color Harmonies of #086078

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #086078

Black with #086078

Text Example


Text Example

White with #086078

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #086078; }

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

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

background-color css

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

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

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

border-color css

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

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

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