Html Css Color HEX #016680 Blue Lagoon

📋 copy color: '#016680'

red 1 ◦ green 102 ◦ blue 128

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

Shades of Blue Lagoon #016680

Tints of Blue Lagoon #016680

RGB

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

 GREEN value IS 102 (40.23% from 255) = 44.16%

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

R = 0.43%
G = 44.16%
B = 55.41%

CMYK

 C value IS 0.99

 M value IS 0.20

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#016680 (or 0x016680) is known color: Blue Lagoon. HEX triplet: 01, 66 and 80. RGB value is (1,102,128). Sum of RGB (Red+Green+Blue) = 1+102+128=231 (30% of max value = 765). Red value is 1 (0.78% from 255 or 0.43% from 231); Green value is 102 (40.23% from 255 or 44.16% from 231); Blue value is 128 (50.39% from 255 or 55.41% from 231); Max value from RGB is 128 - color contains mainly: blue. Hex color #016680 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #016680 is #FE997F. Grayscale: #4A4A4A. Windows color (decimal): -16685440 or 8414721. OLE color: 8414721.

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

Color convert

RGB 1 102 128 -
CMYK 0.99 0.20 0 0.50
HSL 192.28º 0.98% 0.25% -
HSV(B) 192.28º 0.99% 0.5% -
XYZ 8.66 11.07 22.1 -
YUV 74.77 158.04 75.39 -
System Red Green Blue C M Y K H S L
Decimal 1 102 128 0.99 0.20 0 0.50 192.28 0.98 0.25
Hex 1 66 80 63 14 0 32 C0 62 19
Octal 1 146 200 143 24 0 62 300 142 31
Binary 1 1100110 10000000 1100011 10100 0 110010 11000000 1100010 11001

Color Harmonies of #016680

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016680

Black with #016680

Text Example


Text Example

White with #016680

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #016680; }

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

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

background-color css

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

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

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

border-color css

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

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

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