Html Css Color HEX #016A6F Blue Lagoon

📋 copy color: '#016A6F'

red 1 ◦ green 106 ◦ blue 111

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

Shades of Blue Lagoon #016A6F

Tints of Blue Lagoon #016A6F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 50.92%

R = 0.46%
G = 48.62%
B = 50.92%

CMYK

 C value IS 0.99

 M value IS 0.05

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#016A6F (or 0x016A6F) is known color: Blue Lagoon. HEX triplet: 01, 6A and 6F. RGB value is (1,106,111). Sum of RGB (Red+Green+Blue) = 1+106+111=218 (28% of max value = 765). Red value is 1 (0.78% from 255 or 0.46% from 218); Green value is 106 (41.80% from 255 or 48.62% from 218); Blue value is 111 (43.75% from 255 or 50.92% from 218); Max value from RGB is 111 - color contains mainly: blue. Hex color #016A6F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #016A6F is #FE9590. Grayscale: #4B4B4B. Windows color (decimal): -16684433 or 7301633. OLE color: 7301633.

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

Color convert

RGB 1 106 111 -
CMYK 0.99 0.05 0 0.56
HSL 182.73º 0.98% 0.22% -
HSV(B) 182.73º 0.99% 0.44% -
XYZ 8.04 11.46 16.83 -
YUV 75.18 148.21 75.09 -
System Red Green Blue C M Y K H S L
Decimal 1 106 111 0.99 0.05 0 0.56 182.73 0.98 0.22
Hex 1 6A 6F 63 5 0 38 B7 62 16
Octal 1 152 157 143 5 0 70 267 142 26
Binary 1 1101010 1101111 1100011 101 0 111000 10110111 1100010 10110

Color Harmonies of #016A6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016A6F

Black with #016A6F

Text Example


Text Example

White with #016A6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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