Html Css Color HEX #016B73 Blue Lagoon

📋 copy color: '#016B73'

red 1 ◦ green 107 ◦ blue 115

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

Shades of Blue Lagoon #016B73

Tints of Blue Lagoon #016B73

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 51.57%

R = 0.45%
G = 47.98%
B = 51.57%

CMYK

 C value IS 0.99

 M value IS 0.07

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#016B73 (or 0x016B73) is known color: Blue Lagoon. HEX triplet: 01, 6B and 73. RGB value is (1,107,115). Sum of RGB (Red+Green+Blue) = 1+107+115=223 (29% of max value = 765). Red value is 1 (0.78% from 255 or 0.45% from 223); Green value is 107 (42.19% from 255 or 47.98% from 223); Blue value is 115 (45.31% from 255 or 51.57% from 223); Max value from RGB is 115 - color contains mainly: blue. Hex color #016B73 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #016B73 is #FE948C. Grayscale: #4C4C4C. Windows color (decimal): -16684173 or 7564033. OLE color: 7564033.

HSL color Cylindrical-coordinate representation of color #016B73: hue angle of 184.21º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #016B73 is Cyan = 0.99, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 1 107 115 -
CMYK 0.99 0.07 0 0.55
HSL 184.21º 0.98% 0.23% -
HSV(B) 184.21º 0.99% 0.45% -
XYZ 8.36 11.76 18.05 -
YUV 76.22 149.88 74.35 -
System Red Green Blue C M Y K H S L
Decimal 1 107 115 0.99 0.07 0 0.55 184.21 0.98 0.23
Hex 1 6B 73 63 7 0 37 B8 62 17
Octal 1 153 163 143 7 0 67 270 142 27
Binary 1 1101011 1110011 1100011 111 0 110111 10111000 1100010 10111

Color Harmonies of #016B73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016B73

Black with #016B73

Text Example


Text Example

White with #016B73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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