Html Css Color HEX #016080 Blue Lagoon

📋 copy color: '#016080'

red 1 ◦ green 96 ◦ blue 128

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

Shades of Blue Lagoon #016080

Tints of Blue Lagoon #016080

RGB

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

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

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

R = 0.44%
G = 42.67%
B = 56.89%

CMYK

 C value IS 0.99

 M value IS 0.25

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#016080 (or 0x016080) is known color: Blue Lagoon. HEX triplet: 01, 60 and 80. RGB value is (1,96,128). Sum of RGB (Red+Green+Blue) = 1+96+128=225 (29% of max value = 765). Red value is 1 (0.78% from 255 or 0.44% from 225); Green value is 96 (37.89% from 255 or 42.67% from 225); Blue value is 128 (50.39% from 255 or 56.89% from 225); Max value from RGB is 128 - color contains mainly: blue. Hex color #016080 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #016080 is #FE9F7F. Grayscale: #474747. Windows color (decimal): -16686976 or 8413185. OLE color: 8413185.

HSL color Cylindrical-coordinate representation of color #016080: hue angle of 195.12º 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 #016080 is Cyan = 0.99, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 1 96 128 -
CMYK 0.99 0.25 0 0.50
HSL 195.12º 0.98% 0.25% -
HSV(B) 195.12º 0.99% 0.5% -
XYZ 8.09 9.93 21.91 -
YUV 71.24 160.03 77.9 -
System Red Green Blue C M Y K H S L
Decimal 1 96 128 0.99 0.25 0 0.50 195.12 0.98 0.25
Hex 1 60 80 63 19 0 32 C3 62 19
Octal 1 140 200 143 31 0 62 303 142 31
Binary 1 1100000 10000000 1100011 11001 0 110010 11000011 1100010 11001

Color Harmonies of #016080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016080

Black with #016080

Text Example


Text Example

White with #016080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #016080; }

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

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

background-color css

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

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

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

border-color css

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

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

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