Html Css Color HEX #006086 Blue Lagoon

📋 copy color: '#006086'

red 0 ◦ green 96 ◦ blue 134

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

Shades of Blue Lagoon #006086

Tints of Blue Lagoon #006086

RGB

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

 GREEN value IS 96 (37.89% from 255) = 41.74%

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

R = 0%
G = 41.74%
B = 58.26%

CMYK

 C value IS 1

 M value IS 0.28

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#006086 (or 0x006086) is known color: Blue Lagoon. HEX triplet: 00, 60 and 86. RGB value is (0,96,134). Sum of RGB (Red+Green+Blue) = 0+96+134=230 (30% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 230); Green value is 96 (37.89% from 255 or 41.74% from 230); Blue value is 134 (52.73% from 255 or 58.26% from 230); Max value from RGB is 134 - color contains mainly: blue. Hex color #006086 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #006086 is #FF9F79. Grayscale: #474747. Windows color (decimal): -16752506 or 8806400. OLE color: 8806400.

HSL color Cylindrical-coordinate representation of color #006086: hue angle of 197.01º 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 #006086 is Cyan = 1, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 0 96 134 -
CMYK 1 0.28 0 0.47
HSL 197.01º 1% 0.26% -
HSV(B) 197.01º 1% 0.53% -
XYZ 8.49 10.09 24.05 -
YUV 71.63 163.2 76.91 -
System Red Green Blue C M Y K H S L
Decimal 0 96 134 1 0.28 0 0.47 197.01 1 0.26
Hex 0 60 86 64 1C 0 2F C5 64 1A
Octal 0 140 206 144 34 0 57 305 144 32
Binary 0 1100000 10000110 1100100 11100 0 101111 11000101 1100100 11010

Color Harmonies of #006086

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #006086

Black with #006086

Text Example


Text Example

White with #006086

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #006086; }

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

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

background-color css

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

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

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

border-color css

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

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

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