Html Css Color HEX #01686C Blue Lagoon

📋 copy color: '#01686C'

red 1 ◦ green 104 ◦ blue 108

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

Shades of Blue Lagoon #01686C

Tints of Blue Lagoon #01686C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 50.7%

R = 0.47%
G = 48.83%
B = 50.7%

CMYK

 C value IS 0.99

 M value IS 0.04

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#01686C (or 0x01686C) is known color: Blue Lagoon. HEX triplet: 01, 68 and 6C. RGB value is (1,104,108). Sum of RGB (Red+Green+Blue) = 1+104+108=213 (28% of max value = 765). Red value is 1 (0.78% from 255 or 0.47% from 213); Green value is 104 (41.02% from 255 or 48.83% from 213); Blue value is 108 (42.58% from 255 or 50.70% from 213); Max value from RGB is 108 - color contains mainly: blue. Hex color #01686C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #01686C is #FE9793. Grayscale: #494949. Windows color (decimal): -16684948 or 7104513. OLE color: 7104513.

HSL color Cylindrical-coordinate representation of color #01686C: hue angle of 182.24º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01686C is Cyan = 0.99, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 1 104 108 -
CMYK 0.99 0.04 0 0.58
HSL 182.24º 0.98% 0.21% -
HSV(B) 182.24º 0.99% 0.42% -
XYZ 7.67 10.99 15.9 -
YUV 73.66 147.38 76.17 -
System Red Green Blue C M Y K H S L
Decimal 1 104 108 0.99 0.04 0 0.58 182.24 0.98 0.21
Hex 1 68 6C 63 4 0 3A B6 62 15
Octal 1 150 154 143 4 0 72 266 142 25
Binary 1 1101000 1101100 1100011 100 0 111010 10110110 1100010 10101

Color Harmonies of #01686C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01686C

Black with #01686C

Text Example


Text Example

White with #01686C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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