Html Css Color HEX #016671 Blue Lagoon

📋 copy color: '#016671'

red 1 ◦ green 102 ◦ blue 113

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

Shades of Blue Lagoon #016671

Tints of Blue Lagoon #016671

RGB

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

 GREEN value IS 102 (40.23% from 255) = 47.22%

 BLUE value IS 113 (44.53% from 255) = 52.31%

R = 0.46%
G = 47.22%
B = 52.31%

CMYK

 C value IS 0.99

 M value IS 0.10

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#016671 (or 0x016671) is known color: Blue Lagoon. HEX triplet: 01, 66 and 71. RGB value is (1,102,113). Sum of RGB (Red+Green+Blue) = 1+102+113=216 (28% of max value = 765). Red value is 1 (0.78% from 255 or 0.46% from 216); Green value is 102 (40.23% from 255 or 47.22% from 216); Blue value is 113 (44.53% from 255 or 52.31% from 216); Max value from RGB is 113 - color contains mainly: blue. Hex color #016671 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #016671 is #FE998E. Grayscale: #484848. Windows color (decimal): -16685455 or 7431681. OLE color: 7431681.

HSL color Cylindrical-coordinate representation of color #016671: hue angle of 185.89º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #016671 is Cyan = 0.99, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 1 102 113 -
CMYK 0.99 0.10 0 0.56
HSL 185.89º 0.98% 0.22% -
HSV(B) 185.89º 0.99% 0.44% -
XYZ 7.74 10.7 17.28 -
YUV 73.06 150.54 76.61 -
System Red Green Blue C M Y K H S L
Decimal 1 102 113 0.99 0.10 0 0.56 185.89 0.98 0.22
Hex 1 66 71 63 A 0 38 BA 62 16
Octal 1 146 161 143 12 0 70 272 142 26
Binary 1 1100110 1110001 1100011 1010 0 111000 10111010 1100010 10110

Color Harmonies of #016671

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016671

Black with #016671

Text Example


Text Example

White with #016671

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #016671; }

 p { color: rgb(1,102,113); }

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

background-color css

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

 a { background-color: rgb(1,102,113); }

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

border-color css

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

 span { border-color: rgb(1,102,113); }

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