Html Css Color HEX #016E7F Blue Lagoon

📋 copy color: '#016E7F'

red 1 ◦ green 110 ◦ blue 127

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

Shades of Blue Lagoon #016E7F

Tints of Blue Lagoon #016E7F

RGB

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

 GREEN value IS 110 (43.36% from 255) = 46.22%

 BLUE value IS 127 (50% from 255) = 53.36%

R = 0.42%
G = 46.22%
B = 53.36%

CMYK

 C value IS 0.99

 M value IS 0.13

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#016E7F (or 0x016E7F) is known color: Blue Lagoon. HEX triplet: 01, 6E and 7F. RGB value is (1,110,127). Sum of RGB (Red+Green+Blue) = 1+110+127=238 (31% of max value = 765). Red value is 1 (0.78% from 255 or 0.42% from 238); Green value is 110 (43.36% from 255 or 46.22% from 238); Blue value is 127 (50% from 255 or 53.36% from 238); Max value from RGB is 127 - color contains mainly: blue. Hex color #016E7F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #016E7F is #FE9180. Grayscale: #4F4F4F. Windows color (decimal): -16683393 or 8351233. OLE color: 8351233.

HSL color Cylindrical-coordinate representation of color #016E7F: hue angle of 188.1º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #016E7F is Cyan = 0.99, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 1 110 127 -
CMYK 0.99 0.13 0 0.50
HSL 188.1º 0.98% 0.25% -
HSV(B) 188.1º 0.99% 0.5% -
XYZ 9.42 12.69 22.03 -
YUV 79.35 154.89 72.12 -
System Red Green Blue C M Y K H S L
Decimal 1 110 127 0.99 0.13 0 0.50 188.1 0.98 0.25
Hex 1 6E 7F 63 D 0 32 BC 62 19
Octal 1 156 177 143 15 0 62 274 142 31
Binary 1 1101110 1111111 1100011 1101 0 110010 10111100 1100010 11001

Color Harmonies of #016E7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016E7F

Black with #016E7F

Text Example


Text Example

White with #016E7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,110,127); }

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

background-color css

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

 a { background-color: rgb(1,110,127); }

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

border-color css

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

 span { border-color: rgb(1,110,127); }

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