Html Css Color HEX #086574 Blue Lagoon

📋 copy color: '#086574'

red 8 ◦ green 101 ◦ blue 116

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

Shades of Blue Lagoon #086574

Tints of Blue Lagoon #086574

RGB

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

 GREEN value IS 101 (39.84% from 255) = 44.89%

 BLUE value IS 116 (45.7% from 255) = 51.56%

R = 3.56%
G = 44.89%
B = 51.56%

CMYK

 C value IS 0.93

 M value IS 0.13

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#086574 (or 0x086574) is known color: Blue Lagoon. HEX triplet: 08, 65 and 74. RGB value is (8,101,116). Sum of RGB (Red+Green+Blue) = 8+101+116=225 (29% of max value = 765). Red value is 8 (3.52% from 255 or 3.56% from 225); Green value is 101 (39.84% from 255 or 44.89% from 225); Blue value is 116 (45.70% from 255 or 51.56% from 225); Max value from RGB is 116 - color contains mainly: blue. Hex color #086574 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #086574 is #F79A8B. Grayscale: #4A4A4A. Windows color (decimal): -16226956 or 7628040. OLE color: 7628040.

HSL color Cylindrical-coordinate representation of color #086574: hue angle of 188.33º degrees, saturation: 0.87, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #086574 is Cyan = 0.93, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 8 101 116 -
CMYK 0.93 0.13 0 0.55
HSL 188.33º 0.87% 0.24% -
HSV(B) 188.33º 0.93% 0.45% -
XYZ 7.91 10.62 18.16 -
YUV 74.9 151.19 80.28 -
System Red Green Blue C M Y K H S L
Decimal 8 101 116 0.93 0.13 0 0.55 188.33 0.87 0.24
Hex 8 65 74 5D D 0 37 BC 57 18
Octal 10 145 164 135 15 0 67 274 127 30
Binary 1000 1100101 1110100 1011101 1101 0 110111 10111100 1010111 11000

Color Harmonies of #086574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #086574

Black with #086574

Text Example


Text Example

White with #086574

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #086574; }

 p { color: rgb(8,101,116); }

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

background-color css

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

 a { background-color: rgb(8,101,116); }

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

border-color css

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

 span { border-color: rgb(8,101,116); }

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