Html Css Color HEX #016A6D Blue Lagoon

📋 copy color: '#016A6D'

red 1 ◦ green 106 ◦ blue 109

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

Shades of Blue Lagoon #016A6D

Tints of Blue Lagoon #016A6D

RGB

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

 GREEN value IS 106 (41.8% from 255) = 49.07%

 BLUE value IS 109 (42.97% from 255) = 50.46%

R = 0.46%
G = 49.07%
B = 50.46%

CMYK

 C value IS 0.99

 M value IS 0.03

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#016A6D (or 0x016A6D) is known color: Blue Lagoon. HEX triplet: 01, 6A and 6D. RGB value is (1,106,109). Sum of RGB (Red+Green+Blue) = 1+106+109=216 (28% of max value = 765). Red value is 1 (0.78% from 255 or 0.46% from 216); Green value is 106 (41.80% from 255 or 49.07% from 216); Blue value is 109 (42.97% from 255 or 50.46% from 216); Max value from RGB is 109 - color contains mainly: blue. Hex color #016A6D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #016A6D is #FE9592. Grayscale: #4A4A4A. Windows color (decimal): -16684435 or 7170561. OLE color: 7170561.

HSL color Cylindrical-coordinate representation of color #016A6D: hue angle of 181.67º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #016A6D is Cyan = 0.99, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 1 106 109 -
CMYK 0.99 0.03 0 0.57
HSL 181.67º 0.98% 0.22% -
HSV(B) 181.67º 0.99% 0.43% -
XYZ 7.93 11.42 16.25 -
YUV 74.95 147.21 75.26 -
System Red Green Blue C M Y K H S L
Decimal 1 106 109 0.99 0.03 0 0.57 181.67 0.98 0.22
Hex 1 6A 6D 63 3 0 39 B6 62 16
Octal 1 152 155 143 3 0 71 266 142 26
Binary 1 1101010 1101101 1100011 11 0 111001 10110110 1100010 10110

Color Harmonies of #016A6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016A6D

Black with #016A6D

Text Example


Text Example

White with #016A6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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