Html Css Color HEX #01686E Blue Lagoon

📋 copy color: '#01686E'

red 1 ◦ green 104 ◦ blue 110

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

Shades of Blue Lagoon #01686E

Tints of Blue Lagoon #01686E

RGB

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

 GREEN value IS 104 (41.02% from 255) = 48.37%

 BLUE value IS 110 (43.36% from 255) = 51.16%

R = 0.47%
G = 48.37%
B = 51.16%

CMYK

 C value IS 0.99

 M value IS 0.05

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#01686E (or 0x01686E) is known color: Blue Lagoon. HEX triplet: 01, 68 and 6E. RGB value is (1,104,110). Sum of RGB (Red+Green+Blue) = 1+104+110=215 (28% of max value = 765). Red value is 1 (0.78% from 255 or 0.47% from 215); Green value is 104 (41.02% from 255 or 48.37% from 215); Blue value is 110 (43.36% from 255 or 51.16% from 215); Max value from RGB is 110 - color contains mainly: blue. Hex color #01686E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #01686E is #FE9791. Grayscale: #494949. Windows color (decimal): -16684946 or 7235585. OLE color: 7235585.

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

Color convert

RGB 1 104 110 -
CMYK 0.99 0.05 0 0.57
HSL 183.3º 0.98% 0.22% -
HSV(B) 183.3º 0.99% 0.43% -
XYZ 7.78 11.03 16.47 -
YUV 73.89 148.38 76.01 -
System Red Green Blue C M Y K H S L
Decimal 1 104 110 0.99 0.05 0 0.57 183.3 0.98 0.22
Hex 1 68 6E 63 5 0 39 B7 62 16
Octal 1 150 156 143 5 0 71 267 142 26
Binary 1 1101000 1101110 1100011 101 0 111001 10110111 1100010 10110

Color Harmonies of #01686E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01686E

Black with #01686E

Text Example


Text Example

White with #01686E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01686E; }

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

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

background-color css

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

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

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

border-color css

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

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

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