Html Css Color HEX #086569 Blue Lagoon

📋 copy color: '#086569'

red 8 ◦ green 101 ◦ blue 105

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

Shades of Blue Lagoon #086569

Tints of Blue Lagoon #086569

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 49.07%

R = 3.74%
G = 47.2%
B = 49.07%

CMYK

 C value IS 0.92

 M value IS 0.04

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#086569 (or 0x086569) is known color: Blue Lagoon. HEX triplet: 08, 65 and 69. RGB value is (8,101,105). Sum of RGB (Red+Green+Blue) = 8+101+105=214 (28% of max value = 765). Red value is 8 (3.52% from 255 or 3.74% from 214); Green value is 101 (39.84% from 255 or 47.20% from 214); Blue value is 105 (41.41% from 255 or 49.07% from 214); Max value from RGB is 105 - color contains mainly: blue. Hex color #086569 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #086569 is #F79A96. Grayscale: #494949. Windows color (decimal): -16226967 or 6907144. OLE color: 6907144.

HSL color Cylindrical-coordinate representation of color #086569: hue angle of 182.47º degrees, saturation: 0.86, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #086569 is Cyan = 0.92, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 8 101 105 -
CMYK 0.92 0.04 0 0.59
HSL 182.47º 0.86% 0.22% -
HSV(B) 182.47º 0.92% 0.41% -
XYZ 7.3 10.38 14.98 -
YUV 73.65 145.69 81.17 -
System Red Green Blue C M Y K H S L
Decimal 8 101 105 0.92 0.04 0 0.59 182.47 0.86 0.22
Hex 8 65 69 5C 4 0 3B B6 56 16
Octal 10 145 151 134 4 0 73 266 126 26
Binary 1000 1100101 1101001 1011100 100 0 111011 10110110 1010110 10110

Color Harmonies of #086569

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #086569

Black with #086569

Text Example


Text Example

White with #086569

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #086569; }

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

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

background-color css

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

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

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

border-color css

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

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

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