Html Css Color HEX #016B69 Blue Lagoon

📋 copy color: '#016B69'

red 1 ◦ green 107 ◦ blue 105

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

Shades of Blue Lagoon #016B69

Tints of Blue Lagoon #016B69

RGB

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

 GREEN value IS 107 (42.19% from 255) = 50.23%

 BLUE value IS 105 (41.41% from 255) = 49.3%

R = 0.47%
G = 50.23%
B = 49.3%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.02

 K value IS 0.58

RGB Variations

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

Color information

#016B69 (or 0x016B69) is known color: Blue Lagoon. HEX triplet: 01, 6B and 69. RGB value is (1,107,105). Sum of RGB (Red+Green+Blue) = 1+107+105=213 (28% of max value = 765). Red value is 1 (0.78% from 255 or 0.47% from 213); Green value is 107 (42.19% from 255 or 50.23% from 213); Blue value is 105 (41.41% from 255 or 49.30% from 213); Max value from RGB is 107 - color contains mainly: green. Hex color #016B69 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #016B69 is #FE9496. Grayscale: #4A4A4A. Windows color (decimal): -16684183 or 6908673. OLE color: 6908673.

HSL color Cylindrical-coordinate representation of color #016B69: hue angle of 178.87º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #016B69 is Cyan = 0.99, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.58.

Color convert

RGB 1 107 105 -
CMYK 0.99 0 0.02 0.58
HSL 178.87º 0.98% 0.21% -
HSV(B) 178.87º 0.99% 0.42% -
XYZ 7.82 11.54 15.18 -
YUV 75.08 144.88 75.16 -
System Red Green Blue C M Y K H S L
Decimal 1 107 105 0.99 0 0.02 0.58 178.87 0.98 0.21
Hex 1 6B 69 63 0 2 3A B3 62 15
Octal 1 153 151 143 0 2 72 263 142 25
Binary 1 1101011 1101001 1100011 0 10 111010 10110011 1100010 10101

Color Harmonies of #016B69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016B69

Black with #016B69

Text Example


Text Example

White with #016B69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #016B69; }

 p { color: rgb(1,107,105); }

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

background-color css

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

 a { background-color: rgb(1,107,105); }

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

border-color css

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

 span { border-color: rgb(1,107,105); }

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