Html Css Color HEX #016B89 Blue Lagoon

📋 copy color: '#016B89'

red 1 ◦ green 107 ◦ blue 137

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

Shades of Blue Lagoon #016B89

Tints of Blue Lagoon #016B89

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 55.92%

R = 0.41%
G = 43.67%
B = 55.92%

CMYK

 C value IS 0.99

 M value IS 0.22

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#016B89 (or 0x016B89) is known color: Blue Lagoon. HEX triplet: 01, 6B and 89. RGB value is (1,107,137). Sum of RGB (Red+Green+Blue) = 1+107+137=245 (32% of max value = 765). Red value is 1 (0.78% from 255 or 0.41% from 245); Green value is 107 (42.19% from 255 or 43.67% from 245); Blue value is 137 (53.91% from 255 or 55.92% from 245); Max value from RGB is 137 - color contains mainly: blue. Hex color #016B89 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #016B89 is #FE9476. Grayscale: #4E4E4E. Windows color (decimal): -16684151 or 9005825. OLE color: 9005825.

HSL color Cylindrical-coordinate representation of color #016B89: hue angle of 193.24º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #016B89 is Cyan = 0.99, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 1 107 137 -
CMYK 0.99 0.22 0 0.46
HSL 193.24º 0.99% 0.27% -
HSV(B) 193.24º 0.99% 0.54% -
XYZ 9.79 12.33 25.53 -
YUV 78.73 160.88 72.56 -
System Red Green Blue C M Y K H S L
Decimal 1 107 137 0.99 0.22 0 0.46 193.24 0.99 0.27
Hex 1 6B 89 63 16 0 2E C1 63 1B
Octal 1 153 211 143 26 0 56 301 143 33
Binary 1 1101011 10001001 1100011 10110 0 101110 11000001 1100011 11011

Color Harmonies of #016B89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016B89

Black with #016B89

Text Example


Text Example

White with #016B89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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