Html Css Color HEX #086581 Blue Lagoon

📋 copy color: '#086581'

red 8 ◦ green 101 ◦ blue 129

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

Shades of Blue Lagoon #086581

Tints of Blue Lagoon #086581

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 54.2%

R = 3.36%
G = 42.44%
B = 54.2%

CMYK

 C value IS 0.94

 M value IS 0.22

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#086581 (or 0x086581) is known color: Blue Lagoon. HEX triplet: 08, 65 and 81. RGB value is (8,101,129). Sum of RGB (Red+Green+Blue) = 8+101+129=238 (31% of max value = 765). Red value is 8 (3.52% from 255 or 3.36% from 238); Green value is 101 (39.84% from 255 or 42.44% from 238); Blue value is 129 (50.78% from 255 or 54.20% from 238); Max value from RGB is 129 - color contains mainly: blue. Hex color #086581 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #086581 is #F79A7E. Grayscale: #4C4C4C. Windows color (decimal): -16226943 or 8480008. OLE color: 8480008.

HSL color Cylindrical-coordinate representation of color #086581: hue angle of 193.88º degrees, saturation: 0.88, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #086581 is Cyan = 0.94, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 8 101 129 -
CMYK 0.94 0.22 0 0.49
HSL 193.88º 0.88% 0.27% -
HSV(B) 193.88º 0.94% 0.51% -
XYZ 8.72 10.94 22.42 -
YUV 76.39 157.69 79.22 -
System Red Green Blue C M Y K H S L
Decimal 8 101 129 0.94 0.22 0 0.49 193.88 0.88 0.27
Hex 8 65 81 5E 16 0 31 C2 58 1B
Octal 10 145 201 136 26 0 61 302 130 33
Binary 1000 1100101 10000001 1011110 10110 0 110001 11000010 1011000 11011

Color Harmonies of #086581

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #086581

Black with #086581

Text Example


Text Example

White with #086581

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #086581; }

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

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

background-color css

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

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

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

border-color css

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

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

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