Html Css Color HEX #016180 Blue Lagoon

📋 copy color: '#016180'

red 1 ◦ green 97 ◦ blue 128

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

Shades of Blue Lagoon #016180

Tints of Blue Lagoon #016180

RGB

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

 GREEN value IS 97 (38.28% from 255) = 42.92%

 BLUE value IS 128 (50.39% from 255) = 56.64%

R = 0.44%
G = 42.92%
B = 56.64%

CMYK

 C value IS 0.99

 M value IS 0.24

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#016180 (or 0x016180) is known color: Blue Lagoon. HEX triplet: 01, 61 and 80. RGB value is (1,97,128). Sum of RGB (Red+Green+Blue) = 1+97+128=226 (29% of max value = 765). Red value is 1 (0.78% from 255 or 0.44% from 226); Green value is 97 (38.28% from 255 or 42.92% from 226); Blue value is 128 (50.39% from 255 or 56.64% from 226); Max value from RGB is 128 - color contains mainly: blue. Hex color #016180 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #016180 is #FE9E7F. Grayscale: #474747. Windows color (decimal): -16686720 or 8413441. OLE color: 8413441.

HSL color Cylindrical-coordinate representation of color #016180: hue angle of 194.65º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #016180 is Cyan = 0.99, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 1 97 128 -
CMYK 0.99 0.24 0 0.50
HSL 194.65º 0.98% 0.25% -
HSV(B) 194.65º 0.99% 0.5% -
XYZ 8.18 10.11 21.94 -
YUV 71.83 159.7 77.48 -
System Red Green Blue C M Y K H S L
Decimal 1 97 128 0.99 0.24 0 0.50 194.65 0.98 0.25
Hex 1 61 80 63 18 0 32 C3 62 19
Octal 1 141 200 143 30 0 62 303 142 31
Binary 1 1100001 10000000 1100011 11000 0 110010 11000011 1100010 11001

Color Harmonies of #016180

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016180

Black with #016180

Text Example


Text Example

White with #016180

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #016180; }

 p { color: rgb(1,97,128); }

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

background-color css

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

 a { background-color: rgb(1,97,128); }

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

border-color css

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

 span { border-color: rgb(1,97,128); }

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