Html Css Color HEX #086475 Blue Lagoon

📋 copy color: '#086475'

red 8 ◦ green 100 ◦ blue 117

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

Shades of Blue Lagoon #086475

Tints of Blue Lagoon #086475

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 52%

R = 3.56%
G = 44.44%
B = 52%

CMYK

 C value IS 0.93

 M value IS 0.15

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#086475 (or 0x086475) is known color: Blue Lagoon. HEX triplet: 08, 64 and 75. RGB value is (8,100,117). Sum of RGB (Red+Green+Blue) = 8+100+117=225 (29% of max value = 765). Red value is 8 (3.52% from 255 or 3.56% from 225); Green value is 100 (39.45% from 255 or 44.44% from 225); Blue value is 117 (46.09% from 255 or 52% from 225); Max value from RGB is 117 - color contains mainly: blue. Hex color #086475 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #086475 is #F79B8A. Grayscale: #4A4A4A. Windows color (decimal): -16227211 or 7693320. OLE color: 7693320.

HSL color Cylindrical-coordinate representation of color #086475: hue angle of 189.36º degrees, saturation: 0.87, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #086475 is Cyan = 0.93, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 8 100 117 -
CMYK 0.93 0.15 0 0.54
HSL 189.36º 0.87% 0.25% -
HSV(B) 189.36º 0.93% 0.46% -
XYZ 7.87 10.45 18.43 -
YUV 74.43 152.02 80.62 -
System Red Green Blue C M Y K H S L
Decimal 8 100 117 0.93 0.15 0 0.54 189.36 0.87 0.25
Hex 8 64 75 5D F 0 36 BD 57 19
Octal 10 144 165 135 17 0 66 275 127 31
Binary 1000 1100100 1110101 1011101 1111 0 110110 10111101 1010111 11001

Color Harmonies of #086475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #086475

Black with #086475

Text Example


Text Example

White with #086475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #086475; }

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

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

background-color css

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

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

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

border-color css

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

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

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