Html Css Color HEX #016B7A Blue Lagoon

📋 copy color: '#016B7A'

red 1 ◦ green 107 ◦ blue 122

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

Shades of Blue Lagoon #016B7A

Tints of Blue Lagoon #016B7A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 53.04%

R = 0.43%
G = 46.52%
B = 53.04%

CMYK

 C value IS 0.99

 M value IS 0.12

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#016B7A (or 0x016B7A) is known color: Blue Lagoon. HEX triplet: 01, 6B and 7A. RGB value is (1,107,122). Sum of RGB (Red+Green+Blue) = 1+107+122=230 (30% of max value = 765). Red value is 1 (0.78% from 255 or 0.43% from 230); Green value is 107 (42.19% from 255 or 46.52% from 230); Blue value is 122 (48.05% from 255 or 53.04% from 230); Max value from RGB is 122 - color contains mainly: blue. Hex color #016B7A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #016B7A is #FE9485. Grayscale: #4C4C4C. Windows color (decimal): -16684166 or 8022785. OLE color: 8022785.

HSL color Cylindrical-coordinate representation of color #016B7A: hue angle of 187.44º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #016B7A is Cyan = 0.99, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 1 107 122 -
CMYK 0.99 0.12 0 0.52
HSL 187.44º 0.98% 0.24% -
HSV(B) 187.44º 0.99% 0.48% -
XYZ 8.78 11.93 20.25 -
YUV 77.02 153.38 73.78 -
System Red Green Blue C M Y K H S L
Decimal 1 107 122 0.99 0.12 0 0.52 187.44 0.98 0.24
Hex 1 6B 7A 63 C 0 34 BB 62 18
Octal 1 153 172 143 14 0 64 273 142 30
Binary 1 1101011 1111010 1100011 1100 0 110100 10111011 1100010 11000

Color Harmonies of #016B7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016B7A

Black with #016B7A

Text Example


Text Example

White with #016B7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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