Html Css Color HEX #01686D Blue Lagoon

📋 copy color: '#01686D'

red 1 ◦ green 104 ◦ blue 109

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

Shades of Blue Lagoon #01686D

Tints of Blue Lagoon #01686D

RGB

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

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

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

R = 0.47%
G = 48.6%
B = 50.93%

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

#01686D (or 0x01686D) is known color: Blue Lagoon. HEX triplet: 01, 68 and 6D. RGB value is (1,104,109). Sum of RGB (Red+Green+Blue) = 1+104+109=214 (28% of max value = 765). Red value is 1 (0.78% from 255 or 0.47% from 214); Green value is 104 (41.02% from 255 or 48.60% from 214); Blue value is 109 (42.97% from 255 or 50.93% from 214); Max value from RGB is 109 - color contains mainly: blue. Hex color #01686D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #01686D is #FE9792. Grayscale: #494949. Windows color (decimal): -16684947 or 7170049. OLE color: 7170049.

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

Color convert

RGB 1 104 109 -
CMYK 0.99 0.05 0 0.57
HSL 182.78º 0.98% 0.22% -
HSV(B) 182.78º 0.99% 0.43% -
XYZ 7.72 11.01 16.19 -
YUV 73.77 147.88 76.09 -
System Red Green Blue C M Y K H S L
Decimal 1 104 109 0.99 0.05 0 0.57 182.78 0.98 0.22
Hex 1 68 6D 63 5 0 39 B7 62 16
Octal 1 150 155 143 5 0 71 267 142 26
Binary 1 1101000 1101101 1100011 101 0 111001 10110111 1100010 10110

Color Harmonies of #01686D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01686D

Black with #01686D

Text Example


Text Example

White with #01686D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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