Html Css Color HEX #016D74 Blue Lagoon

📋 copy color: '#016D74'

red 1 ◦ green 109 ◦ blue 116

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

Shades of Blue Lagoon #016D74

Tints of Blue Lagoon #016D74

RGB

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

 GREEN value IS 109 (42.97% from 255) = 48.23%

 BLUE value IS 116 (45.7% from 255) = 51.33%

R = 0.44%
G = 48.23%
B = 51.33%

CMYK

 C value IS 0.99

 M value IS 0.06

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#016D74 (or 0x016D74) is known color: Blue Lagoon. HEX triplet: 01, 6D and 74. RGB value is (1,109,116). Sum of RGB (Red+Green+Blue) = 1+109+116=226 (29% of max value = 765). Red value is 1 (0.78% from 255 or 0.44% from 226); Green value is 109 (42.97% from 255 or 48.23% from 226); Blue value is 116 (45.70% from 255 or 51.33% from 226); Max value from RGB is 116 - color contains mainly: blue. Hex color #016D74 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #016D74 is #FE928B. Grayscale: #4D4D4D. Windows color (decimal): -16683660 or 7630081. OLE color: 7630081.

HSL color Cylindrical-coordinate representation of color #016D74: hue angle of 183.65º 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 #016D74 is Cyan = 0.99, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 1 109 116 -
CMYK 0.99 0.06 0 0.55
HSL 183.65º 0.98% 0.23% -
HSV(B) 183.65º 0.99% 0.45% -
XYZ 8.63 12.2 18.42 -
YUV 77.51 149.72 73.43 -
System Red Green Blue C M Y K H S L
Decimal 1 109 116 0.99 0.06 0 0.55 183.65 0.98 0.23
Hex 1 6D 74 63 6 0 37 B8 62 17
Octal 1 155 164 143 6 0 67 270 142 27
Binary 1 1101101 1110100 1100011 110 0 110111 10111000 1100010 10111

Color Harmonies of #016D74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016D74

Black with #016D74

Text Example


Text Example

White with #016D74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,109,116); }

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

background-color css

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

 a { background-color: rgb(1,109,116); }

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

border-color css

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

 span { border-color: rgb(1,109,116); }

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