Html Css Color HEX #016486 Blue Lagoon

📋 copy color: '#016486'

red 1 ◦ green 100 ◦ blue 134

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

Shades of Blue Lagoon #016486

Tints of Blue Lagoon #016486

RGB

 RED value IS 1 (0.78% from 255) = 0.43%

 GREEN value IS 100 (39.45% from 255) = 42.55%

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

R = 0.43%
G = 42.55%
B = 57.02%

CMYK

 C value IS 0.99

 M value IS 0.25

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#016486 (or 0x016486) is known color: Blue Lagoon. HEX triplet: 01, 64 and 86. RGB value is (1,100,134). Sum of RGB (Red+Green+Blue) = 1+100+134=235 (31% of max value = 765). Red value is 1 (0.78% from 255 or 0.43% from 235); Green value is 100 (39.45% from 255 or 42.55% 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 #016486 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #016486 is #FE9B79. Grayscale: #4A4A4A. Windows color (decimal): -16685946 or 8807425. OLE color: 8807425.

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

Color convert

RGB 1 100 134 -
CMYK 0.99 0.25 0 0.47
HSL 195.34º 0.99% 0.26% -
HSV(B) 195.34º 0.99% 0.53% -
XYZ 8.87 10.84 24.18 -
YUV 74.28 161.7 75.74 -
System Red Green Blue C M Y K H S L
Decimal 1 100 134 0.99 0.25 0 0.47 195.34 0.99 0.26
Hex 1 64 86 63 19 0 2F C3 63 1A
Octal 1 144 206 143 31 0 57 303 143 32
Binary 1 1100100 10000110 1100011 11001 0 101111 11000011 1100011 11010

Color Harmonies of #016486

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016486

Black with #016486

Text Example


Text Example

White with #016486

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #016486; }

 p { color: rgb(1,100,134); }

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

background-color css

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

 a { background-color: rgb(1,100,134); }

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

border-color css

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

 span { border-color: rgb(1,100,134); }

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