Html Css Color HEX #006586 Blue Lagoon

📋 copy color: '#006586'

red 0 ◦ green 101 ◦ blue 134

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

Shades of Blue Lagoon #006586

Tints of Blue Lagoon #006586

RGB

 RED value IS 0 (0.39% from 255) = 0%

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

 BLUE value IS 134 (52.73% from 255) = 57.02%

R = 0%
G = 42.98%
B = 57.02%

CMYK

 C value IS 1

 M value IS 0.25

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#006586 (or 0x006586) is known color: Blue Lagoon. HEX triplet: 00, 65 and 86. RGB value is (0,101,134). Sum of RGB (Red+Green+Blue) = 0+101+134=235 (31% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 235); Green value is 101 (39.84% from 255 or 42.98% from 235); Blue value is 134 (52.73% from 255 or 57.02% from 235); Max value from RGB is 134 - color contains mainly: blue. Hex color #006586 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #006586 is #FF9A79. Grayscale: #4A4A4A. Windows color (decimal): -16751226 or 8807680. OLE color: 8807680.

HSL color Cylindrical-coordinate representation of color #006586: hue angle of 194.78º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 1%. Process color model (Four color, CMYK) of #006586 is Cyan = 1, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 0 101 134 -
CMYK 1 0.25 0 0.47
HSL 194.78º 1% 0.26% -
HSV(B) 194.78º 1% 0.53% -
XYZ 8.96 11.03 24.21 -
YUV 74.56 161.54 74.82 -
System Red Green Blue C M Y K H S L
Decimal 0 101 134 1 0.25 0 0.47 194.78 1 0.26
Hex 0 65 86 64 19 0 2F C3 64 1A
Octal 0 145 206 144 31 0 57 303 144 32
Binary 0 1100101 10000110 1100100 11001 0 101111 11000011 1100100 11010

Color Harmonies of #006586

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #006586

Black with #006586

Text Example


Text Example

White with #006586

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #006586; }

 p { color: rgb(0,101,134); }

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

background-color css

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

 a { background-color: rgb(0,101,134); }

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

border-color css

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

 span { border-color: rgb(0,101,134); }

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